https://github.com/qemu/qemu
Raw File
Tip revision: c283ff89d11ff123efc9af49128ef58511f73012 authored by Peter Maydell on 21 March 2023, 17:15:43 UTC
Update version for v8.0.0-rc1 release
Tip revision: c283ff8
graph-lock.c
#include "qemu/osdep.h"
#include "block/graph-lock.h"

void register_aiocontext(AioContext *ctx)
{
}

void unregister_aiocontext(AioContext *ctx)
{
}
back to top