1. a94f0c5 virtio-vga: add '-vga virtio' support by Gerd Hoffmann · 11 years ago
  2. d6688ba Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  3. 3b730f5 Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging by Peter Maydell · 10 years ago
  4. cf8c704 pci: make pci_bar useable outside pci.c by Michael Roth · 10 years ago
  5. 6a3042b hw/pci: add support for NUMA nodes by Marcel Apfelbaum · 10 years ago
  6. cb2ed8b hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_query by Marcel Apfelbaum · 10 years ago
  7. 09e5b81 hw/pci: extend PCI config access to support devices behind PXB by Marcel Apfelbaum · 10 years ago
  8. 602141d hw/pci: made pci_bus_num a PCIBusClass method by Marcel Apfelbaum · 10 years ago
  9. ce6a28e hw/pci: made pci_bus_is_root a PCIBusClass method by Marcel Apfelbaum · 10 years ago
  10. a67bfbb Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-02' into staging by Peter Maydell · 10 years ago
  11. 7611dae xen: don't allow guest to control MSI mask register by Jan Beulich · 10 years ago
  12. 04e00c9 monitor: Use trad. command interface for HMP pcie_aer_inject_error by Markus Armbruster · 10 years ago
  13. 38d40ff Add stream ID to MSI write by Pavel Fedin · 10 years ago
  14. 0403b0f Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  15. 9fa02cd qapi: Drop inline nested structs in query-pci by Eric Blake · 10 years ago
  16. 51f7cb9 pci: Merge pci_nic_init() into pci_nic_init_nofail() by Thomas Huth · 10 years ago
  17. 786a4ea Convert (ffs(val) - 1) to ctz32(val) by Stefan Hajnoczi · 10 years ago
  18. a0ccd21 pci: remove hard-coded bar size in msix_init_exclusive_bar() by Jason Wang · 10 years ago
  19. 42874d3 Switch non-CPU callers from ld/st*_phys to address_space_ld/st* by Peter Maydell · 10 years ago
  20. 4d0ecde pci: Fix crash with illegal "-net nic, model=xxx" option by Thomas Huth · 10 years ago
  21. ce39494 pcie_aer: fix comment to match pcie spec by Michael S. Tsirkin · 10 years ago
  22. 310e91f aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type register by Chen Fan · 10 years ago
  23. b01738c pcie_aer: fix typos in pcie_aer_inject_error comment by Chen Fan · 10 years ago
  24. 77a3c1d aer: fix wrong check on expose aer tlp prefix log by Chen Fan · 10 years ago
  25. 30b04f8 pcie: correct mistaken register bit for End-End TLP Prefix Blocking by Chen Fan · 10 years ago
  26. 558ecef pci: Convert pci_nic_init() to Error to avoid qdev_init() by Markus Armbruster · 10 years ago
  27. 5820945 pci/shpc: fix signed integer overflow by Michael S. Tsirkin · 10 years ago
  28. f51074c pci-hotplug-old: Has been dead for five major releases, bury by Markus Armbruster · 10 years ago
  29. 6dbcb81 pci: Give a few helpers internal linkage by Markus Armbruster · 10 years ago
  30. 7ee6c1e pci: Permit incremental conversion of device models to realize by Markus Armbruster · 10 years ago
  31. 133e9b2 pci: Convert core to realize by Markus Armbruster · 10 years ago
  32. c5c6d7f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging by Peter Maydell · 10 years ago
  33. 68b459e Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' into staging by Peter Maydell · 10 years ago
  34. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  35. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  36. 5cd5e70 pci: split shpc_cleanup and shpc_free by Paolo Bonzini · 10 years ago
  37. 3a8f2a9 pcie: remove mmconfig memory leak and wrap mmconfig update with transaction by Paolo Bonzini · 10 years ago
  38. 8118f09 migration: Append JSON description of migration stream by Alexander Graf · 10 years ago
  39. 27fb968 pci: Split pcie_host_mmcfg_map() by Alexander Graf · 10 years ago
  40. 7828d75 Add some trace calls to pci.c. by Don Koch · 10 years ago
  41. 6c150fb pcie: fix improper use of negative value by Gonglei · 10 years ago
  42. 8e815ee pcie: fix typo in pcie_cap_deverr_init() by Gonglei · 10 years ago
  43. 109e90e hw/pci: fix crash on shpc error flow by Marcel Apfelbaum · 10 years ago
  44. 0e8b439 shpc: fix error propaagation by Gonglei · 10 years ago
  45. db80c7b hw/pci: fixed hotplug crash when using rombar=0 with devices having romfile by Marcel Apfelbaum · 10 years ago
  46. 178e785 hw/pci: fixed error flow in pci_qdev_init by Marcel Apfelbaum · 10 years ago
  47. 4d5e17a pcie: change confused comment clearer by Gonglei · 10 years ago
  48. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  49. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  50. 14d5a28 qdev: HotplugHandler: Rename unplug callback to unplug_request by Igor Mammedov · 11 years ago
  51. 39b888b Access BusState::allow_hotplug using wraper qbus_is_hotpluggable() by Igor Mammedov · 11 years ago
  52. 22b80e8 pci-hotplug-old: avoid losing error message by Gonglei · 11 years ago
  53. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  54. d7efb7e pci: avoid losing config updates to MSI/MSIX cap regs by Knut Omang · 11 years ago
  55. 187de91 pcie: fix trailing whitespace by Michael S. Tsirkin · 11 years ago
  56. 821be9d pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_* by Knut Omang · 11 years ago
  57. ec70b46 pcie: Fix incorrect write to the ari capability next function field by Knut Omang · 11 years ago
  58. 9f6b2f1 pci_bridge: manually destroy memory regions within PCIBridgeWindows by Paolo Bonzini · 11 years ago
  59. 0e4a773 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  60. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  61. cc943c3 pci: Use bus master address space for delivering MSI/MSI-X messages by Jan Kiszka · 11 years ago
  62. efc8188 pci: assign devfn to pci_dev before calling pci_device_iommu_address_space() by Le Tan · 11 years ago
  63. 20de98a pcie: coding style tweak by Michael S. Tsirkin · 11 years ago
  64. 554f802 hw/pcie: better hotplug/hotunplug support by Marcel Apfelbaum · 11 years ago
  65. f23b6bd hw/pcie: implement power controller functionality by Marcel Apfelbaum · 11 years ago
  66. e4bcd27 hw/pcie: correct debug message by Marcel Apfelbaum · 11 years ago
  67. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  68. 26edf8c Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  69. b645000 pci: move dereferencing of root only after verifying valid root pointer by Saravanakumar · 11 years ago
  70. 7c8b724 pcie_host: Turn pcie_host_init() into an instance_init by Andreas Färber · 11 years ago
  71. cd9aa33 pci: add Error-propagating pci_add_capability2() by Laszlo Ersek · 11 years ago
  72. 3476436 vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/ by Michael S. Tsirkin · 11 years ago
  73. 5f691ff hw/pci/pcie_aer.c: fix buffer overruns on invalid state load by Michael S. Tsirkin · 11 years ago
  74. 58b5901 pci: Fix clearing IRQs on reset by Cole Robinson · 11 years ago
  75. ac43fa5 hw/pci/pci_host.c: Avoid shifting left into sign bit by Peter Maydell · 11 years ago
  76. d2f69df pci: Move VMState registration/unregistration to QOM realize/unrealize by Bandan Das · 11 years ago
  77. 6e1f0a5 PCIE: fix regression with coldplugged multifunction device by Igor Mammedov · 11 years ago
  78. 84d18f0 Use error_is_set() only when necessary by Markus Armbruster · 11 years ago
  79. 0888a29 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  80. ab1da85 exec: Make stl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  81. 5e95494 hw/pci: switch to a generic hotplug handling for PCIDevice by Igor Mammedov · 11 years ago
  82. a66e657 pci/pcie: convert PCIE hotplug to use hotplug-handler API by Igor Mammedov · 11 years ago
  83. 5d26870 pci/shpc: convert SHPC hotplug to use hotplug-handler API by Igor Mammedov · 11 years ago
  84. 2897ae0 qdev:pci: refactor PCIDevice to use generic "hotpluggable" property by Igor Mammedov · 11 years ago
  85. 3060776 hw/pci: fix error flow in pci multifunction init by Marcel Apfelbaum · 11 years ago
  86. eb0acfd pci: add pci_for_each_bus_depth_first by Michael S. Tsirkin · 11 years ago
  87. d181976 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  88. 6780a22 qdev: Drop misleading qbus_free() function by Stefan Hajnoczi · 11 years ago
  89. dcc2093 qdev: switch reset to post-order by Paolo Bonzini · 11 years ago
  90. 9bdbbfc pci: clean up resetting of IRQs by Paolo Bonzini · 11 years ago
  91. 81e3e75 pci: do not export pci_bus_reset by Paolo Bonzini · 11 years ago
  92. 4c41425 pci: fix pci bridge fw path by Gerd Hoffmann · 11 years ago
  93. cf252e5 pci: fix address space size for bridge by Michael S. Tsirkin · 11 years ago
  94. 5c39724 pci: unregister vmstate_pcibus on unplug by Bandan Das · 11 years ago
  95. 0fbf50b Revert "hw/pci: partially handle pci master abort" by Marcel Apfelbaum · 11 years ago
  96. 6bd194a bswap.h: Remove cpu_to_be32wu() by Peter Maydell · 11 years ago
  97. 02a5c4c qdev: Drop misleading qdev_free() function by Stefan Hajnoczi · 12 years ago
  98. b0eb759 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  99. cf01ba9 Makefile.target: CONFIG_NO_* variables removed by Ákos Kovács · 12 years ago
  100. 6f6d282 pcie_host: expose address format by Michael S. Tsirkin · 12 years ago