From 1b89fafe47b74e458f5e179b6c0e56c8b2633b62 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Tue, 21 Feb 2012 23:18:56 -0800 Subject: 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 Signed-off-by: Anthony Liguori --- hw/pc_sysfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/pc_sysfw.c') diff --git a/hw/pc_sysfw.c b/hw/pc_sysfw.c index 972706c1fa..abf9004182 100644 --- a/hw/pc_sysfw.c +++ b/hw/pc_sysfw.c @@ -226,7 +226,7 @@ void pc_system_firmware_init(MemoryRegion *rom_memory) } static Property pcsysfw_properties[] = { - DEFINE_PROP_UINT8("rom_only", PcSysFwDevice, rom_only, 1), + DEFINE_PROP_UINT8("rom_only", PcSysFwDevice, rom_only, 0), DEFINE_PROP_END_OF_LIST(), }; -- cgit v1.2.3