Rename pci_register_io_region() to pci_register_bar()
commit28c2c26495da884f534d95bfda7c9b411e1417fc
authorAvi Kivity <avi@redhat.com>
Sun, 14 Jun 2009 08:38:53 +0000 (14 11:38 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Jun 2009 20:18:38 +0000 (16 15:18 -0500)
treed7966a686f993fb87dbf04cc7a18697dd1f5e13e
parente9179ce1a07ff8699fae89dc1cd87efc3dd80c9d
Rename pci_register_io_region() to pci_register_bar()

This function is used to manage a PCI BAR, so make the more generic
pci_register_io_region() available to other uses.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
21 files changed:
hw/ac97.c
hw/cirrus_vga.c
hw/e1000.c
hw/eepro100.c
hw/es1370.c
hw/ide.c
hw/lsi53c895a.c
hw/macio.c
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.c
hw/virtio-pci.c
hw/vmware_vga.c
hw/wdt_i6300esb.c