repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spapr_iommu: translate sPAPRTCEAccess to IOMMUAccessFlags
[qemu/ar7.git]
/
stubs
/
iothread-lock.c
blob
dda6f6b58dcb72342b6fc824dd943ada1ce35f48
1
#include
"qemu-common.h"
2
#include
"qemu/main-loop.h"
3
4
bool
qemu_mutex_iothread_locked
(
void
)
5
{
6
return true
;
7
}
8
9
void
qemu_mutex_lock_iothread
(
void
)
10
{
11
}
12
13
void
qemu_mutex_unlock_iothread
(
void
)
14
{
15
}