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)
|
ifeq ($(UNAME),Linux)
|
||||||
ifneq ($(kvm),no)
|
ifneq ($(kvm),no)
|
||||||
QEMUFLAGS+=-enable-kvm -cpu host
|
QEMUFLAGS+=-enable-kvm -cpu host
|
||||||
|
else
|
||||||
|
QEMUFLAGS+=-cpu Skylake-Client
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
#,int,pcall
|
#,int,pcall
|
||||||
|
|
Loading…
Reference in a new issue