[RFC PATCH 0/3] util/vfio-helpers: Fixes to allow using multiple IRQs

Philippe Mathieu-Daudé posted 3 patches 3 years, 8 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[RFC PATCH 0/3] util/vfio-helpers: Fixes to allow using multiple IRQs
Posted by Philippe Mathieu-Daudé 3 years, 8 months ago
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(-)

-- 
2.21.3


Re: [RFC PATCH 0/3] util/vfio-helpers: Fixes to allow using multiple IRQs
Posted by Philippe Mathieu-Daudé 3 years, 8 months ago
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>