aboutsummaryrefslogtreecommitdiff
path: root/stubs/graph-lock.c
blob: 177aa0a8ba5a0e7ea21f37c215ef9d1892204c67 (plain)
1
2
3
4
5
6
7
8
9
10
#include "qemu/osdep.h"
#include "block/graph-lock.h"

void register_aiocontext(AioContext *ctx)
{
}

void unregister_aiocontext(AioContext *ctx)
{
}