qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Remove legacy sysfw code
@ 2013-06-03 15:19 Paolo Bonzini
  2013-06-03 15:19 ` [Qemu-devel] [PATCH 1/3] sysfw: remove read-only pc_sysfw_flash_vs_rom_bug_compatible Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Paolo Bonzini @ 2013-06-03 15:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jordan Justen, armbru

The sysfw code to choose between ROM and flash BIOS was a bad idea,
because it triggered different behavior between TCG and KVM.  We
deleted the behavior in 1.5, but we left the code around because
it was close to the release.  Now it's time to delete it.

Paolo Bonzini (3):
  remove read-only pc_sysfw_flash_vs_rom_bug_compatible
  pc_sysfw: remove the rom_only property
  pc_sysfw: do not make it a device anymore

 default-configs/i386-softmmu.mak   |   1 -
 default-configs/x86_64-softmmu.mak |   1 -
 hw/block/Makefile.objs             |   1 -
 hw/i386/Makefile.objs              |   1 +
 hw/i386/pc.c                       |   5 +-
 hw/i386/pc_piix.c                  |  16 +----
 hw/i386/pc_q35.c                   |   2 +-
 hw/{block => i386}/pc_sysfw.c      | 135 +++----------------------------------
 include/hw/i386/pc.h               |   6 +-
 9 files changed, 18 insertions(+), 150 deletions(-)
 rename hw/{block => i386}/pc_sysfw.c (62%)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-06-04  9:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03 15:19 [Qemu-devel] [PATCH 0/3] Remove legacy sysfw code Paolo Bonzini
2013-06-03 15:19 ` [Qemu-devel] [PATCH 1/3] sysfw: remove read-only pc_sysfw_flash_vs_rom_bug_compatible Paolo Bonzini
2013-06-03 20:36   ` Jordan Justen
2013-06-03 20:57     ` Paolo Bonzini
2013-06-04  9:17     ` Markus Armbruster
2013-06-04  9:14   ` Markus Armbruster
2013-06-04  9:43     ` Paolo Bonzini
2013-06-03 15:19 ` [Qemu-devel] [PATCH 2/3] pc_sysfw: remove the rom_only property Paolo Bonzini
2013-06-03 20:50   ` Jordan Justen
2013-06-03 21:00     ` Paolo Bonzini
2013-06-03 15:19 ` [Qemu-devel] [PATCH 3/3] pc_sysfw: do not make it a device anymore Paolo Bonzini
2013-06-03 20:46   ` Jordan Justen
2013-06-03 21:00     ` Paolo Bonzini
2013-06-03 21:56 ` [Qemu-devel] [PATCH 0/3] Remove legacy sysfw code Jordan Justen
2013-06-04  6:46   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).