]> git.proxmox.com Git - mirror_qemu.git/commit
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 30 Oct 2009 12:21:08 +0000 (21:21 +0900)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 9 Nov 2009 14:43:08 +0000 (08:43 -0600)
commit6e355d901baec118f0eb40ecd75a4278625f5d03
tree91118ef8bbfae888a1700f9b3c7e877ae4cc36b2
parenta455783bb6ecede44450f54980c42951fd06b7fb
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t

This patch is preliminary for 64 bit BAR support.
Introduce dedicated type, pcibus_t, to represent pci bus address/size
instead of uint32_t.
Later this type will be changed to uint64_t.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
24 files changed:
hw/ac97.c
hw/cirrus_vga.c
hw/e1000.c
hw/eepro100.c
hw/es1370.c
hw/ide/cmd646.c
hw/ide/piix.c
hw/lsi53c895a.c
hw/macio.c
hw/msix.c
hw/msix.h
hw/ne2000.c
hw/openpic.c
hw/pci.c
hw/pci.h
hw/pcnet.c
hw/rtl8139.c
hw/sun4u.c
hw/usb-ohci.c
hw/usb-uhci.c
hw/vga-pci.c
hw/virtio-pci.c
hw/vmware_vga.c
hw/wdt_i6300esb.c