aboutsummaryrefslogtreecommitdiff
path: root/hw/pci_host.c
AgeCommit message (Expand)Author
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity
2011-07-27pci: Common overflow preventionJan Kiszka
2011-03-28pci: use devfn for pci_find_device() instead of (slot, fn) pairIsaku Yamahata
2010-12-11Add get_fw_dev_path callback for system bus.Gleb Natapov
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf
2010-12-11Make simple io mem handler endian awareAlexander Graf
2010-03-23pci_host: fix breakageAurelien Jarno
2010-03-21Compile pci_host only onceBlue Swirl
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl
2010-02-14pci_host: rewrite using rwhandlerMichael S. Tsirkin
2010-01-10PCI: Fix a typoBlue Swirl
2009-12-01pci_host: remove unnecessary & 0xff.Isaku Yamahata
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata
2009-12-01pci: rename (pci_/pcie_mmcfg_)addr_to_devIsaku Yamahata
2009-12-01pci: remove pci_addr_to_config() by open codeIsaku Yamahata
2009-12-01pci: simplify (pci_/pcie_mmcfg_)data_read()Michael S. Tsirkin
2009-11-09pci_host: change the signature of pci_data_{read, write}.Isaku Yamahata
2009-11-09pci: move pci host stuff from pci.c to pci_host.cIsaku Yamahata
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata