]> git.proxmox.com Git - qemu.git/history - hw/pci_bridge.c
Introduce a 'client_add' monitor command accepting an open FD
[qemu.git] / hw / pci_bridge.c
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...