]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/iothread-lock.c
tcg/sparc: Zero extend address argument to ld/st helpers
[mirror_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
5708fc66
PB
10void qemu_mutex_lock_iothread(void)
11{
12}
13
14void qemu_mutex_unlock_iothread(void)
15{
16}