[PATCH 0/2] hw/block/nvme: fixes for interrupt behavior

Klaus Jensen posted 2 patches 5 years, 6 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200505203603.278339-1-its@irrelevant.dk
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>, Keith Busch <kbusch@kernel.org>
hw/block/nvme.c | 14 +++++++++-----
hw/block/nvme.h |  2 +-
2 files changed, 10 insertions(+), 6 deletions(-)
[PATCH 0/2] hw/block/nvme: fixes for interrupt behavior
Posted by Klaus Jensen 5 years, 6 months ago
From: Klaus Jensen <k.jensen@samsung.com>

Klaus Jensen (2):
  hw/block/nvme: fix pin-based interrupt behavior
  hw/block/nvme: allow use of any valid msix vector

 hw/block/nvme.c | 14 +++++++++-----
 hw/block/nvme.h |  2 +-
 2 files changed, 10 insertions(+), 6 deletions(-)

-- 
2.26.2


Re: [PATCH 0/2] hw/block/nvme: fixes for interrupt behavior
Posted by Philippe Mathieu-Daudé 5 years, 6 months ago
+ Michael & Marcel for MSIX,
and ping to Keith :)

On 5/5/20 10:36 PM, Klaus Jensen wrote:
> From: Klaus Jensen <k.jensen@samsung.com>
> 
> Klaus Jensen (2):
>    hw/block/nvme: fix pin-based interrupt behavior
>    hw/block/nvme: allow use of any valid msix vector
> 
>   hw/block/nvme.c | 14 +++++++++-----
>   hw/block/nvme.h |  2 +-
>   2 files changed, 10 insertions(+), 6 deletions(-)


Re: [PATCH 0/2] hw/block/nvme: fixes for interrupt behavior
Posted by Klaus Jensen 5 years, 6 months ago
On May 11 09:09, Philippe Mathieu-Daudé wrote:
> + Michael & Marcel for MSIX,
> and ping to Keith :)
> 

I'll await some feedback here before moving these fixes into my "nvme:
refactoring and cleanups" series. Not sure if this should go directly to
master or block-next.