diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-08-31 10:58:23 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-18 10:01:01 +0200 |
commit | 1725253647a7b579f205adb6e9a91e9406fc0ef9 (patch) | |
tree | b0a6e6472ae48d45a2254d6bcf23786c74173f85 /hw/remote/vfio-user-obj-stub.c | |
parent | adfa939e735688dba1098d91e8c71aef6d5ccd6b (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.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) +{ +} |