aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pci.c
AgeCommit message (Expand)Author
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-01-26hw/pci: fix error flow in pci multifunction initMarcel Apfelbaum
2014-01-26pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin
2013-12-23qdev: switch reset to post-orderPaolo Bonzini
2013-12-23pci: clean up resetting of IRQsPaolo Bonzini
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini
2013-12-11pci: fix pci bridge fw pathGerd Hoffmann
2013-11-21pci: unregister vmstate_pcibus on unplugBandan Das
2013-11-10Revert "hw/pci: partially handle pci master abort"Marcel Apfelbaum
2013-10-14pci: fix up w64 size calculation helperMichael S. Tsirkin
2013-10-14hw/pci: removed irq field from PCIDeviceMarcel Apfelbaum
2013-10-14hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum
2013-10-14hw/pci: partially handle pci master abortMarcel Apfelbaum
2013-09-15pci: remove explicit check to 64K ioport sizeHervé Poussineau
2013-09-15pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin
2013-09-09Add c++ keywords to QAPI helper scriptTomoki Sekiyama
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber
2013-08-27pci: Introduce helper to retrieve a PCI device's DMA address spaceAlexey Kardashevskiy
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber
2013-07-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-10pci-bridge: update mappings for migration/restoreDon Koch
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-07pci: Fold host_buses list into PCIHostState functionalityDavid Gibson
2013-07-07pci: Remove domain from PCIHostBusDavid Gibson
2013-07-07pci: Simpler implementation of primary PCI busDavid Gibson
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson
2013-07-07pci: Add root bus argument to pci_get_bus_devfn()David Gibson
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson
2013-07-07pci: Use helper to find device's root bus in pci_find_domain()David Gibson
2013-07-07pci: Abolish pci_find_root_bus()David Gibson
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04pci: Move pci_read_devaddr to pci-hotplug-old.cDavid Gibson
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-06-20pci: use memory core for iommu supportAvi Kivity
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini
2013-06-07qdev: Drop FROM_QBUS() macroAndreas Färber
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini
2013-03-26pci: Create and use API to determine root busesAlex Williamson
2013-03-26pci: Create pci_bus_is_express helperAlex Williamson
2013-03-26pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson
2013-03-26pci: Create and register a new PCI Express TypeInfoAlex Williamson
2013-03-26pci: refuse empty ROM filesStefan Hajnoczi
2013-03-26pci: Fix INTx routing notifier recursionAlex Williamson
2013-03-26pci_bridge: factor out common codeMichael S. Tsirkin
2013-03-26pci: Teach PCI Bridges about VGA routingAlex Williamson