From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhLeQ-00067J-1m for qemu-devel@nongnu.org; Tue, 28 May 2013 11:17:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhLeL-00039Z-BZ for qemu-devel@nongnu.org; Tue, 28 May 2013 11:17:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhLeL-00039T-4X for qemu-devel@nongnu.org; Tue, 28 May 2013 11:17:21 -0400 Date: Tue, 28 May 2013 17:17:16 +0200 From: Kevin Wolf Message-ID: <20130528151715.GE5642@dhcp-200-207.str.redhat.com> References: <1365624994-10219-1-git-send-email-keith.busch@intel.com> <20130527140100.GD2373@dhcp-200-207.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] NVMe: Initial commit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Keith Busch Cc: qemu-devel@nongnu.org, Keith Busch Am 26.05.2013 um 22:41 hat Keith Busch geschrieben: > On Mon, 27 May 2013, Kevin Wolf wrote: > >Am 10.04.2013 um 22:16 hat Keith Busch geschrieben: > >>Initial commit for emulated nvme pci storage device. Implements the > >>minimum from the specification to work with existing drivers. > >> > >>Cc: Keith Busch > >>Signed-off-by: Keith Busch > >> > >>A lot of people are very interested in this, so I should have more time > >>to dedicate working on submitting this upstream. Thanks for the feedback > >>on the last round. Only difference here besides the merge-up is making > >>the serial option mandatory and a fix for > 4GB backing storage. > > > >Keith, what's the status with this patch? Are you simply too busy for > >preparing an updated version (if so, don't hurry, it's fine), or do you > >expect some more input from anyone and we're not aware that you're > >waiting for us? > > > >Kevin > > Thanks for checking in. Sorry though, time really got away from me. :( > I still work on this a little, but more directly with the the open source > development teams across the industry for various OSes. > > I think the feedback with the most work was for device state migration. I > have a more updated version, but it is lacking in device state. I'll > clean it up and resubmit this week. If the VMState is the problem, you can just mark it unmigratable for now, I wouldn't see this as a blocker for merging. Just if it's there, it should be correct. Kevin