aboutsummaryrefslogtreecommitdiff
path: root/hw/pci_host.h
AgeCommit message (Expand)Author
2012-08-22pci_host: Turn into SysBus-derived QOM typeAndreas Färber
2011-11-24prep_pci: convert to memory APIAvi Kivity
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-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-07-29pci: pass address space to pci bus when createdAvi Kivity
2011-07-27pci: Common overflow preventionJan Kiszka
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf
2010-03-21Compile pci_host only onceBlue Swirl
2010-02-14pci_host: rewrite using rwhandlerMichael S. Tsirkin
2009-12-01pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.Isaku Yamahata
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata
2009-12-01pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku 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
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-07-27qdev/pci: hook up i440fx.Gerd Hoffmann
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-01-08Improve PCI debug supportblueswir1
2008-12-13Remove unnecessary trailing newlinesblueswir1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2006-05-13Rearrange PCI host emulation code.pbrook