summaryrefslogtreecommitdiffstats
path: root/hw/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/pci: removed irq field from PCIDeviceMarcel Apfelbaum2013-10-141-2/+0
* hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum2013-10-141-4/+22
* hw/pci: partially handle pci master abortMarcel Apfelbaum2013-10-141-0/+26
* pci: remove explicit check to 64K ioport sizeHervé Poussineau2013-09-151-2/+4
* pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin2013-09-151-0/+50
* Add c++ keywords to QAPI helper scriptTomoki Sekiyama2013-09-091-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-031-6/+18
|\
| * pci: Introduce helper to retrieve a PCI device's DMA address spaceAlexey Kardashevskiy2013-08-271-6/+18
* | qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-301-1/+1
* | pci: Pass size to pci_bus_new_inplace()Andreas Färber2013-08-301-1/+1
|/
* pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber2013-07-291-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-181-0/+5
|\
| * pci-bridge: update mappings for migration/restoreDon Koch2013-07-101-0/+5
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-081-66/+71
|\ \ | |/
| * pci: Fold host_buses list into PCIHostState functionalityDavid Gibson2013-07-071-19/+14
OpenPOWER on IntegriCloud