From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAY94-0000OO-Q3 for qemu-devel@nongnu.org; Thu, 02 Jul 2015 02:38:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAY91-0003O2-L7 for qemu-devel@nongnu.org; Thu, 02 Jul 2015 02:38:50 -0400 Received: from mga03.intel.com ([134.134.136.65]:62381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAY91-0003NL-GV for qemu-devel@nongnu.org; Thu, 02 Jul 2015 02:38:47 -0400 Message-ID: <5594DB5D.5020806@linux.intel.com> Date: Thu, 02 Jul 2015 14:34:05 +0800 From: Xiao Guangrong MIME-Version: 1.0 References: <1435762232-15543-1-git-send-email-guangrong.xiao@linux.intel.com> <20150702081539-mutt-send-email-mst@redhat.com> In-Reply-To: <20150702081539-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/16] implement vNVDIMM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: ehabkost@redhat.com, kvm@vger.kernel.org, gleb@kernel.org, mtosatti@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, imammedo@redhat.com, pbonzini@redhat.com, rth@twiddle.net On 07/02/2015 02:17 PM, Michael S. Tsirkin wrote: > On Wed, Jul 01, 2015 at 10:50:16PM +0800, Xiao Guangrong wrote: >> hw/acpi/aml-build.c | 32 +- >> hw/i386/acpi-build.c | 9 +- >> hw/i386/acpi-dsdt.dsl | 2 +- >> hw/i386/pc.c | 11 +- >> hw/mem/Makefile.objs | 1 + >> hw/mem/pc-nvdimm.c | 1040 +++++++++++++++++++++++++++++++++++++++++++ >> include/hw/acpi/aml-build.h | 5 +- >> include/hw/mem/pc-nvdimm.h | 56 +++ >> 8 files changed, 1149 insertions(+), 7 deletions(-) >> create mode 100644 hw/mem/pc-nvdimm.c >> create mode 100644 include/hw/mem/pc-nvdimm.h > > Given the amount of code, this is definitely not 2.4 material. > Maybe others will have the time to review it before this, but > in any case please remember to repost after 2.4 is out. I see, thanks for your reminder, Michael!