From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJkrk-0003ki-Vz for qemu-devel@nongnu.org; Tue, 28 Nov 2017 13:44:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJkrh-0008TA-Mt for qemu-devel@nongnu.org; Tue, 28 Nov 2017 13:44:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41212) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eJkrh-0008SU-Gt for qemu-devel@nongnu.org; Tue, 28 Nov 2017 13:44:17 -0500 Date: Tue, 28 Nov 2017 20:44:11 +0200 From: "Michael S. Tsirkin" Message-ID: <20171128204351-mutt-send-email-mst@kernel.org> References: <20171127043517.22441-1-haozhong.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171127043517.22441-1-haozhong.zhang@intel.com> Subject: Re: [Qemu-devel] [PATCH-for-2.12 v3 0/3] nvdimm: fixes for (non-)dax backends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Haozhong Zhang Cc: qemu-devel@nongnu.org, Xiao Guangrong , Stefan Hajnoczi , Dan Williams , Eduardo Habkost , Igor Mammedov , Paolo Bonzini , Peter Crosthwaite , Richard Henderson , Xiao Guangrong On Mon, Nov 27, 2017 at 12:35:14PM +0800, Haozhong Zhang wrote: > Previous versions can be found at > v2: https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg01203.html > v1: https://lists.gnu.org/archive/html/qemu-devel/2017-05/msg05919.html > > Changes in v3: > * Add an option 'align' to 'memory-backend-file' to address the > failure when mmap device dax (patch 1). > * Remove device dax check, which needs to access sysfs and may not > work with SELinux. > * Add a boolean option 'unarmed' to '-device nvdimm', which allows > users to control the unarmed flag in guest ACPI NFIT. I don't make > it as OnOffAuto, because of the remove of device dax check. > * Document new options added by this patch series. If you expect me to be the one to merge this, pls copy me on all patches. > Haozhong Zhang (3): > hostmem-file: add "align" option > nvdimm: add a macro for property "label-size" > nvdimm: add 'unarmed' option > > backends/hostmem-file.c | 41 ++++++++++++++++++++++++++++++++++++++++- > docs/nvdimm.txt | 31 +++++++++++++++++++++++++++++++ > exec.c | 8 +++++++- > hw/acpi/nvdimm.c | 7 +++++++ > hw/mem/nvdimm.c | 28 +++++++++++++++++++++++++++- > include/exec/memory.h | 3 +++ > include/hw/mem/nvdimm.h | 12 ++++++++++++ > memory.c | 2 ++ > numa.c | 2 +- > 9 files changed, 130 insertions(+), 4 deletions(-) > > -- > 2.14.1