aboutsummaryrefslogtreecommitdiff
path: root/hw/pci_host.h
AgeCommit message (Expand)Author
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