diff options
Diffstat (limited to 'hw/remote/vfio-user-obj-stub.c')
-rw-r--r-- | hw/remote/vfio-user-obj-stub.c | 6 |
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) +{ +} |