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_internals.h
Age
Commit message (
Expand
)
Author
2012-12-17
pci: move pci core code to hw/pci
Michael S. Tsirkin
2012-10-29
pci: avoid destroying bridge address space windows in a transaction
Avi Kivity
2012-07-29
Merge branch pci into master
Michael S. Tsirkin
2012-07-19
pci: Add pci_device_route_intx_to_irq
Michael S. Tsirkin
2012-06-27
iommu: Allow PCI to use IOMMU infrastructure
David Gibson
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
2011-09-20
pci_bridge: simplify memory regions some more
Michael S. Tsirkin
2011-09-19
pci: implement bridge filtering
Michael S. Tsirkin
2011-09-19
pci: Remove unused mem_base from PCIBus
Jan Kiszka
2011-08-08
pci: allow I/O BARs to be registered with pci_register_bar_region()
Avi Kivity
2011-07-29
pci: pass address space to pci bus when created
Avi Kivity
2011-03-28
pci: use uint8_t for devfn_min
Isaku Yamahata
2011-03-28
pci: replace the magic, 256, for the maximum of devfn
Isaku Yamahata
2010-09-07
pci_bridge: introduce pci bridge library.
Isaku Yamahata
2010-07-22
pci_bridge: rename PCIBridge::bus -> PCIBridge::sec_bus.
Isaku Yamahata
2010-07-19
pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.
Isaku Yamahata