From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c09zj-00075m-5d for qemu-devel@nongnu.org; Fri, 28 Oct 2016 12:27:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c09zf-0000bZ-VN for qemu-devel@nongnu.org; Fri, 28 Oct 2016 12:27:03 -0400 Received: from mga03.intel.com ([134.134.136.65]:28741) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c09zf-0000bA-NT for qemu-devel@nongnu.org; Fri, 28 Oct 2016 12:26:59 -0400 From: Xiao Guangrong Date: Sat, 29 Oct 2016 00:11:48 +0800 Message-Id: <1477671116-24079-1-git-send-email-guangrong.xiao@linux.intel.com> Subject: [Qemu-devel] [PATCH 0/8] nvdimm acpi: bug fix and cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com, imammedo@redhat.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 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