summaryrefslogtreecommitdiffstats
path: root/hw/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * pci: Remove domain from PCIHostBusDavid Gibson2013-07-071-4/+3
| * pci: Simpler implementation of primary PCI busDavid Gibson2013-07-071-3/+6
| * pci: Add root bus parameter to pci_nic_init()David Gibson2013-07-071-4/+6
| * pci: Add root bus argument to pci_get_bus_devfn()David Gibson2013-07-071-3/+4
| * pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson2013-07-071-18/+20
| * pci: Use helper to find device's root bus in pci_find_domain()David Gibson2013-07-071-7/+13
| * pci: Abolish pci_find_root_bus()David Gibson2013-07-071-4/+15
| * pci: Move pci_read_devaddr to pci-hotplug-old.cDavid Gibson2013-07-041-15/+1
* | hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+3
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
|/
* memory: give name to every AddressSpaceAlexey Kardashevskiy2013-06-201-1/+2
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-4/+0
* pci: use memory core for iommu supportAvi Kivity2013-06-201-20/+19
* dma: eliminate old-style IOMMU supportPaolo Bonzini2013-06-201-1/+2
OpenPOWER on IntegriCloud