From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3nRQ-0004kC-AE for qemu-devel@nongnu.org; Mon, 07 Nov 2016 12:10:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3nRP-0006eY-Bn for qemu-devel@nongnu.org; Mon, 07 Nov 2016 12:10:40 -0500 References: <1476827711-20758-1-git-send-email-logang@deltatee.com> <20161104104921.GD9817@stefanha-x1.localdomain> <20161107102816.GB5036@stefanha-x1.localdomain> From: Logan Gunthorpe Message-ID: <932bcdcd-9f46-b250-a25c-7ddd4e8e3df0@deltatee.com> Date: Mon, 7 Nov 2016 10:09:29 -0700 MIME-Version: 1.0 In-Reply-To: <20161107102816.GB5036@stefanha-x1.localdomain> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-block] [PATCH] Added iopmem device emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , Max Reitz , "Michael S. Tsirkin" , Marcel Apfelbaum , qemu-devel@nongnu.org, qemu-block@nongnu.org, Stephen Bates Hey, On 07/11/16 03:28 AM, Stefan Hajnoczi wrote: > It may be too early to merge this code into qemu.git if there is no > hardware spec and this is a prototype device that is subject to change. Fair enough, though the interface is so simple I don't know what could possibly change. > I'm wondering if there is a way to test or use this device if you are > not releasing specs and code that drives the device. > > Have you submitted patches to enable this device in Linux, DPDK, or any > other project? Yes, you can find patches to the Linux Kernel that were submitted to a couple mailing lists at the same time as the QEMU patch: http://www.mail-archive.com/linux-nvdimm@lists.01.org/msg01426.html There's been a discussion as to how best to expose these devices to user space and we may take a different approach in v2. But there has been no indication that the PCI interface would need to change at all. Thanks, Logan