]> git.proxmox.com Git - mirror_qemu.git/commit - hw/block/pc_sysfw.c
pc_sysfw: remove the rom_only property
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 9 Aug 2013 17:35:01 +0000 (12:35 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Aug 2013 14:31:14 +0000 (09:31 -0500)
commita904410af5f1ed6ff031e9e4119ca2f5d99647ce
treea1ac99269bbe1518802d0e723640688c79ae9928
parent133bb095acf536f85e7e57821596c8c844aaa583
pc_sysfw: remove the rom_only property

With the new semantics of pc_sysfw (no -pflash implies "old-style" ROM setup,
-pflash implies "new-style" ROM setup), there is no need anymore for a compat
property.  Old machines simply will never use -pflash, and thus will always
use old-style setup.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1376069702-22330-3-git-send-email-aliguori@us.ibm.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/block/pc_sysfw.c
hw/i386/pc_piix.c