From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: [PATCH 0/8] nvdimm acpi: bug fix and cleanup Date: Sat, 29 Oct 2016 00:11:48 +0800 Message-ID: <1477671116-24079-1-git-send-email-guangrong.xiao@linux.intel.com> Cc: gleb@kernel.org, mtosatti@redhat.com, stefanha@redhat.com, mst@redhat.com, rth@twiddle.net, ehabkost@redhat.com, dan.j.williams@intel.com, kvm@vger.kernel.org, qemu-devel@nongnu.org, Xiao Guangrong To: pbonzini@redhat.com, imammedo@redhat.com Return-path: Received: from mga09.intel.com ([134.134.136.24]:24352 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030275AbcJ1Q07 (ORCPT ); Fri, 28 Oct 2016 12:26:59 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Thanks to Igor's suggestion, this patchset fixes some bugs in NVDIMM ACPI, also it refines the nvdimm code slightly Xiao Guangrong (8): acpi nvdimm: fix wrong buffer size returned by DSM method acpi nvdimm: fix device physical address base acpi nvdimm: fix OperationRegion definition acpi nvdimm: fix ARG3 conflict acpi nvdimm: fix Arg6 usage nvdimm acpi: compile nvdimm acpi code arch-independently acpi nvdimm: rename result_size to dsm_out_buf_siz nvdimm acpi: use common macros instead of magic names hw/acpi/Makefile.objs | 2 +- hw/acpi/nvdimm.c | 180 ++++++++++++++++++++++++++++---------------------- 2 files changed, 101 insertions(+), 81 deletions(-) -- 1.8.3.1