mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 14:37:50 +00: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
|