pci: factor out the conversion logic from io port address into pci device.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 30 Oct 2009 12:21:14 +0000 (21:21 +0900)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 9 Nov 2009 14:43:09 +0000 (08:43 -0600)
commitfc4ec2a9c8a4548f55773f4c1557108006a6dda7
treef185bae7814ee28060fabdfe18f8dd527660a1b0
parenta8b9c959c2abaaa11ec3fd59dee90b033f02d820
pci: factor out the conversion logic from io port address into pci device.

factor out the logic which converts io port address into pci device
and offset in PCI configuration space.

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