aboutsummaryrefslogtreecommitdiff
path: root/hw/remote/vfio-user-obj-stub.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-08-31 10:58:23 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-10-18 10:01:01 +0200
commit1725253647a7b579f205adb6e9a91e9406fc0ef9 (patch)
treeb0a6e6472ae48d45a2254d6bcf23786c74173f85 /hw/remote/vfio-user-obj-stub.c
parentadfa939e735688dba1098d91e8c71aef6d5ccd6b (diff)
hw/remote: move stub vfu_object_set_bus_irq out of stubs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/remote/vfio-user-obj-stub.c')
-rw-r--r--hw/remote/vfio-user-obj-stub.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/remote/vfio-user-obj-stub.c b/hw/remote/vfio-user-obj-stub.c
new file mode 100644
index 0000000000..79100d768e
--- /dev/null
+++ b/hw/remote/vfio-user-obj-stub.c
@@ -0,0 +1,6 @@
+#include "qemu/osdep.h"
+#include "hw/remote/vfio-user-obj.h"
+
+void vfu_object_set_bus_irq(PCIBus *pci_bus)
+{
+}