]> Git Repo - qemu.git/commit - hw/pc_piix.c
pc_piix/pc_sysfw: enable flash by default
authorJordan Justen <[email protected]>
Wed, 22 Feb 2012 07:18:56 +0000 (23:18 -0800)
committerAnthony Liguori <[email protected]>
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/pc_piix.c
hw/pc_sysfw.c
This page took 0.025436 seconds and 4 git commands to generate.