diff options
Diffstat (limited to 'stubs/graph-lock.c')
| -rw-r--r-- | stubs/graph-lock.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/stubs/graph-lock.c b/stubs/graph-lock.c new file mode 100644 index 0000000000..177aa0a8ba --- /dev/null +++ b/stubs/graph-lock.c @@ -0,0 +1,10 @@ +#include "qemu/osdep.h" +#include "block/graph-lock.h" + +void register_aiocontext(AioContext *ctx) +{ +} + +void unregister_aiocontext(AioContext *ctx) +{ +} |