From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2auD-0007hq-1F for qemu-devel@nongnu.org; Thu, 12 Oct 2017 06:39:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2au9-00020i-TN for qemu-devel@nongnu.org; Thu, 12 Oct 2017 06:39:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43102) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e2au9-00020F-Mv for qemu-devel@nongnu.org; Thu, 12 Oct 2017 06:39:53 -0400 Date: Thu, 12 Oct 2017 06:39:48 -0400 (EDT) From: Pankaj Gupta Message-ID: <1776453018.19707347.1507804788144.JavaMail.zimbra@redhat.com> In-Reply-To: <20171012085031.GA1959@stefanha-x1.localdomain> References: <20171011185146.20295-1-pagupta@redhat.com> <20171012085031.GA1959@stefanha-x1.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] KVM "fake DAX" device flushing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, qemu-devel@nongnu.org, linux-nvdimm@ml01.01.org, linux-mm@kvack.org, jack@suse.cz, dan j williams , riel@redhat.com, haozhong zhang , nilal@redhat.com, kwolf@redhat.com, pbonzini@redhat.com, ross zwisler , david@redhat.com, xiaoguangrong eric > On Thu, Oct 12, 2017 at 12:21:46AM +0530, Pankaj Gupta wrote: > > We are sharing the prototype version of 'fake DAX' flushing > > interface for the initial feedback. This is still work in progress > > and not yet ready for merging. > > > > Protoype right now just implements basic functionality without advanced > > features with two major parts: > > > > - Qemu virtio-pmem device > > It exposes a persistent memory range to KVM guest which at host side is > > file > > backed memory and works as persistent memory device. In addition to this > > it > > provides a virtio flushing interface for KVM guest to do a Qemu side sync > > for > > guest DAX persistent memory range. > > Please post a draft VIRTIO device specification. Sure! will prepare and share. Thanks, Pankaj > > The VIRTIO Technical Committee resources and mailing lists are here: > > https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio#feedback > > Stefan >