1. c28db9e hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEV by Jonathan Cameron · 1 year, 11 months ago
  2. 0f689cf acpi: pcihp: allow repeating hot-unplug requests by Igor Mammedov · 1 year, 11 months ago
  3. f18e29f pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callback by Igor Mammedov · 2 years ago
  4. 6536e42 pcihp: move fields enabling hotplug into AcpiPciHpState by Igor Mammedov · 2 years ago
  5. 02c1061 acpi: pci: move out ACPI PCI hotplug generator from generic slot generator build_append_pci_bus_devices() by Igor Mammedov · 2 years ago
  6. 041b1c4 pci: move acpi-index uniqueness check to generic PCI device code by Igor Mammedov · 2 years ago
  7. f40e6a4 pcihp: piix4: do not redirect hotplug controller to piix4 when ACPI hotplug is disabled by Igor Mammedov · 2 years ago
  8. 0e84fd3 x86: pcihp: fix missing bridge AML when intermediate root-port has 'hotplug=off' set by Igor Mammedov · 2 years ago
  9. 1a6981b hw: Move ich9.h to southbridge/ by Bernhard Beschow · 2 years, 1 month ago
  10. 20fe3af hw/isa/lpc_ich9: Connect PM stuff to LPC internally by Bernhard Beschow · 2 years, 1 month ago
  11. 36ebc7d hw/acpi: Move QMP command to hw/core/ by Markus Armbruster · 2 years, 1 month ago
  12. 588c13f hw/acpi: Dumb down acpi_table_add() stub by Markus Armbruster · 2 years, 1 month ago
  13. a67dfa6 Drop duplicate #include by Markus Armbruster · 2 years, 1 month ago
  14. 5bd26d7 acpi: Move the QMP command from monitor/ to hw/acpi/ by Markus Armbruster · 2 years, 2 months ago
  15. 6c36ec4 pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml by Igor Mammedov · 2 years, 2 months ago
  16. 2940a4b pci: acpihp: assign BSEL only to coldplugged bridges by Igor Mammedov · 2 years, 2 months ago
  17. 45284cf pcihp: piix4: do not call acpi_pcihp_reset() when ACPI PCI hotplug is disabled by Igor Mammedov · 2 years, 2 months ago
  18. d395b18 hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::madt_cpu by Bernhard Beschow · 2 years, 2 months ago
  19. edfa718 hw/acpi/piix4: No need to #include "hw/southbridge/piix.h" by Bernhard Beschow · 2 years, 2 months ago
  20. 9c6c0ae hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml() by Bernhard Beschow · 2 years, 2 months ago
  21. dab30fb acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block by Laszlo Ersek · 2 years, 2 months ago
  22. 97f4eff hw/acpi/aml-build: Only generate cluster node in PPTT when specified by Yicong Yang · 2 years, 3 months ago
  23. edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 3 months ago
  24. edc9cab hw/acpi/Kconfig: Add missing dependencies to ACPI_PIIX4 by Bernhard Beschow · 2 years, 3 months ago
  25. d9237ed hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machines by Bernhard Beschow · 2 years, 3 months ago
  26. 66baa50 hw/acpi/Kconfig: Add missing dependencies to ACPI_ICH9 by Bernhard Beschow · 2 years, 3 months ago
  27. a913901 hw/acpi/Kconfig: Rename ACPI_X86_ICH to ACPI_ICH9 by Bernhard Beschow · 2 years, 3 months ago
  28. fbae27e hw/acpi: Rename tco.c -> ich9_tco.c by Philippe Mathieu-Daudé · 2 years, 3 months ago
  29. ad49427 pci: drop redundant PCIDeviceClass::is_bridge field by Igor Mammedov · 2 years, 4 months ago
  30. ee1c08b ich9: honour 'enable_tco' property by Daniel P. Berrangé · 2 years, 3 months ago
  31. 23d8e32 hw/acpi: add trace events for TCO watchdog register access by Daniel P. Berrangé · 2 years, 3 months ago
  32. 047f2ca qapi qdev qom: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
  33. b94ba62 qapi acpi: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
  34. defb709 hw/acpi/erst.c: Fix memory handling issues by Christian A. Ehrhardt · 2 years, 5 months ago
  35. cfead31 acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors by Igor Mammedov · 2 years, 5 months ago
  36. 4496d1d acpi: fadt: support revision 6.0 of the ACPI specification by Miguel Luis · 2 years, 5 months ago
  37. 4ad44f6 acpi/nvdimm: Implement ACPI NVDIMM Label Methods by Robert Hoo · 2 years, 6 months ago
  38. d773f38 acpi/nvdimm: define macro for NVDIMM Device _DSM by Robert Hoo · 2 years, 6 months ago
  39. 63bb20d acpi/ssdt: Fix aml_or() and aml_and() in if clause by Robert Hoo · 2 years, 6 months ago
  40. d4424be hw/acpi: Add ospm_status hook implementation for acpi-ged by Keqian Zhu · 2 years, 7 months ago
  41. e4bcec0 acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug() by Robert Hoo · 2 years, 8 months ago
  42. a098471 trivial typos: namesapce by Dr. David Alan Gilbert · 2 years, 9 months ago
  43. 58660bf hw/acpi: Make the PCI hot-plug aware of SR-IOV by Łukasz Gieryk · 2 years, 10 months ago
  44. 8c97e4d acpi/erst: fix fallthrough code upon validation failure by Ani Sinha · 2 years, 10 months ago
  45. 65417e5 hw/acpi/piix4: remove unused piix4_pm_initfn() function by Mark Cave-Ayland · 2 years, 10 months ago
  46. b49e944 hw/acpi/piix4: use qdev gpio to wire up smi_irq by Mark Cave-Ayland · 2 years, 10 months ago
  47. 29786d4 hw/acpi/piix4: use qdev gpio to wire up sci_irq by Mark Cave-Ayland · 2 years, 10 months ago
  48. d0af99a hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn() by Mark Cave-Ayland · 2 years, 10 months ago
  49. 19eb2a0 hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMState by Mark Cave-Ayland · 2 years, 10 months ago
  50. 2bfd084 hw/acpi/piix4: move PIIX4PMState into separate piix4.h header by Mark Cave-Ayland · 2 years, 10 months ago
  51. 7ace6b4 hw/acpi/piix4: convert smm_enabled bool to qdev property by Mark Cave-Ayland · 2 years, 10 months ago
  52. 5b07f44 hw/acpi/piix4: change smm_enabled from int to bool by Mark Cave-Ayland · 2 years, 10 months ago
  53. 3f0efca hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_realize() by Mark Cave-Ayland · 2 years, 10 months ago
  54. 30796f5 Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Richard Henderson · 2 years, 9 months ago
  55. 68f14a8 hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_bus by Mark Cave-Ayland · 2 years, 10 months ago
  56. e5f73c8 hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table by Mark Cave-Ayland · 2 years, 10 months ago
  57. 1b805ab hw/acpi/viot: move the individual PCI host bridge entry generation to a new function by Mark Cave-Ayland · 2 years, 10 months ago
  58. 6164a11 hw/acpi/viot: rename build_pci_range_node() to enumerate_pci_host_bridges() by Mark Cave-Ayland · 2 years, 10 months ago
  59. 5135980 hw/acpi/cxl: Pass in the CXLState directly rather than MachineState by Jonathan Cameron · 2 years, 9 months ago
  60. 5876d9b acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors by Igor Mammedov · 2 years, 9 months ago
  61. ea01c52 ipmi: acpi: use relative path to resource source by Igor Mammedov · 2 years, 9 months ago
  62. 23609e4 acpi: add interface to build device specific AML by Igor Mammedov · 2 years, 9 months ago
  63. 9323e79 Fix 'writeable' typos by Peter Maydell · 2 years, 9 months ago
  64. 21df6ab acpi/cxl: Introduce CFMWS structures in CEDT by Ben Widawsky · 2 years, 11 months ago
  65. 3d6a69b acpi/cxl: Create the CEDT (9.14.1) by Ben Widawsky · 2 years, 11 months ago
  66. 2a3282c acpi/cxl: Add _OSC implementation (9.14.2) by Ben Widawsky · 2 years, 11 months ago
  67. ae9141d hw/acpi/aml-build: Use existing CPU topology to build PPTT table by Gavin Shan · 2 years, 11 months ago
  68. a83c284 acpi: fix acpi_index migration by Dr. David Alan Gilbert · 3 years ago
  69. 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 3 years, 1 month ago
  70. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
  71. 5334bf5 hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table by Liav Albani · 3 years ago
  72. 6b0969f acpi: pcihp: pcie: set power on cap on parent slot by Igor Mammedov · 3 years ago
  73. f8bdfbd hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macro by Ani Sinha · 3 years, 1 month ago
  74. 5abccc7 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-21' into staging by Peter Maydell · 3 years, 1 month ago
  75. 0d04c4c configure, meson: move TPM check to meson by Paolo Bonzini · 3 years, 3 months ago
  76. 5748217 hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header by Philippe Mathieu-Daudé · 3 years, 1 month ago
  77. c9cd06c ACPI ERST: build the ACPI ERST table by Eric DeVolder · 3 years, 2 months ago
  78. f7e26ff ACPI ERST: support for ACPI ERST feature by Eric DeVolder · 3 years, 2 months ago
  79. 748c030 acpi: fix OEM ID/OEM Table ID padding by Igor Mammedov · 3 years, 2 months ago
  80. 17e3134 Remove unnecessary minimum_version_id_old fields by Peter Maydell · 3 years, 2 months ago
  81. 88d0278 hw/acpi/aml-build: Support cluster level in PPTT generation by Yanan Wang · 3 years, 2 months ago
  82. 11b9eb1 hw/acpi/aml-build: Improve scalability of PPTT generation by Yanan Wang · 3 years, 2 months ago
  83. 7848026 acpihp: simplify acpi_pcihp_disable_root_bus by Ani Sinha · 3 years, 3 months ago
  84. 8cdb99a acpi: fix QEMU crash when started with SLIC table by Igor Mammedov · 3 years, 3 months ago
  85. 9bd6565 acpi: validate hotplug selector on access by Michael S. Tsirkin · 3 years, 3 months ago
  86. 9323f89 failover: fix unplug pending detection by Laurent Vivier · 3 years, 4 months ago
  87. c318bef hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine type by Julia Suvorova · 3 years, 4 months ago
  88. 1f85d74 hw/acpi: Add VIOT table by Jean-Philippe Brucker · 3 years, 5 months ago
  89. 099f2df hw/acpi/aml-build: Add PPTT table by Andrew Jones · 3 years, 5 months ago
  90. 9de36ef hw/acpi/aml-build: Add Processor hierarchy node structure by Yanan Wang · 3 years, 5 months ago
  91. 5c24334 nvdimm: release the correct device list by Li Zhijian · 3 years, 9 months ago
  92. 538c2ec acpi: remove no longer used build_header() by Igor Mammedov · 3 years, 6 months ago
  93. d0aa026 acpi: x86: set enabled when composing _MAT entries by Igor Mammedov · 3 years, 6 months ago
  94. e5b6d55 acpi: use build_append_int_noprefix() API to compose SRAT table by Igor Mammedov · 3 years, 6 months ago
  95. b25681c acpi: vmgenid_build_acpi: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  96. de67dd1 acpi: nvdimm_build_ssdt: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  97. 7d1823be acpi: nvdimm_build_nfit: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  98. 689ef47 acpi: build_hmat: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  99. 578bc7a acpi: build_mcfg: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  100. 1322985 acpi: acpi_build_hest: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago