[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 0/3] util/vfio-helpers: Fixes to allow using multiple IRQ
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [RFC PATCH 0/3] util/vfio-helpers: Fixes to allow using multiple IRQs |
Date: |
Tue, 11 Aug 2020 19:30:32 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
On 8/11/20 7:28 PM, Philippe Mathieu-Daudé wrote:
> A pair of fixes to allow binding notifiers on different IRQs
> (NVMe block driver series will follow).
>
> Philippe Mathieu-Daudé (3):
> util/vfio-helpers: Store eventfd using int32_t type
> util/vfio-helpers: Add trace event to display device IRQs available
> util/vfio-helpers: Let qemu_vfio_pci_init_irq take IRQ index argument
>
> include/qemu/vfio-helpers.h | 2 +-
> block/nvme.c | 2 +-
> util/vfio-helpers.c | 17 ++++++++++++-----
> util/trace-events | 1 +
> 4 files changed, 15 insertions(+), 7 deletions(-)
>
Oops I forgot, it is based on "util/vfio-helpers: Fix typo in description":
https://lists.gnu.org/archive/html/qemu-devel/2020-08/msg02073.html
Based-on: <20200811151643.21293-4-philmd@redhat.com>