Use CPU with all required features when kvm=no is specified

This commit is contained in:
Jeremy Soller 2020-09-09 10:39:28 -06:00
parent 4dea2a08e2
commit d7e52b5238
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -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