KVM default off, ack after irq handling

This commit is contained in:
Jeremy Soller 2016-09-11 15:13:09 -06:00
parent 8563961f28
commit f05cc96db1
2 changed files with 21 additions and 22 deletions

View file

@ -48,19 +48,18 @@ qemu: $(KBUILD)/harddrive.bin
else
LD=ld
QEMUFLAGS+=-machine q35 -smp 4
ifneq ($(kvm),no)
QEMUFLAGS+=-enable-kvm -cpu host
endif
ifeq ($(vga),no)
QEMUFLAGS+=-nographic -vga none
endif
ifeq ($(kvm),yes)
QEMUFLAGS+=-enable-kvm -cpu host
endif
ifeq ($(vga),no)
QEMUFLAGS+=-nographic -vga none
endif
#,int,pcall
#-device intel-iommu
UNAME := $(shell uname)
ifeq ($(UNAME),Darwin)
LD=$(ARCH)-elf-ld
QEMUFLAGS=
endif
build/%.list: build/%