From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmLAE-0002dm-T0 for qemu-devel@nongnu.org; Tue, 11 Jun 2013 05:47:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmLAD-0002Qq-Ec for qemu-devel@nongnu.org; Tue, 11 Jun 2013 05:46:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmLAD-0002Qg-8F for qemu-devel@nongnu.org; Tue, 11 Jun 2013 05:46:53 -0400 Date: Tue, 11 Jun 2013 11:46:47 +0200 From: Kevin Wolf Message-ID: <20130611094647.GF2379@dhcp-200-207.str.redhat.com> References: <1370359030-19636-1-git-send-email-keith.busch@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1370359030-19636-1-git-send-email-keith.busch@intel.com> Subject: Re: [Qemu-devel] [PATCH v5] NVMe: Initial commit for new storage interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Keith Busch Cc: qemu-devel@nongnu.org, Keith Busch Am 04.06.2013 um 17:17 hat Keith Busch geschrieben: > Initial commit for emulated Non-Volatile-Memory Express (NVMe) pci > storage device. > > NVMe is an open, industry driven storage specification defining > an optimized register and command set designed to deliver the full > capabilities of non-volatile memory on PCIe SSDs. Further information > may be found on the organizations website at: > > http://www.nvmexpress.org/ > > This commit implements the minimum from the specification to work with > existing drivers. > > Cc: Keith Busch > Signed-off-by: Keith Busch Thanks, applied to the block branch. Kevin