aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci_host.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity1-48/+38
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-38/+48
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity1-48/+38
2011-07-27pci: Common overflow preventionJan Kiszka1-4/+20
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata1-1/+1
2010-12-11Add get_fw_dev_path callback for system bus.Gleb Natapov1-0/+2
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf1-85/+20
2010-12-11Make simple io mem handler endian awareAlexander Graf1-4/+8
2010-03-23pci_host: fix breakageAurelien Jarno1-5/+5
2010-03-21Compile pci_host only onceBlue Swirl1-30/+51
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