summaryrefslogtreecommitdiff
path: root/hw/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-29pcie: fix link active status bit migrationMichael S. Tsirkin1-0/+2
2016-07-21kvm-irqchip: x86: add msi route notify fnPeter Xu1-0/+15
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster1-8/+9
2016-07-04pci_register_bar: cleanupCao jin1-8/+8
2016-07-04hw/pci: delay bus_master_enable_region initializationMarcel Apfelbaum1-9/+32
2016-06-17pci core: assert ENOSPC when add capabilityCao jin1-4/+2
2016-06-17pci: fix pci_requester_id()Peter Xu1-0/+76
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-02-25pci core: function pci_bus_init() cleanupCao jin1-5/+2
2016-02-25pci core: function pci_host_bus_register() cleanupCao jin1-3/+3
2016-02-06hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum1-0/+7
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2015-10-29enable multi-function hot-addCao jin1-1/+39
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-09-10hw/pci: fix pci_update_mappings() trace eventsLaszlo Ersek1-2/+2
2015-09-10pci: Fix pci_device_iommu_address_space() bus propagationBenjamin Herrenschmidt1-8/+5
2015-09-07hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell1-3/+1
2015-08-13pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier1-3/+9
2015-07-20pci_add_capability: remove duplicate commentsChen Hanxiao1-4/+2
2015-06-23Print error when failing to load PCI config dataDr. David Alan Gilbert1-0/+4
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-12virtio-vga: add '-vga virtio' supportGerd Hoffmann1-0/+2
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-12/+66
2015-06-03pci: make pci_bar useable outside pci.cMichael Roth1-1/+1
2015-06-03hw/pci: add support for NUMA nodesMarcel Apfelbaum1-0/+11
2015-06-03hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_queryMarcel Apfelbaum1-1/+2
2015-06-03hw/pci: extend PCI config access to support devices behind PXBMarcel Apfelbaum1-5/+29
2015-06-03hw/pci: made pci_bus_num a PCIBusClass methodMarcel Apfelbaum1-3/+10
2015-06-03hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum1-3/+14
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-29/+14
2015-05-05qapi: Drop inline nested structs in query-pciEric Blake1-19/+23
2015-04-28pci: Merge pci_nic_init() into pci_nic_init_nofail()Thomas Huth1-29/+14
2015-04-13pci: Fix crash with illegal "-net nic, model=xxx" optionThomas Huth1-1/+3
2015-03-11pci: Convert pci_nic_init() to Error to avoid qdev_init()Markus Armbruster1-4/+14
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