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
target-i386: Fix vm86 mode regression introduced in fd460606fd6f.
[qemu/ar7.git]
/
stubs
/
iothread-lock.c
blob
5d8aca1b37d63cba061b9bee43162b4fb905e9a3
1
#include
"qemu-common.h"
2
#include
"qemu/main-loop.h"
3
4
void
qemu_mutex_lock_iothread
(
void
)
5
{
6
}
7
8
void
qemu_mutex_unlock_iothread
(
void
)
9
{
10
}