From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAZuB-0006Gs-RV for qemu-devel@nongnu.org; Thu, 02 Jul 2015 04:31:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAZu6-00088f-L0 for qemu-devel@nongnu.org; Thu, 02 Jul 2015 04:31:35 -0400 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:36122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAZu6-00088b-EX for qemu-devel@nongnu.org; Thu, 02 Jul 2015 04:31:30 -0400 Received: by wguu7 with SMTP id u7so56559856wgu.3 for ; Thu, 02 Jul 2015 01:31:29 -0700 (PDT) Date: Thu, 2 Jul 2015 09:31:23 +0100 From: Stefan Hajnoczi Message-ID: <20150702083123.GA20198@stefanha-thinkpad.redhat.com> References: <1435762232-15543-1-git-send-email-guangrong.xiao@linux.intel.com> <20150702081539-mutt-send-email-mst@redhat.com> <5594DB5D.5020806@linux.intel.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <5594DB5D.5020806@linux.intel.com> Subject: Re: [Qemu-devel] [PATCH 00/16] implement vNVDIMM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xiao Guangrong Cc: ehabkost@redhat.com, kvm@vger.kernel.org, "Michael S. Tsirkin" , gleb@kernel.org, mtosatti@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com, imammedo@redhat.com, rth@twiddle.net --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 02, 2015 at 02:34:05PM +0800, Xiao Guangrong wrote: > 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. >=20 > I see, thanks for your reminder, Michael! I will review the series now. Here is the QEMU release schedule: http://qemu-project.org/Planning/2.4 Hard freeze - 7 July QEMU 2.4 release - 4 August It could be merged into a maintainer's tree when the -next branches are opened (it's up to each maintainer but for the block and net trees I do that at hard freeze time). --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVlPbbAAoJEJykq7OBq3PI6MEIAIUiPdxfthFTWv2RHlzPMY2v 7oZzspCQ3A5oizZqcWkL0g4WEPfiwUEbajeDixT2YT0PASuHtVeNSKxq2dhF4XFX H/GGeZPUFMNSwDH7HYxvJFmoLD0oNG5+GHY5l+diVK1g/mzUKKJNWo6MfZXH1mBN f80Q8KEW4r1MvYfSbpz6JjI7RkbQM3blFNAM9rjUXYWgMCcWuly13QezS1SAypBw JBl6ru3AqrFjPN2Ee+8xZnqMeOjDw73Df4aXHvXqSGIlrKKMJVarZllBOFv9AfCX oDUAbLhx93GBHPxPMrbalNp0Afzwa/ylExrEjGYtAMQkYxDQBDY5v9pbQkB5ncE= =vNnP -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS--