Re: [Qemu-devel] [PATCH] Enable NVMe start controller for Windows guest.

2015-04-30 Thread Kevin Wolf
[Cc: qemu-block] Am 24.04.2015 um 21:19 hat Keith Busch geschrieben: > On Fri, 24 Apr 2015, Daniel Stekloff wrote: > >Windows seems to send two separate calls to NVMe controller configuration. > >The > >first sends configuration info and the second the enable bit. I couldn't > >enable the Windows

[Qemu-devel] [PATCH] Enable NVMe start controller for Windows guest.

2015-04-24 Thread Daniel Stekloff
Windows seems to send two separate calls to NVMe controller configuration. The first sends configuration info and the second the enable bit. I couldn't enable the Windows 8.1 in-box NVMe driver with base Qemu. I made the following change to store the configuration data and then handle enable and NV

Re: [Qemu-devel] [PATCH] Enable NVMe start controller for Windows guest.

2015-04-24 Thread Keith Busch
On Fri, 24 Apr 2015, Daniel Stekloff wrote: Windows seems to send two separate calls to NVMe controller configuration. The first sends configuration info and the second the enable bit. I couldn't enable the Windows 8.1 in-box NVMe driver with base Qemu. I made the following change to store the co