2
0
Fork 0

Configure QEMU with q35 machine model

20.02
Emery Hemingway 4 years ago
parent d812f2b3a9
commit 318d718724

@ -93,7 +93,7 @@ let
global spawn_id
spawn ${hostPkgs.qemu}/bin/qemu-system-x86_64 -cdrom ${iso} -nographic \
-M pc -m size=${toString qemuMem}
-machine q35 -m size=${toString qemuMem}
wait_for_output $wait_for_re $timeout_value $spawn_id
}

@ -53,5 +53,12 @@ in λ ( _
(Some "acpi")
(None Text)
]
, config =
Genode.Prelude.XML.text
''
<config>
<policy label_prefix="test-pci"> <pci class="ALL"/> </policy>
</config>
''
}
}

Loading…
Cancel
Save