summary refs log tree commit diff stats
path: root/hw/pci/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert2017-01-241-23/+18
* 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/+1
* pci: fix error message for express slotsMichael S. Tsirkin2016-12-161-2/+2
* pcie: fix link active status bit migrationMichael S. Tsirkin2016-07-291-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/+2
* 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/+2
* 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/+5
* hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-3/+1
* pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier2015-08-131-3/+9
* pci_add_capability: remove duplicate commentsChen Hanxiao2015-07-201-4/+2
* 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/+14
|\
| * pci: Merge pci_nic_init() into pci_nic_init_nofail()Thomas Huth2015-04-281-29/+14
* | qapi: Drop inline nested structs in query-pciEric Blake2015-05-051-19/+23
|/
* pci: Fix crash with illegal "-net nic, model=xxx" optionThomas Huth2015-04-131-1/+3
* pci: Convert pci_nic_init() to Error to avoid qdev_init()Markus Armbruster2015-03-111-4/+14
* pci: Give a few helpers internal linkageMarkus Armbruster2015-03-011-7/+7
* pci: Permit incremental conversion of device models to realizeMarkus Armbruster2015-02-261-5/+19
* pci: Convert core to realizeMarkus Armbruster2015-02-261-44/+49
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1
* migration: Append JSON description of migration streamAlexander Graf2015-02-051-1/+1
* Add some trace calls to pci.c.Don Koch2015-01-261-0/+9
* hw/pci: fixed hotplug crash when using rombar=0 with devices having romfileMarcel Apfelbaum2014-11-021-0/+9
* hw/pci: fixed error flow in pci_qdev_initMarcel Apfelbaum2014-11-021-1/+6
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+1
* pci: avoid losing config updates to MSI/MSIX cap regsKnut Omang2014-09-021-3/+4
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-2/+0
* pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan2014-07-061-1/+1