pc_piix/pc_sysfw: enable flash by default
authorJordan Justen <jordan.l.justen@intel.com>
Wed, 22 Feb 2012 07:18:56 +0000 (23:18 -0800)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 22 Feb 2012 15:02:18 +0000 (09:02 -0600)
commit1b89fafe47b74e458f5e179b6c0e56c8b2633b62
treef78813b2b9a515ccbd352b722d8c47a53deaad26
parent382b3a681d002749f22cb87ec6b523432f81e8f2
pc_piix/pc_sysfw: enable flash by default

Now, the pc-sysfw:rom_only property will default
to false which enables flash by default.

All pc types below pc-1.1 set rom_only to true.
This prevents flash from being enabled on these
pc machine types.

For pc-1.1 rom_only will use the default (false),
which will allow flash to be used for pc-1.1.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc_piix.c
hw/pc_sysfw.c