qemu_x86: Use Qemu Q35 machine feature (ICH9)
Using very old machine does not make sense anymore. Switch to the new Q35 (https://wiki.qemu.org/Features/Q35). Among other things it allows to test SMBus and watchdog. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
d1d20c08cd
commit
a2aa462f7d
|
@ -60,6 +60,7 @@ endif()
|
|||
set(QEMU_FLAGS_${ARCH}
|
||||
-m ${QEMU_MEMORY_SIZE_MB}
|
||||
-cpu ${QEMU_CPU_TYPE_${ARCH}}${QEMU_CPU_FLAGS}
|
||||
-machine q35
|
||||
-device isa-debug-exit,iobase=0xf4,iosize=0x04
|
||||
${REBOOT_FLAG}
|
||||
-nographic
|
||||
|
|
Loading…
Reference in a new issue