summaryrefslogtreecommitdiffstats
path: root/hw/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: remove hard dependency on pciCornelia Huck2017-08-301-0/+2
* hw/pci/pci.c: Use memory_region_init_rom()Peter Maydell2017-07-141-2/+1Star
* memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-141-1/+1
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-031-18/+2Star
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-6/+4Star
* pci: Add comment for pci_add_capability2()Mao Zhongyi2017-07-031-0/+6
* pci: Clean up error checking in pci_add_capability()Mao Zhongyi2017-07-031-5/+1Star
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* pci: deassert intx when pci device unrealizeHerongguang (Stephen)2017-05-171-0/+1
* pci: Only unmap bus_master_enabled_region if was added previouslyAlexey Kardashevskiy2017-04-041-2/+4
* pci: Add missing drop of bus master AS referenceAlexey Kardashevskiy2017-03-291-0/+2
* hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...Marcel Apfelbaum2017-03-161-0/+2
* pci: introduce a bus master containerJason Wang2017-03-151-2/+7
* spapr/pci: populate PCI DT in reverse orderGreg Kurz2017-03-011-0/+28
* pci: mark ROMs read-onlyMichael S. Tsirkin2017-02-011-1/+1
* PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert2017-01-241-23/+18Star
* migration: extend VMStateInfoJianjun Duan2017-01-241-4/+12
* hw/pci: use-after-free in pci_nic_init_nofail when nic device fails to initia...Alex Kompel2017-01-201-8/+1Star
* pci: fix error message for express slotsMichael S. Tsirkin2016-12-161-2/+2
* pcie: fix link active status bit migrationMichael S. Tsirkin2016-07-281-0/+2
* kvm-irqchip: x86: add msi route notify fnPeter Xu2016-07-211-0/+15
* range: Eliminate direct Range member accessMarkus Armbruster2016-07-041-8/+9
* pci_register_bar: cleanupCao jin2016-07-041-8/+8
* hw/pci: delay bus_master_enable_region initializationMarcel Apfelbaum2016-07-041-9/+32
* pci core: assert ENOSPC when add capabilityCao jin2016-06-171-4/+2Star
* pci: fix pci_requester_id()Peter Xu2016-06-171-0/+76
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* pci core: function pci_bus_init() cleanupCao jin2016-02-251-5/+2Star
* pci core: function pci_host_bus_register() cleanupCao jin2016-02-251-3/+3
* hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum2016-02-061-0/+7
* pci: Clean up includesPeter Maydell2016-01-291-0/+1
* enable multi-function hot-addCao jin2015-10-291-1/+39
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* hw/pci: fix pci_update_mappings() trace eventsLaszlo Ersek2015-09-101-2/+2
* pci: Fix pci_device_iommu_address_space() bus propagationBenjamin Herrenschmidt2015-09-101-8/+5Star
* hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-3/+1Star
* pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier2015-08-131-3/+9
* pci_add_capability: remove duplicate commentsChen Hanxiao2015-07-201-4/+2Star
* Print error when failing to load PCI config dataDr. David Alan Gilbert2015-06-231-0/+4
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* virtio-vga: add '-vga virtio' supportGerd Hoffmann2015-06-121-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-041-12/+66
|\
| * hw/pci: add support for NUMA nodesMarcel Apfelbaum2015-06-031-0/+11
| * hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_queryMarcel Apfelbaum2015-06-031-1/+2
| * hw/pci: extend PCI config access to support devices behind PXBMarcel Apfelbaum2015-06-031-5/+29
| * hw/pci: made pci_bus_num a PCIBusClass methodMarcel Apfelbaum2015-06-031-3/+10
| * hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum2015-06-031-3/+14
* | pci: make pci_bar useable outside pci.cMichael Roth2015-06-031-1/+1
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-05-111-29/+14Star
|\
| * pci: Merge pci_nic_init() into pci_nic_init_nofail()Thomas Huth2015-04-281-29/+14Star