]> git.ipfire.org Git - thirdparty/qemu.git/blame - stubs/iothread-lock.c
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into staging
[thirdparty/qemu.git] / stubs / iothread-lock.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
5708fc66
PB
2#include "qemu-common.h"
3#include "qemu/main-loop.h"
4
afbe7053
PB
5bool qemu_mutex_iothread_locked(void)
6{
7 return true;
8}
9
cb764d06 10void qemu_mutex_lock_iothread_impl(const char *file, int line)
5708fc66
PB
11{
12}
13
14void qemu_mutex_unlock_iothread(void)
15{
16}