]> git.ipfire.org Git - thirdparty/qemu.git/blob - stubs/iothread-lock.c
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-monitor-2019-04-18'...
[thirdparty/qemu.git] / stubs / iothread-lock.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "qemu/main-loop.h"
4
5 bool qemu_mutex_iothread_locked(void)
6 {
7 return true;
8 }
9
10 void qemu_mutex_lock_iothread_impl(const char *file, int line)
11 {
12 }
13
14 void qemu_mutex_unlock_iothread(void)
15 {
16 }