Check CPUID info, switch cpu flag to Broadwell

This commit is contained in:
Justin C. Miller
2018-04-29 23:50:56 -07:00
parent 99222d8ab9
commit 2d4e7cfdee
4 changed files with 117 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ QEMUOPTS += -drive file=$(BUILD_D)/fs.img,format=raw
QEMUOPTS += -smp $(CPUS) -m 512
QEMUOPTS += -d mmu,guest_errors,int -D popcorn.log
QEMUOPTS += -no-reboot
QEMUOPTS += -cpu Broadwell
QEMUOPTS += $(QEMUEXTRA)