KVM default off, ack after irq handling
This commit is contained in:
parent
8563961f28
commit
f05cc96db1
2 changed files with 21 additions and 22 deletions
13
Makefile
13
Makefile
|
@ -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/%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue