summaryrefslogtreecommitdiff
path: root/hw/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-01pci: Give a few helpers internal linkageMarkus Armbruster1-7/+7
2015-02-26pci: Permit incremental conversion of device models to realizeMarkus Armbruster1-5/+19
2015-02-26pci: Convert core to realizeMarkus Armbruster1-44/+49
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2015-02-05migration: Append JSON description of migration streamAlexander Graf1-1/+1
2015-01-26Add some trace calls to pci.c.Don Koch1-0/+9
2014-11-02hw/pci: fixed hotplug crash when using rombar=0 with devices having romfileMarcel Apfelbaum1-0/+9
2014-11-02hw/pci: fixed error flow in pci_qdev_initMarcel Apfelbaum1-1/+6
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-09-02pci: avoid losing config updates to MSI/MSIX cap regsKnut Omang1-3/+4
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-2/+0
2014-07-06pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-6/+3
2014-05-24pci: move dereferencing of root only after verifying valid root pointerSaravanakumar1-2/+2
2014-05-08pci: add Error-propagating pci_add_capability2()Laszlo Ersek1-6/+26
2014-05-05vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin1-2/+2
2014-03-31pci: Fix clearing IRQs on resetCole Robinson1-2/+2
2014-03-13pci: Move VMState registration/unregistration to QOM realize/unrealizeBandan Das1-21/+30
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov1-28/+1
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-10/+1
2014-01-26hw/pci: fix error flow in pci multifunction initMarcel Apfelbaum1-10/+10
2014-01-26pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin1-0/+28
2013-12-23qdev: switch reset to post-orderPaolo Bonzini1-15/+16
2013-12-23pci: clean up resetting of IRQsPaolo Bonzini1-3/+4
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini1-6/+2
2013-12-11pci: fix pci bridge fw pathGerd Hoffmann1-1/+1
2013-11-21pci: unregister vmstate_pcibus on unplugBandan Das1-0/+8
2013-11-10Revert "hw/pci: partially handle pci master abort"Marcel Apfelbaum1-26/+0
2013-10-14pci: fix up w64 size calculation helperMichael S. Tsirkin1-8/+12
2013-10-14hw/pci: removed irq field from PCIDeviceMarcel Apfelbaum1-2/+0
2013-10-14hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum1-4/+22
2013-10-14hw/pci: partially handle pci master abortMarcel Apfelbaum1-0/+26
2013-09-15pci: remove explicit check to 64K ioport sizeHervé Poussineau1-2/+4
2013-09-15pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin1-0/+50
2013-09-09Add c++ keywords to QAPI helper scriptTomoki Sekiyama1-1/+1
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-6/+18
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-1/+1
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber1-1/+1
2013-08-27pci: Introduce helper to retrieve a PCI device's DMA address spaceAlexey Kardashevskiy1-6/+18
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber1-1/+1
2013-07-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-0/+5
2013-07-10pci-bridge: update mappings for migration/restoreDon Koch1-0/+5
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-66/+71
2013-07-07pci: Fold host_buses list into PCIHostState functionalityDavid Gibson1-19/+14
2013-07-07pci: Remove domain from PCIHostBusDavid Gibson1-4/+3
2013-07-07pci: Simpler implementation of primary PCI busDavid Gibson1-3/+6
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-4/+6
2013-07-07pci: Add root bus argument to pci_get_bus_devfn()David Gibson1-3/+4
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson1-18/+20
2013-07-07pci: Use helper to find device's root bus in pci_find_domain()David Gibson1-7/+13