]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/iothread-lock.c
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / stubs / iothread-lock.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
5708fc66
PB
2#include "qemu/main-loop.h"
3
195801d7 4bool bql_locked(void)
afbe7053 5{
5f50be9b 6 return false;
afbe7053
PB
7}
8
195801d7 9void bql_lock_impl(const char *file, int line)
5708fc66
PB
10{
11}
12
195801d7 13void bql_unlock(void)
5708fc66
PB
14{
15}