Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu into...
[qemu/armbru.git] / stubs / iothread-lock.c
blobd7890e5581c5c29b69d18e9e27f509e453c739e5
1 #include "qemu/osdep.h"
2 #include "qemu/main-loop.h"
4 bool bql_locked(void)
6 return false;
9 void bql_lock_impl(const char *file, int line)
13 void bql_unlock(void)