summaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-16/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini5-16/+0
2014-08-14pci: Use bus master address space for delivering MSI/MSI-X messagesJan Kiszka2-2/+2
2014-07-06pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan1-1/+1
2014-06-23pcie: coding style tweakMichael S. Tsirkin1-5/+3
2014-06-23hw/pcie: better hotplug/hotunplug supportMarcel Apfelbaum1-5/+24
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum1-1/+32
2014-06-23hw/pcie: correct debug messageMarcel Apfelbaum1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2-10/+5
2014-06-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-3/+4
2014-05-24pci: move dereferencing of root only after verifying valid root pointerSaravanakumar1-2/+2
2014-05-21pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber1-3/+4
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-05-05hw/pci/pcie_aer.c: fix buffer overruns on invalid state loadMichael S. Tsirkin1-1/+9
2014-03-31pci: Fix clearing IRQs on resetCole Robinson1-2/+2
2014-03-27hw/pci/pci_host.c: Avoid shifting left into sign bitPeter Maydell1-1/+2
2014-03-13pci: Move VMState registration/unregistration to QOM realize/unrealizeBandan Das1-21/+30
2014-03-09PCIE: fix regression with coldplugged multifunction deviceIgor Mammedov1-8/+8
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-2/+2
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-110/+127
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias2-2/+2
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov1-28/+1
2014-02-10pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov2-25/+48
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov1-47/+77
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
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-23/+21
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi1-1/+1
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 Bonzini2-7/+3
2013-12-11pci: fix pci bridge fw pathGerd Hoffmann1-1/+1
2013-12-10pci: fix address space size for bridgeMichael S. Tsirkin1-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-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell1-2/+2
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi4-4/+4
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori5-42/+64
2013-10-16Makefile.target: CONFIG_NO_* variables removedÁkos Kovács1-1/+1
2013-10-14pcie_host: expose address formatMichael S. Tsirkin1-21/+0
2013-10-14pcie_host: expose UNMAPPED macroMichael S. Tsirkin1-3/+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/pcie: AER and hot-plug events must use device's interruptMarcel Apfelbaum2-4/+4
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
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