mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
qemu-x86: set new -machine value for QEMU
-machine type=pc-1.3 is deprecated with QEMU 5.1.0 Error: machine runqemu - ERROR - Failed to run qemu: qemu-system-i386: unsupported machine type Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -9,7 +9,7 @@ ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
|
||||
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-i386"
|
||||
QB_MACHINE = "-machine type=pc-1.3"
|
||||
QB_MACHINE = "-machine type=pc-q35-2.10"
|
||||
QB_OPT_APPEND = "-nographic -no-acpi"
|
||||
QB_CPU_x86 = "-cpu qemu32,+nx,+pae"
|
||||
QB_CPU_KVM_x86 = "-cpu kvm32"
|
||||
|
||||
Reference in New Issue
Block a user