aboutsummaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)Author
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-12-11Add bootindex for option roms.Gleb Natapov
2010-12-11Add get_fw_dev_path callback for pci bus.Gleb Natapov
2010-12-09pci: untangle pci/msi dependencyMichael S. Tsirkin
2010-12-09pci: make command SERR bit writableIsaku Yamahata
2010-11-24pci: fix bus walk under secondary bus resetMichael S. Tsirkin
2010-11-22pci: use qdev reset framework for pci bus resetIsaku Yamahata
2010-11-22pci: Automatically patch PCI vendor id and device id in PCI ROMStefan Weil
2010-11-22pci: fix bridge control bit wmaskMichael S. Tsirkin
2010-11-22pci: add W1C bits to pci status registerIsaku Yamahata
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin
2010-11-16PCI: Bus number from the bridge, not the deviceAlex Williamson
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin
2010-10-27pci: improve w1c mask handlingMichael S. Tsirkin
2010-10-19pci: use pci_word_test_and_clear_mask() in pci_device_reset()Isaku Yamahata
2010-10-19pci: introduce helper function to handle msi-x and msi.Isaku Yamahata
2010-10-18pci: make pci_del_capability() update for w1cmaskIsaku Yamahata
2010-10-05Fix spelling in commentsStefan Weil
2010-09-20pci: implement RW1C register framework.Isaku Yamahata
2010-09-18Introduce range.hBlue Swirl
2010-09-13pci: improve signature of pci_register_bar().Isaku Yamahata
2010-09-13pci: don't ignore invalid parameter for pci_register_bar().Isaku Yamahata
2010-09-13pci: sorting out type confusion in pci_register_bar().Isaku Yamahata
2010-09-07pci: make pci_parse_devfn() aware of func.Isaku Yamahata
2010-09-07pci: call hotplug callback even when not hotplug case for later use.Isaku Yamahata
2010-09-07pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata
2010-07-22pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata
2010-07-19pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.Isaku Yamahata
2010-07-11pci: fix bridge updateMichael S. Tsirkin
2010-07-11pci hotplug: make pci hotplug return value to callerIsaku Yamahata
2010-07-11pci: fix pci_device_resetIsaku Yamahata
2010-07-11pci: set PCI multi-function bit appropriately.Isaku Yamahata
2010-07-11pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata
2010-07-11pci: introduce multifunction property.Isaku Yamahata
2010-07-11pci: remove PCIDeviceInfo::header_typeIsaku Yamahata
2010-07-11pci: insert assert that auto-assigned-address function is single function dev...Isaku Yamahata
2010-07-06pci: Free the space allocated for the option rom on removalAlex Williamson
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-07-06pci: Implement BusInfo.get_dev_path()Alex Williamson
2010-06-14qdev: Revert the hack to let -net nic and pci_add set qdev IDMarkus Armbruster
2010-06-14Clarify error message when a PCI slot is already in use (v2)Daniel P. Berrange
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino
2010-05-31pci-hotplug: make them aware of pci domain.Isaku Yamahata
2010-05-31pci: clean up of pci_set_default_subsystem_id().Isaku Yamahata
2010-05-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-05-15pci hotplug: add argument to pci hot plug callback.Isaku Yamahata
2010-05-12pci: irq_state vmstate breakageMichael S. Tsirkin
2010-05-12pci: cleanly backout of pci_qdev_init()Alex Williamson
2010-04-20pci: fix pci_find_bus().Isaku Yamahata