diff options
Diffstat (limited to 'stubs/vfio-user-obj.c')
-rw-r--r-- | stubs/vfio-user-obj.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stubs/vfio-user-obj.c b/stubs/vfio-user-obj.c new file mode 100644 index 0000000000..79100d768e --- /dev/null +++ b/stubs/vfio-user-obj.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) +{ +} |