aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci_host.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-24prep_pci: convert to memory APIAvi Kivity1-0/+1
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity1-10/+6
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-6/+10
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity1-10/+6
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-0/+6
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-0/+1
2011-07-27pci: Common overflow preventionJan Kiszka1-0/+6
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf1-4/+2
2010-03-21Compile pci_host only onceBlue Swirl1-3/+3
2010-02-14pci_host: rewrite using rwhandlerMichael S. Tsirkin1-0/+4
2009-12-01pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.Isaku Yamahata1-2/+2
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata1-4/+4
2009-12-01pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata1-0/+3
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata1-0/+3
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-83/+7
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-12/+12
2009-10-01Get rid of _t suffixmalc1-12/+12
2009-07-27qdev/pci: hook up i440fx.Gerd Hoffmann1-0/+3
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-01-08Improve PCI debug supportblueswir11-1/+27
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2006-05-13Rearrange PCI host emulation code.pbrook1-0/+93