mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
|
|
#
|
|
# Prevent Qemu from using KVM
|
|
#
|
|
# Qemu version that come with major Linux distributions (i.e., Ubuntu) enable
|
|
# KVM by default. To use Qemu without KVM, Qemu must be started with the
|
|
# '-no-kvm' argument. However, if your Qemu version does not support this
|
|
# argument, comment-out this line.
|
|
#
|
|
QEMU_OPT += -no-kvm
|