pci: move pci host stuff from pci.c to pci_host.c
commit766347cc8cfca40a4e9585e6a7a83c2d603609c7
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 30 Oct 2009 12:21:15 +0000 (30 21:21 +0900)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 9 Nov 2009 14:43:09 +0000 (9 08:43 -0600)
tree061d618457a9904bd5756eda5a26ec72902a2fe2
parent74e32ac1d1fd0d508b1d7497c841cbce70848833
pci: move pci host stuff from pci.c to pci_host.c

Move pci host stuff from pci.c to pci_host.c.
And add some comments.
Later pcie host bridge functions will be defined in pcie_host.c
not to bloat pci.c.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pci.c
hw/pci_host.c