summaryrefslogtreecommitdiffstats
path: root/hw/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* hw/pci: fix pci_update_mappings() trace eventsLaszlo Ersek2015-09-101-2/+2
* pci: Fix pci_device_iommu_address_space() bus propagationBenjamin Herrenschmidt2015-09-101-8/+5
* hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-3/+1
* pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier2015-08-131-3/+9
* pci_add_capability: remove duplicate commentsChen Hanxiao2015-07-201-4/+2
* Print error when failing to load PCI config dataDr. David Alan Gilbert2015-06-231-0/+4
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* virtio-vga: add '-vga virtio' supportGerd Hoffmann2015-06-121-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-041-12/+66
|\
| * hw/pci: add support for NUMA nodesMarcel Apfelbaum2015-06-031-0/+11
| * hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_queryMarcel Apfelbaum2015-06-031-1/+2
| * hw/pci: extend PCI config access to support devices behind PXBMarcel Apfelbaum2015-06-031-5/+29
| * hw/pci: made pci_bus_num a PCIBusClass methodMarcel Apfelbaum2015-06-031-3/+10
| * hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum2015-06-031-3/+14
* | pci: make pci_bar useable outside pci.cMichael Roth2015-06-031-1/+1
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-05-111-29/+14
|\
| * pci: Merge pci_nic_init() into pci_nic_init_nofail()Thomas Huth2015-04-281-29/+14
* | qapi: Drop inline nested structs in query-pciEric Blake2015-05-051-19/+23
|/
* pci: Fix crash with illegal "-net nic, model=xxx" optionThomas Huth2015-04-131-1/+3
* pci: Convert pci_nic_init() to Error to avoid qdev_init()Markus Armbruster2015-03-111-4/+14
* pci: Give a few helpers internal linkageMarkus Armbruster2015-03-011-7/+7
* pci: Permit incremental conversion of device models to realizeMarkus Armbruster2015-02-261-5/+19
* pci: Convert core to realizeMarkus Armbruster2015-02-261-44/+49
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1
* migration: Append JSON description of migration streamAlexander Graf2015-02-051-1/+1
* Add some trace calls to pci.c.Don Koch2015-01-261-0/+9
* hw/pci: fixed hotplug crash when using rombar=0 with devices having romfileMarcel Apfelbaum2014-11-021-0/+9
* hw/pci: fixed error flow in pci_qdev_initMarcel Apfelbaum2014-11-021-1/+6
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+1
* pci: avoid losing config updates to MSI/MSIX cap regsKnut Omang2014-09-021-3/+4
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-2/+0
* pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan2014-07-061-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-6/+3
* pci: move dereferencing of root only after verifying valid root pointerSaravanakumar2014-05-241-2/+2
* pci: add Error-propagating pci_add_capability2()Laszlo Ersek2014-05-081-6/+26
* vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin2014-05-051-2/+2
* pci: Fix clearing IRQs on resetCole Robinson2014-03-311-2/+2
* pci: Move VMState registration/unregistration to QOM realize/unrealizeBandan Das2014-03-131-21/+30
* hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov2014-02-101-28/+1
* qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-10/+1
* hw/pci: fix error flow in pci multifunction initMarcel Apfelbaum2014-01-261-10/+10
* pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin2014-01-261-0/+28
* qdev: switch reset to post-orderPaolo Bonzini2013-12-231-15/+16
* pci: clean up resetting of IRQsPaolo Bonzini2013-12-231-3/+4
* pci: do not export pci_bus_resetPaolo Bonzini2013-12-231-6/+2
* pci: fix pci bridge fw pathGerd Hoffmann2013-12-111-1/+1
* pci: unregister vmstate_pcibus on unplugBandan Das2013-11-211-0/+8
* Revert "hw/pci: partially handle pci master abort"Marcel Apfelbaum2013-11-101-26/+0
* pci: fix up w64 size calculation helperMichael S. Tsirkin2013-10-141-8/+12
OpenPOWER on IntegriCloud