1. aa29466 hw/acpi: define PIIX4 acpi pci hotplug property strings at a single place by Ani Sinha · 3 years, 6 months ago
  2. 17858a1 hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35 by Julia Suvorova · 3 years, 7 months ago
  3. c0e427d hw/acpi/ich9: Enable ACPI PCI hot-plug by Julia Suvorova · 3 years, 7 months ago
  4. ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 10 months ago
  5. 6be8cf5 acpi/core: always set SCI_EN when SMM isn't supported by Isaku Yamahata · 4 years ago
  6. 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 4 months ago
  7. b48ad7c x86: cpuhp: refuse cpu hot-unplug request earlier if not supported by Igor Mammedov · 4 years, 5 months ago
  8. c5be751 x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in use by Igor Mammedov · 4 years, 5 months ago
  9. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 7 months ago
  10. 40c2281 Drop more @errp parameters after previous commit by Markus Armbruster · 4 years, 10 months ago
  11. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  12. 64a7b8d qom/object: Use common get/set uint helpers by Felipe Franciosi · 5 years ago
  13. 836e1b3 qom/object: enable setter for uint types by Felipe Franciosi · 5 years ago
  14. 132a908 hw/acpi: Include "hw/mem/nvdimm.h" by Philippe Mathieu-Daudé · 5 years ago
  15. a1c4a3d hw/southbridge/ich9: Removed unused headers by Philippe Mathieu-Daudé · 5 years ago
  16. 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 6 years ago
  17. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  18. 12e9493 Include hw/boards.h a bit less by Markus Armbruster · 6 years ago
  19. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  20. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  21. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  22. 9040e6d i386, acpi: check acpi_memory_hotplug capacity in pre_plug by Wei Yang · 6 years ago
  23. cbca372 include/exec/poison: Mark CONFIG_KVM as poisoned, too by Thomas Huth · 8 years ago
  24. 80db0e7 memhp: don't generate memory hotplug AML if it's not enabled/supported by Igor Mammedov · 8 years ago
  25. 75f2749 pc: memhp: move nvdimm hotplug out of memory hotplug by Xiao Guangrong · 8 years ago
  26. 679dd1a pc: use new CPU hotplug interface since 2.7 machine type by Igor Mammedov · 9 years ago
  27. 76623d0 acpi: cpuhp: add cpu._OST handling by Igor Mammedov · 9 years ago
  28. 8872c25 acpi: cpuhp: implement hot-remove parts of CPU hotplug interface by Igor Mammedov · 9 years ago
  29. 5e1b5d9 acpi: cpuhp: add CPU devices AML with _STA method by Igor Mammedov · 9 years ago
  30. 16bcab9 pc: piix4/ich9: add 'cpu-hotplug-legacy' property by Igor Mammedov · 9 years ago
  31. 0058c08 pc: use AcpiDeviceIfClass.send_event to issue GPE events by Igor Mammedov · 9 years ago
  32. 96e3e12 pc: acpi: mark current CPU hotplug functions as legacy by Igor Mammedov · 9 years ago
  33. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  34. 18d6aba ich9: Remove enable_tco arguments from init functions by Eduardo Habkost · 9 years ago
  35. d7bce99 qom: Swap 'name' next to visitor in ObjectPropertyAccessor by Eric Blake · 9 years ago
  36. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  37. b6a0aa0 x86: Clean up includes by Peter Maydell · 9 years ago
  38. f3c30ae hw/acpi/ich9: clean up stale comment about KVM not supporting SMM by Laszlo Ersek · 10 years ago
  39. be66680 hw/acpi/ich9: clear smi_en on reset by Laszlo Ersek · 10 years ago
  40. 75d6636 ich9: fix skipped vmstate_memhp_state subsection by Paulo Alcantara · 10 years ago
  41. 9205579 ich9: add TCO interface emulation by Paulo Alcantara · 10 years ago
  42. fba7247 ich9: add smm_enabled field and arguments by Paolo Bonzini · 10 years ago
  43. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 10 years ago
  44. 11e66a1 ich9: implement SMI_LOCK by Gerd Hoffmann · 10 years ago
  45. 9a10bbb hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4" by Laszlo Ersek · 10 years ago
  46. f7d3e29 acpi, mem-hotplug: add unplug cb for memory device by Tang Chen · 10 years ago
  47. 64fec58 acpi, mem-hotplug: add unplug request cb for memory device by Tang Chen · 10 years ago
  48. 91a734a acpi, ich9: Add unplug cb for ich9. by Tang Chen · 10 years ago
  49. 469b8ad acpi, ich9: Add hotunplug request cb for ich9. by Tang Chen · 10 years ago
  50. b00c92e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  51. 6ac0d8d ich9: add disable_s3, disable_s4, s4_val properties by Amit Shah · 10 years ago
  52. e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
  53. 411b5db cpu-hotplug: rename function for better readability by Gu Zheng · 10 years ago
  54. c5171ed acpi:ich9: convert cpu hotplug to hotplug_handler API by Gu Zheng · 10 years ago
  55. 7590280 fix typo: apci -> acpi by Hu Tao · 12 years ago
  56. 43f5041 acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices by Igor Mammedov · 11 years ago
  57. f816a62 pc: migrate piix4 & ich9 MemHotplugState by Igor Mammedov · 11 years ago
  58. 1f86218 acpi:ich9: add memory hotplug handling by Igor Mammedov · 11 years ago
  59. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  60. d6610bc acpi: ich9: add CPU hotplug handling to Q35 machine by Igor Mammedov · 11 years ago
  61. 2c04795 acpi: ich9: allow guest to clear SCI rised by GPE by Igor Mammedov · 11 years ago
  62. 0631350 acpi: factor out common pm_update_sci() into acpi core by Igor Mammedov · 11 years ago
  63. 6f1426a ich9: APIs for pc guest info by Michael S. Tsirkin · 12 years ago
  64. 64bde0f hw/a*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  65. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  66. a3ac6b5 ich9: kill cmos_s3 by Hu Tao · 12 years ago
  67. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/acpi_ich9.c]
  68. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  69. 560e639 acpi: initialize s4_val used in s4 shutdown by Bruce Rogers · 12 years ago
  70. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  71. 503b19f apci: assign memory regions to ich9 lpc device by Gerd Hoffmann · 12 years ago
  72. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  73. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  74. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  75. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  76. 6f918e4 Fixup q35/ich9 Licenses by Jason Baron · 12 years ago
  77. c84649c acpi: remove acpi_gpe_blk by Gerd Hoffmann · 12 years ago
  78. 4a522de acpi: cleanup ich9 memory region by Gerd Hoffmann · 12 years ago
  79. 10cc69b apci: switch ich9 smi to memory api by Gerd Hoffmann · 12 years ago
  80. 76a7daf apci: switch ich9 gpe to memory api by Gerd Hoffmann · 12 years ago
  81. b5a7c02 apci: switch evt to memory api by Gerd Hoffmann · 12 years ago
  82. afafe4b apci: switch cnt to memory api by Gerd Hoffmann · 12 years ago
  83. 77d58b1 apci: switch timer to memory api by Gerd Hoffmann · 12 years ago
  84. cacaab8 apci: switch ich9 to memory api by Gerd Hoffmann · 12 years ago
  85. 21bcfdd q35: Suppress SMM BIOS initialization under KVM by Jan Kiszka · 12 years ago
  86. e516572 ich9: Add acpi support and definitions by Jason Baron · 12 years ago