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-phi...@redhat.com>