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
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
[qemu/ar7.git]
/
stubs
/
replay-user.c
blob
2ad9e272037ae246ca09ca8ad545a9f06e29dfa7
1
#include
"qemu/osdep.h"
2
#include
"sysemu/replay.h"
3
#include
"sysemu/sysemu.h"
4
5
void
replay_bh_schedule_oneshot_event
(
AioContext
*
ctx
,
6
QEMUBHFunc
*
cb
,
void
*
opaque
)
7
{
8
aio_bh_schedule_oneshot
(
ctx
,
cb
,
opaque
);
9
}