x86: Revert "qemu_x86: use icount for 32-bit"
This was causing problems on some network tests.
This reverts commit 9b055ecf82
.
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
8fa9659aea
commit
d2dce5e845
1 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@ if(CONFIG_X86_64)
|
||||||
set(QEMU_CPU_TYPE_${ARCH} qemu64,+x2apic)
|
set(QEMU_CPU_TYPE_${ARCH} qemu64,+x2apic)
|
||||||
else()
|
else()
|
||||||
set(QEMU_CPU_TYPE_${ARCH} qemu32,+nx,+pae)
|
set(QEMU_CPU_TYPE_${ARCH} qemu32,+nx,+pae)
|
||||||
set(ICOUNT_ARG -icount shift=5,align=off,sleep=off -rtc clock=vm)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(QEMU_FLAGS_${ARCH}
|
set(QEMU_FLAGS_${ARCH}
|
||||||
|
@ -20,7 +19,6 @@ set(QEMU_FLAGS_${ARCH}
|
||||||
-device isa-debug-exit,iobase=0xf4,iosize=0x04
|
-device isa-debug-exit,iobase=0xf4,iosize=0x04
|
||||||
${REBOOT_FLAG}
|
${REBOOT_FLAG}
|
||||||
-nographic
|
-nographic
|
||||||
${ICOUNT_ARG}
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO: Support debug
|
# TODO: Support debug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue