1 config BR2_PACKAGE_HOST_QEMU
3 select BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE \
4 if !BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE
5 depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
6 BR2_i386 || BR2_m68k || BR2_microblazeel || \
7 BR2_microblazebe || BR2_mips || BR2_mipsel || \
8 BR2_mips64 || BR2_mips64el || BR2_powerpc || \
9 BR2_powerpc64 || BR2_powerpc64le || BR2_sh || \
10 BR2_sparc || BR2_x86_64
12 QEMU is a generic and open source machine emulator and virtualizer.
14 This option builds an emulator for your selected architecture.
18 if BR2_PACKAGE_HOST_QEMU
20 comment "Emulators selection"
22 config BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE
23 bool "Enable system emulation"
25 Enables the build of the system emulator, which allows to
26 boot an entire system in Qemu.
28 config BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE
29 bool "Enable Linux user-land emulation"
31 Enables the build of the user-land emulator, which allows to
32 run user-space applications.
34 config BR2_PACKAGE_HOST_QEMU_VDE2
37 Enables VDE2 support. VDE2 stands for Virtual Distributed
38 Ethernet and can be used to create virtual switches to
39 "plug" both physical and virtual machines in them.