Set chipset to q35

This commit is contained in:
Justin C. Miller
2018-05-05 11:26:59 -07:00
parent 8a00b9c77d
commit b2f2a9c721
2 changed files with 3 additions and 2 deletions

View File

@@ -199,6 +199,7 @@ def qemu(ctx):
'-d', 'mmu,int,guest_errors',
'-D', 'popcorn.log',
'-cpu', 'Broadwell',
'-M', 'q35',
'-no-reboot',
'-nographic',
])