1. 6b0969f acpi: pcihp: pcie: set power on cap on parent slot by Igor Mammedov · 3 years ago
  2. f8bdfbd hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macro by Ani Sinha · 3 years ago
  3. 5abccc7 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-21' into staging by Peter Maydell · 3 years ago
  4. 0d04c4c configure, meson: move TPM check to meson by Paolo Bonzini · 3 years, 3 months ago
  5. 5748217 hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header by Philippe Mathieu-Daudé · 3 years, 1 month ago
  6. c9cd06c ACPI ERST: build the ACPI ERST table by Eric DeVolder · 3 years, 1 month ago
  7. f7e26ff ACPI ERST: support for ACPI ERST feature by Eric DeVolder · 3 years, 1 month ago
  8. 748c030 acpi: fix OEM ID/OEM Table ID padding by Igor Mammedov · 3 years, 2 months ago
  9. 17e3134 Remove unnecessary minimum_version_id_old fields by Peter Maydell · 3 years, 2 months ago
  10. 88d0278 hw/acpi/aml-build: Support cluster level in PPTT generation by Yanan Wang · 3 years, 2 months ago
  11. 11b9eb1 hw/acpi/aml-build: Improve scalability of PPTT generation by Yanan Wang · 3 years, 2 months ago
  12. 7848026 acpihp: simplify acpi_pcihp_disable_root_bus by Ani Sinha · 3 years, 2 months ago
  13. 8cdb99a acpi: fix QEMU crash when started with SLIC table by Igor Mammedov · 3 years, 2 months ago
  14. 9bd6565 acpi: validate hotplug selector on access by Michael S. Tsirkin · 3 years, 3 months ago
  15. 9323f89 failover: fix unplug pending detection by Laurent Vivier · 3 years, 4 months ago
  16. 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
  17. 1f85d74 hw/acpi: Add VIOT table by Jean-Philippe Brucker · 3 years, 4 months ago
  18. 099f2df hw/acpi/aml-build: Add PPTT table by Andrew Jones · 3 years, 5 months ago
  19. 9de36ef hw/acpi/aml-build: Add Processor hierarchy node structure by Yanan Wang · 3 years, 5 months ago
  20. 5c24334 nvdimm: release the correct device list by Li Zhijian · 3 years, 9 months ago
  21. 538c2ec acpi: remove no longer used build_header() by Igor Mammedov · 3 years, 6 months ago
  22. d0aa026 acpi: x86: set enabled when composing _MAT entries by Igor Mammedov · 3 years, 6 months ago
  23. e5b6d55 acpi: use build_append_int_noprefix() API to compose SRAT table by Igor Mammedov · 3 years, 6 months ago
  24. b25681c acpi: vmgenid_build_acpi: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  25. de67dd1 acpi: nvdimm_build_ssdt: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  26. 7d1823be acpi: nvdimm_build_nfit: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  27. 689ef47 acpi: build_hmat: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  28. 578bc7a acpi: build_mcfg: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  29. 1322985 acpi: acpi_build_hest: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  30. 3e39c1e acpi: build_tpm2: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  31. 4b56e1e acpi: build_fadt: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  32. 7469f19 acpi: build_slit: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  33. f497b7c acpi: build_xsdt: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  34. ea298e8 acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_header() by Igor Mammedov · 3 years, 6 months ago
  35. c151fd8 acpi: add helper routines to initialize ACPI tables by Igor Mammedov · 3 years, 6 months ago
  36. 46f2c28 memory_hotplug.c: send DEVICE_UNPLUG_GUEST_ERROR in acpi_memory_hotplug_write() by Daniel Henrique Barboza · 3 years, 6 months ago
  37. 99b2c06 memory_hotplug.c: handle dev->id = NULL in acpi_memory_hotplug_write() by Daniel Henrique Barboza · 3 years, 6 months ago
  38. 028f1a8 hw/acpi: use existing references to pci device struct within functions by Ani Sinha · 3 years, 7 months ago
  39. fe8adae hw/acpi: refactor acpi hp modules so that targets can just use what they need by Ani Sinha · 3 years, 7 months ago
  40. aa29466 hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place by Ani Sinha · 3 years, 7 months ago
  41. 36b79e3 hw/acpi/Kconfig: Add missing Kconfig dependencies (build error) by Philippe Mathieu-Daudé · 3 years, 10 months ago
  42. 0afdee1 hw/acpi: Do not restrict ACPI core routines to x86 architecture by Philippe Mathieu-Daudé · 3 years, 10 months ago
  43. 17858a1 hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35 by Julia Suvorova · 3 years, 8 months ago
  44. 3f3cbbb hw/pci/pcie: Do not set HPC flag if acpihp is used by Julia Suvorova · 3 years, 8 months ago
  45. c0e427d hw/acpi/ich9: Enable ACPI PCI hot-plug by Julia Suvorova · 3 years, 8 months ago
  46. caf108b hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35 by Julia Suvorova · 3 years, 8 months ago
  47. ee80f5b acpi/ged: fix reset cause by Gerd Hoffmann · 3 years, 9 months ago
  48. 1c81f57 hw/acpi: Provide function acpi_ghes_present() by Peter Maydell · 3 years, 9 months ago
  49. 82faef9 hw/acpi: Provide stub version of acpi_ghes_record_errors() by Peter Maydell · 3 years, 9 months ago
  50. 295f7dc acpi: Eliminate all TPM related code if CONFIG_TPM is not set by Stefan Berger · 3 years, 9 months ago
  51. 773c1f1 docs: fix references to docs/specs/tpm.rst by Stefano Garzarella · 3 years, 10 months ago
  52. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 10 months ago
  53. 6005ee0 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 3 years, 10 months ago
  54. bb9feea x86: acpi: use offset instead of pointer when using build_header() by Igor Mammedov · 3 years, 11 months ago
  55. ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  56. ead62c7 Do not include hw/boards.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  57. 0fd7432 acpi/piix4: reinitialize acpi PM device on reset by Isaku Yamahata · 4 years ago
  58. 5033728 acpi: Set proper maximum size for "etc/acpi/rsdp" blob by David Hildenbrand · 4 years ago
  59. 6930ba0 acpi: Move maximum size logic into acpi_add_rom_blob() by David Hildenbrand · 4 years ago
  60. 910e406 acpi: add aml_to_decimalstring() and aml_call6() helpers by Igor Mammedov · 4 years ago
  61. 4fd7da4 pci: acpi: ensure that acpi-index is unique by Igor Mammedov · 4 years ago
  62. b32bd76 pci: introduce acpi-index property for PCI device by Igor Mammedov · 4 years ago
  63. 6be8cf5 acpi/core: always set SCI_EN when SMM isn't supported by Isaku Yamahata · 4 years, 1 month ago
  64. 24cd04f ich9, piix4: add property, smm-compat, to keep compatibility of SMM by Isaku Yamahata · 4 years, 1 month ago
  65. 602b458 acpi: Permit OEM ID and OEM table ID fields to be changed by Marian Postevca · 4 years, 2 months ago
  66. c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years, 2 months ago
  67. e41ee85 acpi: Add addr offset in build_crs by Jiahui Cen · 4 years, 2 months ago
  68. ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 3 months ago
  69. 69dea9d x86: acpi: let the firmware handle pending "CPU remove" events in SMM by Igor Mammedov · 4 years, 3 months ago
  70. 1e6107d acpi: cpuhp: introduce 'firmware performs eject' status/control bits by Igor Mammedov · 4 years, 3 months ago
  71. 37d5c0a acpi: Extract crs build form acpi_build.c by Yubo Miao · 4 years, 4 months ago
  72. 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 5 months ago
  73. f1e5e2e nvdimm: Fix Lesser GPL version number by Chetan Pant · 4 years, 5 months ago
  74. 136fc6a ACPI: Avoid infinite recursion when dump-vmstate by Peng Liang · 4 years, 4 months ago
  75. 510feed hw/acpi : add spaces around operator by Xinhao Zhang · 4 years, 4 months ago
  76. 4cbf31a hw/acpi : add space before the open parenthesis '(' by Xinhao Zhang · 4 years, 4 months ago
  77. 88eed19 hw/acpi : Don't use '#' flag of printf format by Xinhao Zhang · 4 years, 4 months ago
  78. 284e269 acpi: add aml builder stubs by Gerd Hoffmann · 4 years, 5 months ago
  79. 5ad1037 hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties() by Greg Kurz · 4 years, 5 months ago
  80. 27c9188 qapi: Extract ACPI commands to 'acpi.json' by Philippe Mathieu-Daudé · 4 years, 6 months ago
  81. b495ec6 qapi: Restrict device memory commands to machine code by Philippe Mathieu-Daudé · 4 years, 6 months ago
  82. db0f08d qapi: Restrict query-vm-generation-id command to machine code by Philippe Mathieu-Daudé · 4 years, 6 months ago
  83. df4008c piix4: don't reserve hw resources when hotplug is off globally by Ani Sinha · 4 years, 6 months ago
  84. 8ad038a Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable bus by Ani Sinha · 4 years, 6 months ago
  85. 9cc5a90 x68: acpi: trigger SMI before sending hotplug Notify event to OSPM by Igor Mammedov · 4 years, 6 months ago
  86. 5776fa9 acpi: add aml_land() and aml_break() primitives by Igor Mammedov · 4 years, 6 months ago
  87. b48ad7c x86: cpuhp: refuse cpu hot-unplug request earlier if not supported by Igor Mammedov · 4 years, 6 months ago
  88. c5be751 x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in use by Igor Mammedov · 4 years, 6 months ago
  89. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  90. 7bf2567 acpi: move acpi_dsdt_add_power_button() to ged by Gerd Hoffmann · 4 years, 6 months ago
  91. 14404dd acpi: ged: add control regs by Gerd Hoffmann · 4 years, 6 months ago
  92. 842038f Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 6 months ago
  93. 8d34cfd vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENID by Eduardo Habkost · 4 years, 6 months ago
  94. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  95. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  96. 8ff362d hw/acpi/tco: Remove unused definitions by Philippe Mathieu-Daudé · 4 years, 6 months ago
  97. 3d7e78a Introduce a new flag for i440fx to disable PCI hotplug on the root bus by Ani Sinha · 4 years, 7 months ago
  98. 36b34c3 meson: convert hw/acpi by Marc-André Lureau · 6 years ago
  99. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  100. 4bf7c0c ACPI: Assert that we don't run out of the preallocated memory by Dongjiu Geng · 4 years, 7 months ago