Changelog in v5: fix string format error when it is compiled on 32 bit box Xiao Guangrong (13): pc-dimm: introduce get_vmstate_memory_region callback nvdimm: support nvdimm label acpi: add aml_object_type acpi: add aml_call5 nvdimm acpi: set HDLE properly nvdimm acpi: save arg3 of _DSM method nvdimm acpi: check UUID nvdimm acpi: abstract the operations for root & nvdimm devices nvdimm acpi: check revision nvdimm acpi: support Get Namespace Label Size function nvdimm acpi: support Get Namespace Label Data function nvdimm acpi: support Set Namespace Label Data function docs: add NVDIMM ACPI documentation docs/specs/acpi_nvdimm.txt | 132 +++++++++++++++ hw/acpi/aml-build.c | 22 +++ hw/acpi/nvdimm.c | 400 ++++++++++++++++++++++++++++++++++++++++---- hw/mem/nvdimm.c | 132 +++++++++++++++ hw/mem/pc-dimm.c | 14 +- include/hw/acpi/aml-build.h | 3 + include/hw/mem/nvdimm.h | 55 +++++- include/hw/mem/pc-dimm.h | 5 +- 8 files changed, 726 insertions(+), 37 deletions(-) create mode 100644 docs/specs/acpi_nvdimm.txt -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html