vfio-user: handle device interrupts
commit08cf3dc611991e9697f62458107e13f2c582869a
authorJagannathan Raman <jag.raman@oracle.com>
Mon, 13 Jun 2022 20:26:33 +0000 (13 16:26 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 15 Jun 2022 15:43:42 +0000 (15 16:43 +0100)
tree074a48604250f4bef72d3986fdb72a3873b5f28d
parent3123f93d6b85b69ab77f409456fac8ded895efed
vfio-user: handle device interrupts

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>
Message-id: 9523479eaafe050677f4de2af5dd0df18c27cfd9.1655151679.git.jag.raman@oracle.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
13 files changed:
MAINTAINERS
hw/pci/msi.c
hw/pci/msix.c
hw/pci/pci.c
hw/remote/machine.c
hw/remote/trace-events
hw/remote/vfio-user-obj.c
include/hw/pci/msi.h
include/hw/pci/msix.h
include/hw/pci/pci.h
include/hw/remote/vfio-user-obj.h [new file with mode: 0644]
stubs/meson.build
stubs/vfio-user-obj.c [new file with mode: 0644]