]> git.proxmox.com Git - mirror_qemu.git/history - hw/pci_bridge.c
msi: Invoke msi/msix_reset from PCI core
[mirror_qemu.git] / hw / pci_bridge.c
2012-06-07 Jan Kiszkamsi: Invoke msi/msix_reset from PCI core
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-03-15 Michael S. Tsirkinpci_bridge: upper 32 bit are long registers
2012-03-15 Michael S. Tsirkinpci_bridge: user-friendly default bus name
2012-03-15 Michael S. Tsirkinpci_bridge: fix status: do not override cap bit
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-02-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-01-28 Blue SwirlMerge branch 'target-arm.for-upstream' of git://git...
2012-01-27 Anthony Liguoripci: convert to QEMU Object Model
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-10-26 Andrzej ZaborowskiMerge branch 'target-arm.for-upstream' of git://git...
2011-10-26 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/split-main-loop...
2011-10-23 Blue Swirlpci_bridge: fix typo
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/core...
2011-09-22 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-09-20 Anthony LiguoriMerge remote-tracking branch 'mst-tmp/for_anthony'...
2011-09-20 Michael S. Tsirkinpci_bridge: simplify memory regions some more
2011-09-19 Michael S. Tsirkinpci: implement bridge filtering
2011-09-19 Wen Congyangpci_bridge: use parent bus's address space
2010-12-02 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-22 Isaku Yamahatapci bridge: implement secondary bus reset
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-27 Blue SwirlIntroduce range.h
2010-10-20 Isaku Yamahatapci/bridge: fix pci_bridge_reset()
2010-09-07 Isaku Yamahatapci bridge: add helper function for ssvid capability.
2010-09-07 Isaku Yamahatapci_bridge: introduce pci bridge library.
2010-07-22 Isaku Yamahatapci_bridge: clean up: remove pci_{register, unregister...
2010-07-22 Isaku Yamahatapci_bridge: rename PCIBridge::bus -> PCIBridge::sec_bus.
2010-07-22 Isaku Yamahatapci/bridge: split out pci bridge code into pci_bridge...