Age | Commit message (Expand) | Author | Files | Lines |
2015-09-10 | hw/pci: fix pci_update_mappings() trace events | Laszlo Ersek | 1 | -2/+2 |
2015-09-10 | pci: Fix pci_device_iommu_address_space() bus propagation | Benjamin Herrenschmidt | 1 | -8/+5 |
2015-09-07 | hw/pci: Use pow2ceil() rather than hand-calculation | Peter Maydell | 2 | -6/+2 |
2015-08-13 | pci: allow 0 address for PCI IO/MEM regions | Laurent Vivier | 1 | -3/+9 |
2015-07-20 | pci_add_capability: remove duplicate comments | Chen Hanxiao | 1 | -4/+2 |
2015-07-08 | pcie: Set the "link active" in the link status register | Benjamin Herrenschmidt | 1 | -1/+1 |
2015-06-23 | Print error when failing to load PCI config data | Dr. David Alan Gilbert | 1 | -0/+4 |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 3 | -2/+1 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 1 | -0/+1 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -1/+1 |
2015-06-22 | qobject: Use 'bool' inside qdict | Eric Blake | 1 | -2/+2 |
2015-06-12 | virtio-vga: add '-vga virtio' support | Gerd Hoffmann | 1 | -0/+2 |
2015-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -12/+66 |
2015-06-04 | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int... | Peter Maydell | 1 | -1/+1 |
2015-06-03 | pci: make pci_bar useable outside pci.c | Michael Roth | 1 | -1/+1 |
2015-06-03 | hw/pci: add support for NUMA nodes | Marcel Apfelbaum | 1 | -0/+11 |
2015-06-03 | hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_query | Marcel Apfelbaum | 1 | -1/+2 |
2015-06-03 | hw/pci: extend PCI config access to support devices behind PXB | Marcel Apfelbaum | 1 | -5/+29 |
2015-06-03 | hw/pci: made pci_bus_num a PCIBusClass method | Marcel Apfelbaum | 1 | -3/+10 |
2015-06-03 | hw/pci: made pci_bus_is_root a PCIBusClass method | Marcel Apfelbaum | 1 | -3/+14 |
2015-06-02 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-02' in... | Peter Maydell | 2 | -30/+23 |
2015-06-02 | xen: don't allow guest to control MSI mask register | Jan Beulich | 1 | -4/+0 |
2015-06-02 | monitor: Use trad. command interface for HMP pcie_aer_inject_error | Markus Armbruster | 2 | -30/+23 |
2015-05-31 | Add stream ID to MSI write | Pavel Fedin | 2 | -3/+10 |
2015-05-11 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2 | -40/+33 |
2015-05-05 | qapi: Drop inline nested structs in query-pci | Eric Blake | 1 | -19/+23 |
2015-04-28 | pci: Merge pci_nic_init() into pci_nic_init_nofail() | Thomas Huth | 1 | -29/+14 |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi | 4 | -13/+13 |
2015-04-27 | pci: remove hard-coded bar size in msix_init_exclusive_bar() | Jason Wang | 1 | -11/+19 |
2015-04-26 | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell | 2 | -2/+4 |
2015-04-13 | pci: Fix crash with illegal "-net nic, model=xxx" option | Thomas Huth | 1 | -1/+3 |
2015-03-18 | pcie_aer: fix comment to match pcie spec | Michael S. Tsirkin | 1 | -2/+2 |
2015-03-18 | aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type register | Chen Fan | 1 | -1/+1 |
2015-03-18 | pcie_aer: fix typos in pcie_aer_inject_error comment | Chen Fan | 1 | -3/+3 |
2015-03-18 | aer: fix wrong check on expose aer tlp prefix log | Chen Fan | 1 | -1/+1 |
2015-03-18 | pcie: correct mistaken register bit for End-End TLP Prefix Blocking | Chen Fan | 1 | -1/+1 |
2015-03-11 | pci: Convert pci_nic_init() to Error to avoid qdev_init() | Markus Armbruster | 1 | -4/+14 |
2015-03-11 | pci/shpc: fix signed integer overflow | Michael S. Tsirkin | 1 | -1/+1 |
2015-03-01 | pci-hotplug-old: Has been dead for five major releases, bury | Markus Armbruster | 2 | -344/+0 |
2015-03-01 | pci: Give a few helpers internal linkage | Markus Armbruster | 1 | -7/+7 |
2015-02-26 | pci: Permit incremental conversion of device models to realize | Markus Armbruster | 1 | -5/+19 |
2015-02-26 | pci: Convert core to realize | Markus Armbruster | 1 | -44/+49 |
2015-02-26 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into... | Peter Maydell | 2 | -4/+2 |
2015-02-25 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in... | Peter Maydell | 3 | -4/+4 |
2015-02-18 | hmp: Name HMP command handler functions hmp_COMMAND() | Markus Armbruster | 3 | -4/+4 |
2015-02-18 | error: Use error_report_err() where appropriate | Markus Armbruster | 2 | -4/+2 |
2015-02-16 | pci: split shpc_cleanup and shpc_free | Paolo Bonzini | 1 | -1/+10 |
2015-02-16 | pcie: remove mmconfig memory leak and wrap mmconfig update with transaction | Paolo Bonzini | 1 | -2/+5 |
2015-02-05 | migration: Append JSON description of migration stream | Alexander Graf | 1 | -1/+1 |
2015-01-26 | pci: Split pcie_host_mmcfg_map() | Alexander Graf | 1 | -2/+7 |