pci: shorten pci_host_{conf, data}_register_xxx function a bit.
commitf08b32fe959c157d3c3acdad9c7bfe56b5597af1
authorIsaku Yamahata <yamahata@valinux.co.jp>
Thu, 12 Nov 2009 05:58:34 +0000 (12 14:58 +0900)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 1 Dec 2009 15:51:37 +0000 (1 17:51 +0200)
tree24a4eadb38a76c490d018dea62b1aba3ef0aeaf3
parent8d6514f8dd2a8102ec3d577b13cb565fb9cfe73c
pci: shorten pci_host_{conf, data}_register_xxx function a bit.

pci_host_data_register_io_memory and its variants are too long a bit.
So shorten them. Now they are
pci_host_{conf, data}_register_{mmio, mmio_noswap, ioport}()

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/apb_pci.c
hw/grackle_pci.c
hw/pci_host.c
hw/pci_host.h
hw/piix_pci.c
hw/ppc4xx_pci.c
hw/ppce500_pci.c
hw/prep_pci.c
hw/unin_pci.c