[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH v4 1/5] block/nvme: Use an array of EventNotifier
From: |
Stefan Hajnoczi |
Subject: |
Re: [RFC PATCH v4 1/5] block/nvme: Use an array of EventNotifier |
Date: |
Thu, 20 Aug 2020 16:01:20 +0100 |
On Wed, Aug 19, 2020 at 06:03:14PM +0200, Philippe Mathieu-Daudé wrote:
> In preparation of using multiple IRQ (thus multiple eventfds)
> make BDRVNVMeState::irq_notifier an array (for now of a single
> element, the admin queue notifier).
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> block/nvme.c | 31 +++++++++++++++++++++----------
> 1 file changed, 21 insertions(+), 10 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
- [RFC PATCH v4 0/5] util/vfio-helpers: Add support for multiple IRQs, Philippe Mathieu-Daudé, 2020/08/19
- [RFC PATCH v4 1/5] block/nvme: Use an array of EventNotifier, Philippe Mathieu-Daudé, 2020/08/19
- Re: [RFC PATCH v4 1/5] block/nvme: Use an array of EventNotifier,
Stefan Hajnoczi <=
- [RFC PATCH v4 2/5] util/vfio-helpers: Improve reporting unsupported IOMMU type, Philippe Mathieu-Daudé, 2020/08/19
- [RFC PATCH v4 3/5] util/vfio-helpers: Report error when IOMMU page size is not supported, Philippe Mathieu-Daudé, 2020/08/19
- [RFC PATCH v4 4/5] util/vfio-helpers: Introduce qemu_vfio_pci_init_msix_irqs(), Philippe Mathieu-Daudé, 2020/08/19
- [RFC PATCH v4 5/5] block/nvme: Use qemu_vfio_pci_init_msix_irqs() to initialize our IRQ, Philippe Mathieu-Daudé, 2020/08/19