index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci_host.h
Age
Commit message (
Expand
)
Author
2011-11-24
prep_pci: convert to memory API
Avi Kivity
2011-09-04
pci_host: convert conf index and data ports to memory API
Avi Kivity
2011-08-25
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
Anthony Liguori
2011-08-24
pci_host: convert conf index and data ports to memory API
Avi Kivity
2011-08-04
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
2011-07-29
pci: pass address space to pci bus when created
Avi Kivity
2011-07-27
pci: Common overflow prevention
Jan Kiszka
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