[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 16/18] vfio-user: handle device interrupts
|
From: |
Stefan Hajnoczi |
|
Subject: |
Re: [PATCH v5 16/18] vfio-user: handle device interrupts |
|
Date: |
Tue, 25 Jan 2022 15:25:09 +0000 |
On Wed, Jan 19, 2022 at 04:42:05PM -0500, Jagannathan Raman wrote:
> Forward remote device's interrupts to the guest
>
> Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
> Signed-off-by: John G Johnson <john.g.johnson@oracle.com>
> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
> ---
> include/hw/pci/pci.h | 6 +++
> hw/pci/msi.c | 13 +++++-
> hw/pci/msix.c | 12 +++++-
> hw/remote/vfio-user-obj.c | 89 +++++++++++++++++++++++++++++++++++++++
> hw/remote/trace-events | 1 +
> 5 files changed, 119 insertions(+), 2 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
- Re: [PATCH v5 11/18] vfio-user: find and init PCI device, (continued)
- [PATCH v5 13/18] vfio-user: handle PCI config space accesses, Jagannathan Raman, 2022/01/19
- [PATCH v5 12/18] vfio-user: run vfio-user context, Jagannathan Raman, 2022/01/19
- [PATCH v5 15/18] vfio-user: handle PCI BAR accesses, Jagannathan Raman, 2022/01/19
- [PATCH v5 14/18] vfio-user: handle DMA mappings, Jagannathan Raman, 2022/01/19
- [PATCH v5 16/18] vfio-user: handle device interrupts, Jagannathan Raman, 2022/01/19
- Re: [PATCH v5 16/18] vfio-user: handle device interrupts,
Stefan Hajnoczi <=
- [PATCH v5 17/18] vfio-user: register handlers to facilitate migration, Jagannathan Raman, 2022/01/19
[PATCH v5 18/18] vfio-user: avocado tests for vfio-user, Jagannathan Raman, 2022/01/19
Re: [PATCH v5 00/18] vfio-user server in QEMU, Stefan Hajnoczi, 2022/01/25