Link to this headingQEMU
QEMU internals
https://gist.github.com/peppergrayxyz/fdc9042760273d137dddd3e97034385f with vulken
Link to this headingCoreboot
Build Coreboot for QEMU
- Run
make menuconfig- Set Mainboard -> Mainboard Model -> QEMU x86 q35
- Set Mainboard -> Romsize -> 2MB
- Save Config
#Make Coreboot Bootloader
#make crossgcc-i386
#Run QEMU
#debugmode
#qemu-system-x86_64 -M q35 -bios build/coreboot.rom -serial stdio -display none -chardev file,id=debugcon,path=log -device isa-debugcon,iobase=0x402,chardev=debugcon -monitor unix:/tmp/qemu-monitor,server,nowait
#socat - UNIX-CONNECT:/tmp/qemu-monitor
Link to this headingLibvirt
Manage virtual machines with virt-manager
Link to this headingNetwork Tunneling
https://securelist.com/network-tunneling-with-qemu/111803/
Link to this headingUsing Strace
Link to this headingAdding hardware
Link to this headingFans
https://wbenny.github.io/2025/06/29/i-made-my-vm-think-it-has-a-cpu-fan.html
Link to this headingGraphics Cards
OVMF PCIE passthrough with large VRAM GPU