qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] pci bridge clean up and multiple pci bus support v2
@ 2009-06-02  6:42 Isaku Yamahata
  2009-06-02  6:42 ` [Qemu-devel] [PATCH 1/7] vmware_vga: clean up Isaku Yamahata
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Isaku Yamahata @ 2009-06-02  6:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: mst, mtosatti, armbru, yamahata, paul, avi

This patch series are for cleaning up pci bus/pci configuration
space implementation and pci bridge emulation.

I think patch 1-6 are ready to commit.
But the patch 7 for pci-to-pci bridge hasn't been finished.
Please comment on pci bridge emulation and multiple pci bus support.

[PATCH 0/7] RFC: pci bridge clean up and multiple pci bus support v2
[PATCH 1/7] vmware_vga: clean up
[PATCH 2/7] qemu: make default_write_config use mask table
[PATCH 3/7] pci: pci_default_config_write() clean up.
[PATCH 4/7] pci/config: convert pci configuration space handler to use callback.
[PATCH 5/7] pci: PCIBus clean up.
[PATCH 6/7] pci/brdige qdevfy.
[PATCH 7/7] [RFC] pci bus: preliminary for multi pci bus support.


Changes from v1
- many clean up patches
- qdevfied

Isaku Yamahata (6):
  vmware_vga: clean up
  pci: pci_default_config_write() clean up.
  pci/config: convert pci configuration space handler to use callback.
  pci: PCIBus clean up.
  pci/brdige qdevfy.
  pci bus: preliminary for multi pci bus support.

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

 Makefile.target   |    2 +-
 hw/acpi.c         |   11 +-
 hw/apb_pci.c      |   12 +-
 hw/cirrus_vga.c   |   17 ++-
 hw/gt64xxx.c      |   13 +-
 hw/pc.c           |    7 +
 hw/pci-hotplug.c  |    4 +-
 hw/pci.c          |  626 +++++++++++++++++++++++++++++++++++++----------------
 hw/pci.h          |  128 +++++++++++-
 hw/pci_bridge.c   |  232 ++++++++++++++++++++
 hw/pci_bridge.h   |   35 +++
 hw/pci_ids.h      |    3 +
 hw/piix_pci.c     |   18 +-
 hw/vga.c          |   10 +-
 hw/vmware_vga.c   |    2 +-
 hw/wdt_i6300esb.c |   66 +++----
 qemu-options.hx   |   10 +
 vl.c              |    5 +
 18 files changed, 932 insertions(+), 269 deletions(-)
 create mode 100644 hw/pci_bridge.c
 create mode 100644 hw/pci_bridge.h

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

end of thread, other threads:[~2009-06-15 10:44 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02  6:42 [Qemu-devel] [PATCH 0/7] pci bridge clean up and multiple pci bus support v2 Isaku Yamahata
2009-06-02  6:42 ` [Qemu-devel] [PATCH 1/7] vmware_vga: clean up Isaku Yamahata
2009-06-10 15:08   ` [Qemu-devel] " Michael S. Tsirkin
2009-06-02  6:42 ` [Qemu-devel] [PATCH 2/7] qemu: make default_write_config use mask table Isaku Yamahata
2009-06-02  6:42 ` [Qemu-devel] [PATCH 3/7] pci: pci_default_config_write() clean up Isaku Yamahata
2009-06-02 10:01   ` [Qemu-devel] " Michael S. Tsirkin
2009-06-03  2:31     ` Isaku Yamahata
2009-06-03  7:22       ` Michael S. Tsirkin
2009-06-03 12:25         ` Isaku Yamahata
2009-06-05 10:43           ` Michael S. Tsirkin
2009-06-10 15:48       ` Michael S. Tsirkin
2009-06-15  9:12         ` Isaku Yamahata
2009-06-15 10:42           ` Michael S. Tsirkin
2009-06-02  6:42 ` [Qemu-devel] [PATCH 4/7] pci/config: convert pci configuration space handler to use callback Isaku Yamahata
2009-06-10 15:16   ` [Qemu-devel] " Michael S. Tsirkin
2009-06-02  6:42 ` [Qemu-devel] [PATCH 5/7] pci: PCIBus clean up Isaku Yamahata
2009-06-02  6:42 ` [Qemu-devel] [PATCH 6/7] pci/brdige qdevfy Isaku Yamahata
2009-06-02  6:42 ` [Qemu-devel] [PATCH 7/7] [RFC] pci bus: preliminary for multi pci bus support Isaku Yamahata
2009-06-02  7:13   ` [Qemu-devel] " Avi Kivity
2009-06-02  7:46     ` Isaku Yamahata
2009-06-02  8:51       ` Avi Kivity
2009-06-02 13:03       ` Markus Armbruster
2009-06-02 12:56   ` [Qemu-devel] " Markus Armbruster

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