switch to 'Nehalem' CPU model

Using 'host' is, for some reason, causing the problem where non-
minimal installs fail to boot. No idea why, but switching the
CPU model to Nehalem solves it.
This commit is contained in:
Adam Williamson 2016-12-20 18:42:23 -08:00
parent 7135a4e05d
commit 8e70b4b8a8
1 changed files with 2 additions and 2 deletions

View File

@ -1354,7 +1354,7 @@
backend => "qemu",
name => "64bit",
settings => [
{ key => "QEMUCPU", value => "host" },
{ key => "QEMUCPU", value => "Nehalem" },
{ key => "QEMUCPUS", value => "2"},
{ key => "QEMUVGA", value => "qxl"},
{ key => "QEMURAM", value => "2048"},
@ -1365,7 +1365,7 @@
backend => "qemu",
name => "uefi",
settings => [
{ key => "QEMUCPU", value => "host" },
{ key => "QEMUCPU", value => "Nehalem" },
{ key => "QEMUCPUS", value => "2"},
{ key => "QEMUVGA", value => "qxl"},
{ key => "QEMURAM", value => "2048"},