mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
hw/9pfs: Add yield support to mknod coroutine
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
This commit is contained in:
parent
f10ff58d01
commit
00ace8c5c5
2 changed files with 23 additions and 0 deletions
|
@ -71,4 +71,6 @@ extern int v9fs_co_truncate(V9fsState *, V9fsString *, off_t);
|
|||
extern int v9fs_co_llistxattr(V9fsState *, V9fsString *, void *, size_t);
|
||||
extern int v9fs_co_lgetxattr(V9fsState *, V9fsString *,
|
||||
V9fsString *, void *, size_t);
|
||||
extern int v9fs_co_mknod(V9fsState *, V9fsString *, uid_t,
|
||||
gid_t, dev_t, mode_t);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue