projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9e4046
)
9pfs: add missing coroutine_fn annotations
author
Greg Kurz
<groug@kaod.org>
Fri, 25 Nov 2016 11:54:21 +0000
(12:54 +0100)
committer
Greg Kurz
<groug@kaod.org>
Wed, 25 Jan 2017 08:34:35 +0000
(09:34 +0100)
Signed-off-by: Greg Kurz <groug@kaod.org>
hw/9pfs/9p.c
patch
|
blob
|
history
diff --git
a/hw/9pfs/9p.c
b/hw/9pfs/9p.c
index fa58877570f6d38b446805b62eb2f27f33a18cbf..58310ca8d5a56175b88205ab0822fb3c5fb2734f 100644
(file)
--- a/
hw/9pfs/9p.c
+++ b/
hw/9pfs/9p.c
@@
-1571,7
+1571,7
@@
out_nofid:
v9fs_string_free(&name);
}
-static void v9fs_fsync(void *opaque)
+static void
coroutine_fn
v9fs_fsync(void *opaque)
{
int err;
int32_t fid;
@@
-2337,7
+2337,7
@@
out_nofid:
v9fs_string_free(&symname);
}
-static void v9fs_flush(void *opaque)
+static void
coroutine_fn
v9fs_flush(void *opaque)
{
ssize_t err;
int16_t tag;