This patchset is against commit 72213633 (acpi: fix DMAR device scope
for IOAPIC) on pci branch of Michael's git tree.

It improves nvdimm hotplug based on the comments from Igor and Stefan
during this release window

Thanks!

Xiao Guangrong (14):
  qdev: hotplug: drop HotplugHandler.post_plug callback
  nvdimm acpi: drop the lock of fit buffer
  pc: memhp: move nvdimm hotplug out of memory hotplug
  pc: memhp: stop handling nvdimm hotplug in pc_dimm_unplug
  nvdimm acpi: clean up nvdimm_build_acpi
  docs: improve the doc of Read FIT method
  nvdimm acpi: rename nvdimm_plugged_device_list
  nvdimm acpi: cleanup nvdimm_build_fit_method
  nvdimm acpi: rename nvdimm_acpi_hotplug
  nvdimm acpi: define DSM return codes
  nvdimm acpi: fix two comments
  nvdimm acpi: rename nvdimm_dsm_reserved_root
  nvdimm acpi: use aml_name_decl to define named object
  nvdimm acpi: introduce NVDIMM_DSM_MEMORY_SIZE

 default-configs/mips-softmmu-common.mak |   1 +
 docs/specs/acpi_mem_hotplug.txt         |   3 -
 docs/specs/acpi_nvdimm.txt              |  99 ++++++++++---------
 hw/acpi/ich9.c                          |   8 +-
 hw/acpi/memory_hotplug.c                |  31 ++----
 hw/acpi/nvdimm.c                        | 166 ++++++++++++++++----------------
 hw/acpi/piix4.c                         |   7 +-
 hw/core/hotplug.c                       |  11 ---
 hw/core/qdev.c                          |  20 +---
 hw/i386/pc.c                            |  29 +-----
 include/hw/hotplug.h                    |  11 ---
 include/hw/mem/nvdimm.h                 |  20 ++--
 12 files changed, 172 insertions(+), 234 deletions(-)

-- 
1.8.3.1


Reply via email to