mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
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 New Issue
Block a user