qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] pci: various clean up and 64bit bar support.
@ 2009-07-07  6:59 Isaku Yamahata
  2009-07-07  6:59 ` [Qemu-devel] [PATCH 1/6] pci.c: remove unnecessary #ifdef DEBUG_PCI Isaku Yamahata
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Isaku Yamahata @ 2009-07-07  6:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: yamahata

The first 4 patches are trivial clean up patches, so they are
ready to commit.
The last 2 patches implement pci 64bit bar support.
At this moment there is no user. I'm implementing
q35 based chipset emulator which uses 64bit bar.

thanks,

Isaku Yamahata (6):
  pci.c: remove unnecessary #ifdef DEBUG_PCI.
  pci: use uint8_t for pci_register_bar() type argument of int.
  pci: minor clean up of pci_update_mappings().
  pci: define a constant to represent a unmapped bar and use it.
  pci: use uint64_t for bar addr and size instead of uint32_t.
  pci: 64bit bar support.

 hw/ac97.c         |    2 +-
 hw/cirrus_vga.c   |    6 +-
 hw/e1000.c        |   12 +++--
 hw/eepro100.c     |    8 ++--
 hw/ide.c          |    4 +-
 hw/lsi53c895a.c   |    6 +-
 hw/msix.c         |    2 +-
 hw/msix.h         |    2 +-
 hw/ne2000.c       |    2 +-
 hw/pci.c          |  110 ++++++++++++++++++++++++++++++++++++----------------
 hw/pci.h          |   18 +++++++--
 hw/pcnet.c        |    9 ++--
 hw/rtl8139.c      |    4 +-
 hw/usb-ohci.c     |    2 +-
 hw/usb-uhci.c     |    2 +-
 hw/vga.c          |    2 +-
 hw/virtio-pci.c   |    2 +-
 hw/vmware_vga.c   |    4 +-
 hw/wdt_i6300esb.c |    5 +-
 19 files changed, 129 insertions(+), 73 deletions(-)

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

end of thread, other threads:[~2009-07-07  8:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07  6:59 [Qemu-devel] [PATCH 0/6] pci: various clean up and 64bit bar support Isaku Yamahata
2009-07-07  6:59 ` [Qemu-devel] [PATCH 1/6] pci.c: remove unnecessary #ifdef DEBUG_PCI Isaku Yamahata
2009-07-07  6:59 ` [Qemu-devel] [PATCH 2/6] pci: use uint8_t for pci_register_bar() type argument of int Isaku Yamahata
2009-07-07  6:59 ` [Qemu-devel] [PATCH 3/6] pci: minor clean up of pci_update_mappings() Isaku Yamahata
2009-07-07  6:59 ` [Qemu-devel] [PATCH 4/6] pci: define a constant to represent a unmapped bar and use it Isaku Yamahata
2009-07-07  6:59 ` [Qemu-devel] [PATCH 5/6] pci: use uint64_t for bar addr and size instead of uint32_t Isaku Yamahata
2009-07-07  6:59 ` [Qemu-devel] [PATCH 6/6] pci: 64bit bar support 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).