> On May 25, 2022, at 10:53 AM, Stefan Hajnoczi <stefa...@redhat.com> wrote: > > On Tue, May 24, 2022 at 11:30:32AM -0400, Jagannathan Raman wrote: >> Forward remote device's interrupts to the guest >> >> Signed-off-by: Elena Ufimtseva <elena.ufimts...@oracle.com> >> Signed-off-by: John G Johnson <john.g.john...@oracle.com> >> Signed-off-by: Jagannathan Raman <jag.ra...@oracle.com> >> --- >> include/hw/pci/pci.h | 13 ++++ >> include/hw/remote/vfio-user-obj.h | 6 ++ >> hw/pci/msi.c | 16 ++-- >> hw/pci/msix.c | 10 ++- >> hw/pci/pci.c | 13 ++++ >> hw/remote/machine.c | 14 +++- >> hw/remote/vfio-user-obj.c | 123 ++++++++++++++++++++++++++++++ >> stubs/vfio-user-obj.c | 6 ++ >> MAINTAINERS | 1 + >> hw/remote/trace-events | 1 + >> stubs/meson.build | 1 + >> 11 files changed, 193 insertions(+), 11 deletions(-) >> create mode 100644 include/hw/remote/vfio-user-obj.h >> create mode 100644 stubs/vfio-user-obj.c > > It would be great if Michael Tsirkin and Alex Williamson would review > this. Hi Michael and Alex, Do you have any thoughts on this patch? Thank you! -- Jag > > Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>
- [PATCH v10 12/14] vfio-user: handle PCI BAR accesses Jagannathan Raman
- [PATCH v10 04/14] vfio-user: build library Jagannathan Raman
- Re: [PATCH v10 04/14] vfio-user: build library Stefan Hajnoczi
- [PATCH v10 14/14] vfio-user: handle reset of remote devi... Jagannathan Raman
- [PATCH v10 07/14] vfio-user: find and init PCI device Jagannathan Raman
- [PATCH v10 08/14] vfio-user: run vfio-user context Jagannathan Raman
- [PATCH v10 05/14] vfio-user: define vfio-user-server obj... Jagannathan Raman
- [PATCH v10 10/14] vfio-user: IOMMU support for remote de... Jagannathan Raman
- [PATCH v10 13/14] vfio-user: handle device interrupts Jagannathan Raman
- Re: [PATCH v10 13/14] vfio-user: handle device inte... Stefan Hajnoczi
- Re: [PATCH v10 13/14] vfio-user: handle device ... Jag Raman
- Re: [PATCH v10 13/14] vfio-user: handle dev... Alex Williamson
- Re: [PATCH v10 13/14] vfio-user: handle... Stefan Hajnoczi
- Re: [PATCH v10 13/14] vfio-user: h... Alex Williamson
- Re: [PATCH v10 13/14] vfio-use... John Johnson
- Re: [PATCH v10 13/14] vfio-use... Stefan Hajnoczi
- Re: [PATCH v10 13/14] vfio-use... Jag Raman
- Re: [PATCH v10 13/14] vfio-use... Alex Williamson
- Re: [PATCH v10 13/14] vfio-use... Jag Raman
- Re: [PATCH v10 13/14] vfio-use... Alex Williamson
- Re: [PATCH v10 13/14] vfio-use... Jag Raman