From: Stefan Hajnoczi <stefanha@gmail.com>
To: Keith Busch <keith.busch@intel.com>
Cc: qemu-devel@nongnu.org, Keith Busch <keith.busch@gmail.com>
Subject: Re: [Qemu-devel] [PATCH v5] NVMe: Initial commit for new storage interface
Date: Wed, 5 Jun 2013 16:35:11 +0200 [thread overview]
Message-ID: <20130605143511.GI31478@stefanha-thinkpad.muc.redhat.com> (raw)
In-Reply-To: <1370359030-19636-1-git-send-email-keith.busch@intel.com>
On Tue, Jun 04, 2013 at 09:17:10AM -0600, Keith Busch wrote:
> 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 <keith.busch@gmail.com>
> Signed-off-by: Keith Busch <keith.busch@intel.com>
> ---
> v4 -> v5:
> Call bdrv_flush on controller shutdown.
> Mark device as 'unmigratable'.
> More detailed commit message.
> Block device accounting.
> Fixed maintainer file for updated hw/ layout.
>
> MAINTAINERS | 5 +
> default-configs/pci.mak | 1 +
> hw/block/Makefile.objs | 1 +
> hw/block/nvme.c | 885 ++++++++++++++++++++++++++++++++++++++++++++++
> hw/block/nvme.h | 711 +++++++++++++++++++++++++++++++++++++
> include/hw/pci/pci_ids.h | 1 +
> 6 files changed, 1604 insertions(+), 0 deletions(-)
> create mode 100644 hw/block/nvme.c
> create mode 100644 hw/block/nvme.h
Happy from a block layer perspective.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
next prev parent reply other threads:[~2013-06-05 14:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-04 15:17 [Qemu-devel] [PATCH v5] NVMe: Initial commit for new storage interface Keith Busch
2013-06-05 14:35 ` Stefan Hajnoczi [this message]
2013-06-11 9:46 ` Kevin Wolf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130605143511.GI31478@stefanha-thinkpad.muc.redhat.com \
--to=stefanha@gmail.com \
--cc=keith.busch@gmail.com \
--cc=keith.busch@intel.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).