Use CPU with all required features when kvm=no is specified
This commit is contained in:
parent
4dea2a08e2
commit
d7e52b5238
|
@ -44,6 +44,8 @@ endif
|
|||
ifeq ($(UNAME),Linux)
|
||||
ifneq ($(kvm),no)
|
||||
QEMUFLAGS+=-enable-kvm -cpu host
|
||||
else
|
||||
QEMUFLAGS+=-cpu Skylake-Client
|
||||
endif
|
||||
endif
|
||||
#,int,pcall
|
||||
|
|
Loading…
Reference in a new issue