Signed-off-by: Naveen Saini <[email protected]> --- conf/machine/qemu-x86.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/conf/machine/qemu-x86.conf b/conf/machine/qemu-x86.conf index ac6fb8f..d85c222 100644 --- a/conf/machine/qemu-x86.conf +++ b/conf/machine/qemu-x86.conf @@ -9,10 +9,8 @@ ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot" # For runqemu QB_SYSTEM_NAME = "qemu-system-i386" -QB_MACHINE = "-machine pc-0.14" -#QB_OPT_APPEND = "-nographic -display none -clock dynticks -no-acpi -balloon none" -QB_OPT_APPEND = "-nographic -display none -no-acpi" -QB_CPU_x86 = "-cpu qemu32" +QB_OPT_APPEND = "-nographic -no-acpi" +QB_CPU_x86 = "-cpu qemu32,+nx,+pae" QB_CPU_KVM_x86 = "-cpu kvm32" ARCH_qemu-x86 = "x86" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47494): https://lists.yoctoproject.org/g/yocto/message/47494 Mute This Topic: https://lists.yoctoproject.org/mt/64687807/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
