From 665d8aef80b5f4259f6b5e30e812f42450f519ad Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 15 Sep 2023 11:04:12 -0400 Subject: [PATCH] Update qemu command to change machine to q35 This enables PCIe --- Rsconscript | 1 + 1 file changed, 1 insertion(+) diff --git a/Rsconscript b/Rsconscript index a81c4c5..fbad203 100644 --- a/Rsconscript +++ b/Rsconscript @@ -197,6 +197,7 @@ task "run", desc: "Run HOS in QEMU" do end sh %W[ qemu-system-x86_64 + -machine q35 -cpu max -serial file:qemu/serial.out -bios #{ovmf}