KVM by default
This commit is contained in:
parent
d7be0fc774
commit
96ffbe38e8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -58,7 +58,7 @@ qemu: $(KBUILD)/harddrive.bin
|
|||
else
|
||||
LD=ld
|
||||
QEMUFLAGS+=-machine q35 -smp 4 -m 256
|
||||
ifeq ($(kvm),yes)
|
||||
ifneq ($(kvm),no)
|
||||
QEMUFLAGS+=-enable-kvm -cpu host
|
||||
endif
|
||||
ifeq ($(vga),no)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue