summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
...
* pci: fix bridge updateMichael S. Tsirkin2010-07-111-1/+3
* pci hotplug: make pci hotplug return value to callerIsaku Yamahata2010-07-111-4/+9
* pci: fix pci_device_resetIsaku Yamahata2010-07-111-4/+13
* pci: set PCI multi-function bit appropriately.Isaku Yamahata2010-07-111-0/+52
* pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata2010-07-111-2/+3
* pci: introduce multifunction property.Isaku Yamahata2010-07-111-3/+19
* pci: remove PCIDeviceInfo::header_typeIsaku Yamahata2010-07-111-7/+8
* pci: insert assert that auto-assigned-address function is single function dev...Isaku Yamahata2010-07-111-1/+2
* pci: Free the space allocated for the option rom on removalAlex Williamson2010-07-061-0/+11
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-1/+6
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* pci: Implement BusInfo.get_dev_path()Alex Williamson2010-07-061-0/+14
* qdev: Revert the hack to let -net nic and pci_add set qdev IDMarkus Armbruster2010-06-141-2/+0
* Clarify error message when a PCI slot is already in use (v2)Daniel P. Berrange2010-06-141-3/+3
* Monitor: Drop QMP documentation from codeLuiz Capitulino2010-06-011-61/+0
* pci-hotplug: make them aware of pci domain.Isaku Yamahata2010-05-311-1/+21
* pci: clean up of pci_set_default_subsystem_id().Isaku Yamahata2010-05-311-7/+5
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-05-171-7/+13
|\
| * pci: irq_state vmstate breakageMichael S. Tsirkin2010-05-121-2/+2
| * pci: cleanly backout of pci_qdev_init()Alex Williamson2010-05-121-5/+11
* | pci hotplug: add argument to pci hot plug callback.Isaku Yamahata2010-05-151-3/+5
|/
* pci: fix pci_find_bus().Isaku Yamahata2010-04-201-9/+16
* pci: add API to add capability at a known offsetMichael S. Tsirkin2010-04-111-4/+13
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-7/+7
* pci: fix info pci with host bridge.Isaku Yamahata2010-02-131-3/+3
* pci: fix pci_find_bus()Isaku Yamahata2010-02-081-1/+1
* PCI: show also host bridge data in "info pci" outputBlue Swirl2010-02-061-1/+1
* PCI: fix multiple bridge problemsBlue Swirl2010-02-061-11/+17
* PCI: fix bridge configurationBlue Swirl2010-01-261-0/+1
* PCI: do_pci_info(): PCI bridge devices supportLuiz Capitulino2010-01-261-3/+20
* PCI: Convert pci_info() to QObjectLuiz Capitulino2010-01-261-74/+296
* pci: allow loading roms via fw_cfg.Gerd Hoffmann2010-01-111-0/+15
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-01-061-4/+28
|\
| * pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/gIsaku Yamahata2009-12-231-1/+1
| * pci: remove PCIBus::config_reg.Isaku Yamahata2009-12-231-1/+0
| * Revert "Revert "pci: interrupt disable bit support""Michael S. Tsirkin2009-12-231-2/+27
* | PCI: Fix bus address conversionBlue Swirl2009-12-271-1/+6
* | PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7aBlue Swirl2009-12-251-5/+3
* | PCI: make pci_mem_base privateBlue Swirl2009-12-251-9/+19
|/
* pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann2009-12-181-3/+21
* Support PCI based option rom loadingAnthony Liguori2009-12-181-0/+35
* Revert "pci: interrupt disable bit support"Anthony Liguori2009-12-181-27/+2
* pci: don't hw_error() when no slot is available.Gerd Hoffmann2009-12-121-2/+9
* pci: interrupt disable bit supportMichael S. Tsirkin2009-12-071-2/+27
* pci: interrupt status bit implementationMichael S. Tsirkin2009-12-071-1/+25
* pci: prepare irq code for interrupt stateMichael S. Tsirkin2009-12-071-16/+73
* pci: vmstate_register() already assign consecutive numbers starting at 0Juan Quintela2009-12-031-3/+1
* pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin2009-12-021-20/+6
* pci: convert goto into scope in bridge_filterMichael S. Tsirkin2009-12-011-6/+7
* pci: pci bridge related clean up.Isaku Yamahata2009-12-011-7/+11
OpenPOWER on IntegriCloud