aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin1-3/+7
2010-11-16PCI: Bus number from the bridge, not the deviceAlex Williamson1-2/+1
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin1-238/+84
2010-10-27pci: improve w1c mask handlingMichael S. Tsirkin1-2/+4
2010-10-19pci: use pci_word_test_and_clear_mask() in pci_device_reset()Isaku Yamahata1-3/+2
2010-10-19pci: introduce helper function to handle msi-x and msi.Isaku Yamahata1-0/+19
2010-10-18pci: make pci_del_capability() update for w1cmaskIsaku Yamahata1-0/+1
2010-10-05Fix spelling in commentsStefan Weil1-1/+1
2010-09-20pci: implement RW1C register framework.Isaku Yamahata1-0/+5
2010-09-18Introduce range.hBlue Swirl1-0/+1
2010-09-13pci: improve signature of pci_register_bar().Isaku Yamahata1-1/+1
2010-09-13pci: don't ignore invalid parameter for pci_register_bar().Isaku Yamahata1-3/+2
2010-09-13pci: sorting out type confusion in pci_register_bar().Isaku Yamahata1-1/+1
2010-09-07pci: make pci_parse_devfn() aware of func.Isaku Yamahata1-8/+26
2010-09-07pci: call hotplug callback even when not hotplug case for later use.Isaku Yamahata1-1/+2
2010-09-07pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata1-15/+18
2010-07-22pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata1-175/+2
2010-07-19pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.Isaku Yamahata1-30/+2
2010-07-11pci: fix bridge updateMichael S. Tsirkin1-1/+3
2010-07-11pci hotplug: make pci hotplug return value to callerIsaku Yamahata1-4/+9
2010-07-11pci: fix pci_device_resetIsaku Yamahata1-4/+13
2010-07-11pci: set PCI multi-function bit appropriately.Isaku Yamahata1-0/+52
2010-07-11pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata1-2/+3
2010-07-11pci: introduce multifunction property.Isaku Yamahata1-3/+19
2010-07-11pci: remove PCIDeviceInfo::header_typeIsaku Yamahata1-7/+8
2010-07-11pci: insert assert that auto-assigned-address function is single function dev...Isaku Yamahata1-1/+2
2010-07-06pci: Free the space allocated for the option rom on removalAlex Williamson1-0/+11
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+6
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-07-06pci: Implement BusInfo.get_dev_path()Alex Williamson1-0/+14
2010-06-14qdev: Revert the hack to let -net nic and pci_add set qdev IDMarkus Armbruster1-2/+0
2010-06-14Clarify error message when a PCI slot is already in use (v2)Daniel P. Berrange1-3/+3
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino1-61/+0
2010-05-31pci-hotplug: make them aware of pci domain.Isaku Yamahata1-1/+21
2010-05-31pci: clean up of pci_set_default_subsystem_id().Isaku Yamahata1-7/+5
2010-05-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-7/+13
2010-05-15pci hotplug: add argument to pci hot plug callback.Isaku Yamahata1-3/+5
2010-05-12pci: irq_state vmstate breakageMichael S. Tsirkin1-2/+2
2010-05-12pci: cleanly backout of pci_qdev_init()Alex Williamson1-5/+11
2010-04-20pci: fix pci_find_bus().Isaku Yamahata1-9/+16
2010-04-11pci: add API to add capability at a known offsetMichael S. Tsirkin1-4/+13
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-7/+7
2010-02-13pci: fix info pci with host bridge.Isaku Yamahata1-3/+3
2010-02-08pci: fix pci_find_bus()Isaku Yamahata1-1/+1
2010-02-06PCI: show also host bridge data in "info pci" outputBlue Swirl1-1/+1
2010-02-06PCI: fix multiple bridge problemsBlue Swirl1-11/+17
2010-01-26PCI: fix bridge configurationBlue Swirl1-0/+1
2010-01-26PCI: do_pci_info(): PCI bridge devices supportLuiz Capitulino1-3/+20
2010-01-26PCI: Convert pci_info() to QObjectLuiz Capitulino1-74/+296
2010-01-11pci: allow loading roms via fw_cfg.Gerd Hoffmann1-0/+15