]> git.proxmox.com Git - mirror_qemu.git/commit - hw/pci_host.c
Compile pci_host only once
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Mar 2010 19:47:15 +0000 (19:47 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Mar 2010 19:47:15 +0000 (19:47 +0000)
commit952760bb7bce7fbfe0afcf04fee268745f297b87
tree8d0ad00eb068c13794ea691595d661eb19c3c7d3
parentc1f63a9d43f294d53e5f78f3534e5b8198e1fa74
Compile pci_host only once

Convert pci_host_conf_register_mmio_noswap(x) to
pci_host_conf_register_mmio(x, 0).

Convert pci_host_conf_register_mmio(x) to
pci_host_conf_register_mmio(x, 1) for big endian hosts, all cases
happen to be BE.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.objs
Makefile.target
hw/dec_pci.c
hw/grackle_pci.c
hw/pci_host.c
hw/pci_host.h
hw/ppc4xx_pci.c
hw/ppce500_pci.c
hw/unin_pci.c