genode/tool/builddir/build.conf/qemu_opt_x86

21 lines
397 B
Plaintext

##
## Qemu arguments, effective when using the run tool's 'power_on/qemu' back end
##
# enable GDB stub
#QEMU_OPT += -s
# prevent Qemu from using KVM
QEMU_OPT += -no-kvm
# use time-tested graphics backend
QEMU_OPT += -display sdl
# use machine model that supports nested virtualization
QEMU_OPT(nova) += -cpu core2duo
# add kernel-specific Qemu arguments
QEMU_OPT += $(QEMU_OPT(${KERNEL})}