qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] pci config space emulation clean up TAKE 4
@ 2009-05-20  2:25 Isaku Yamahata
  2009-05-20  2:25 ` [Qemu-devel] [PATCH 1/4] vmware_vga: clean up Isaku Yamahata
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Isaku Yamahata @ 2009-05-20  2:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: yamahata, mtosatti, armbru, mst

This patch series is for cleaning up pci config space emulation.
Making it table driven with mask and callback.

Changes since v4
- fixed patch owner.
- rebased resolving conflict
- fix cirrus_vga.c behaviour
- typo


Changes since v3
- changed callback signature
- converted pci device

thanks,

Isaku Yamahata (3):
  vmware_vga: clean up
  pci: pci_default_config_write() clean up.
  pci/config: convert pci configuration space handler to use callback.

Michael S. Tsirkin (1):
  qemu: make default_write_config use mask table

 hw/acpi.c         |   11 +-
 hw/cirrus_vga.c   |   17 ++-
 hw/gt64xxx.c      |   13 +--
 hw/pci.c          |  407 +++++++++++++++++++++++++++++++++++-----------------
 hw/pci.h          |  115 +++++++++++++++-
 hw/piix_pci.c     |   18 ++-
 hw/vga.c          |   10 +-
 hw/vmware_vga.c   |    2 +-
 hw/wdt_i6300esb.c |   66 ++++-----
 9 files changed, 453 insertions(+), 206 deletions(-)

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

end of thread, other threads:[~2009-05-26  2:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-20  2:25 [Qemu-devel] [PATCH 0/4] pci config space emulation clean up TAKE 4 Isaku Yamahata
2009-05-20  2:25 ` [Qemu-devel] [PATCH 1/4] vmware_vga: clean up Isaku Yamahata
2009-05-20  2:25 ` [Qemu-devel] [PATCH 2/4] qemu: make default_write_config use mask table Isaku Yamahata
2009-05-20  2:25 ` [Qemu-devel] [PATCH 3/4] pci: pci_default_config_write() clean up Isaku Yamahata
2009-05-25  7:09   ` [Qemu-devel] " Michael S. Tsirkin
2009-05-26  2:31     ` Isaku Yamahata
2009-05-20  2:25 ` [Qemu-devel] [PATCH 4/4] pci/config: convert pci configuration space handler to use callback Isaku Yamahata
2009-05-25  1:56 ` [Qemu-devel] [PATCH 0/4] pci config space emulation clean up TAKE 4 Isaku Yamahata

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).