aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/qemu-x86.conf
blob: 31ce80ddf0e74a9c0f5782d0c913655e3328d967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#@TYPE: Machine
#@NAME: qemu-x86
#@DESCRIPTION: Machine for Zephyr BOARD qemu_x86

require conf/machine/include/qemu.inc
require conf/machine/include/tune-i586.inc

ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"

# For runqemu
QB_SYSTEM_NAME = "qemu-system-i386"
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"

ARCH:qemu-x86 = "x86"