qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/6] pci: various clean up and 64bit bar support.


From: Isaku Yamahata
Subject: [Qemu-devel] [PATCH 0/6] pci: various clean up and 64bit bar support.
Date: Tue, 7 Jul 2009 15:59:21 +0900

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]