diff options
author | Jagannathan Raman | 2022-06-13 22:26:33 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2022-06-15 17:43:42 +0200 |
commit | 08cf3dc611991e9697f62458107e13f2c582869a (patch) | |
tree | 074a48604250f4bef72d3986fdb72a3873b5f28d /include/hw/remote/vfio-user-obj.h | |
parent | vfio-user: handle PCI BAR accesses (diff) | |
download | qemu-08cf3dc611991e9697f62458107e13f2c582869a.tar.gz qemu-08cf3dc611991e9697f62458107e13f2c582869a.tar.xz qemu-08cf3dc611991e9697f62458107e13f2c582869a.zip |
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>
Diffstat (limited to 'include/hw/remote/vfio-user-obj.h')
-rw-r--r-- | include/hw/remote/vfio-user-obj.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/hw/remote/vfio-user-obj.h b/include/hw/remote/vfio-user-obj.h new file mode 100644 index 0000000000..87ab78b875 --- /dev/null +++ b/include/hw/remote/vfio-user-obj.h @@ -0,0 +1,6 @@ +#ifndef VFIO_USER_OBJ_H +#define VFIO_USER_OBJ_H + +void vfu_object_set_bus_irq(PCIBus *pci_bus); + +#endif |