index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci_host.h
Age
Commit message (
Expand
)
Author
2010-12-11
pci-host: Delegate bswap to mmio layer
Alexander Graf
2010-03-21
Compile pci_host only once
Blue Swirl
2010-02-14
pci_host: rewrite using rwhandler
Michael S. Tsirkin
2009-12-01
pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h.
Isaku Yamahata
2009-12-01
pci: shorten pci_host_{conf, data}_register_xxx function a bit.
Isaku Yamahata
2009-12-01
pci: move pci_data_{read, write}() declaration from pci.h to pci_host.h
Isaku Yamahata
2009-11-09
pci_host: consolidate pci config address access.
Isaku Yamahata
2009-11-09
pci_host.h: move functions in pci_host.h into .c file.
Isaku Yamahata
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
Get rid of _t suffix
malc
2009-07-27
qdev/pci: hook up i440fx.
Gerd Hoffmann
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-01-08
Improve PCI debug support
blueswir1
2008-12-13
Remove unnecessary trailing newlines
blueswir1
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2006-05-13
Rearrange PCI host emulation code.
pbrook