Update qemu command to change machine to q35

This enables PCIe
This commit is contained in:
Josh Holtrop 2023-09-15 11:04:12 -04:00
parent af5ad73cf7
commit 665d8aef80

View File

@ -197,6 +197,7 @@ task "run", desc: "Run HOS in QEMU" do
end end
sh %W[ sh %W[
qemu-system-x86_64 qemu-system-x86_64
-machine q35
-cpu max -cpu max
-serial file:qemu/serial.out -serial file:qemu/serial.out
-bios #{ovmf} -bios #{ovmf}