automatically use kvm if available

This commit is contained in:
Nero 2020-09-17 06:47:32 +00:00
parent 8e87cf0f75
commit e1bfaa5d88
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ QEMU_ARGS = $(addprefix --option-rom ,$(ROMS))
NASM = nasm
NASM_ARGS = -s -Ilib
EMUL = utils/emul
KVM = $(shell test -w /dev/kvm && echo 1)
ifdef KVM
QEMU_ARGS += --enable-kvm