[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 16/16] nvme: support multiple namespaces
From: |
Klaus Birkelund |
Subject: |
Re: [Qemu-devel] [PATCH 16/16] nvme: support multiple namespaces |
Date: |
Fri, 23 Aug 2019 10:10:22 +0200 |
User-agent: |
Mutt/1.12.1 (2019-06-15) |
On Thu, Aug 22, 2019 at 02:18:05PM +0100, Ross Lagerwall wrote:
> On 7/5/19 8:23 AM, Klaus Birkelund Jensen wrote:
>
> I tried this patch series by installing Windows with a single NVME
> controller having two namespaces. QEMU crashed in get_feature /
> NVME_VOLATILE_WRITE_CACHE because req->ns was NULL.
>
Hi Ross,
Good catch!
> nvme_get_feature / nvme_set_feature look wrong to me since I can't see how
> req->ns would have been set. Should they have similar code to nvme_io_cmd to
> set req->ns from cmd->nsid?
Definitely. I will fix that for v2.
>
> After working around this issue everything else seemed to be working well.
> Thanks for your work on this patch series.
>
And thank you for trying out my patches!
Cheers,
Klaus