aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci_host.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2010-02-14pci_host: rewrite using rwhandlerMichael S. Tsirkin1-102/+70
2010-01-10PCI: Fix a typoBlue Swirl1-1/+1
2009-12-01pci_host: remove unnecessary & 0xff.Isaku Yamahata1-2/+3
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata1-4/+4
2009-12-01pci: rename (pci_/pcie_mmcfg_)addr_to_devIsaku Yamahata1-3/+3
2009-12-01pci: remove pci_addr_to_config() by open codeIsaku Yamahata1-7/+2
2009-12-01pci: simplify (pci_/pcie_mmcfg_)data_read()Michael S. Tsirkin1-16/+6
2009-11-09pci_host: change the signature of pci_data_{read, write}.Isaku Yamahata1-4/+2
2009-11-09pci: move pci host stuff from pci.c to pci_host.cIsaku Yamahata1-0/+63
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata1-0/+108
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-0/+75