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/hppa: Implement PSW_X
[qemu/ar7.git]
/
stubs
/
iothread-lock.c
blob
d7890e5581c5c29b69d18e9e27f509e453c739e5
1
#include
"qemu/osdep.h"
2
#include
"qemu/main-loop.h"
3
4
bool
bql_locked
(
void
)
5
{
6
return false
;
7
}
8
9
void
bql_lock_impl
(
const char
*
file
,
int
line
)
10
{
11
}
12
13
void
bql_unlock
(
void
)
14
{
15
}