qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] NVMe: Initial commit to add an NVM Express devi


From: Keith Busch
Subject: Re: [Qemu-devel] [PATCH] NVMe: Initial commit to add an NVM Express device
Date: Sat, 8 Dec 2012 12:20:44 -0700

On Sat, Dec 8, 2012 at 10:59 AM, Andreas Färber <address@hidden> wrote:
> Generally we encourage people to upstream their devices, given they are
> sufficiently isolated and/or maintainable.

Yes, that makes sense and have been doing that. We maintain an
upstream repo, but needed to merge with a more recent qemu release for
some critical updates and many api's changed from where we were.
Merging was just a small matter of coding, but I thought it might be
easier to keep up with the latest and greatest if it was part of it,
if that's ok to do. Not a big deal if not. This patch is a side
project I did on my own time for fun and learning.

> IIUC from the website above, NVMe is to be used with SSDs?  It would be
> good to add to the commit message how to actually use the device
> command-line-wise beyond the obvious -device nvme: I did not spot on
> brief sight where you expose a bus to add drives (nor a special IF_*
> interface type to assign to a drive), so others might wonder as well.

Actually the nvme device _is_ the SSD. The emulated controller here
creates files to use for its backing storage so you don't add
additional drives, if that makes sense.

Thanks for all the info; this is a good learning experience for me.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]