Re: [Qemu-devel] [PATCH] nvme: Add support for Read Data and Write Data in CMBs.

2017-06-20 Thread Kevin Wolf
Am 19.06.2017 um 23:24 hat Keith Busch geschrieben: > On Tue, Jun 13, 2017 at 04:08:35AM -0600, sba...@raithlin.com wrote: > > From: Stephen Bates > > > > Add the ability for the NVMe model to support both the RDS and WDS > > modes in the Controller Memory Buffer. > > > > Although not currently

Re: [Qemu-devel] [PATCH] nvme: Add support for Read Data and Write Data in CMBs.

2017-06-19 Thread Keith Busch
On Tue, Jun 13, 2017 at 04:08:35AM -0600, sba...@raithlin.com wrote: > From: Stephen Bates > > Add the ability for the NVMe model to support both the RDS and WDS > modes in the Controller Memory Buffer. > > Although not currently supported in the upstreamed Linux kernel a fork > with support exi

[Qemu-devel] [PATCH] nvme: Add support for Read Data and Write Data in CMBs.

2017-06-13 Thread sbates
From: Stephen Bates Add the ability for the NVMe model to support both the RDS and WDS modes in the Controller Memory Buffer. Although not currently supported in the upstreamed Linux kernel a fork with support exists [1] and user-space test programs that build on this also exist [2]. Useful for