mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/9pfs: Add yield support for symlin coroutine
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
This commit is contained in:
parent
baaa86d9f5
commit
02ac7a34ff
2 changed files with 22 additions and 0 deletions
|
@ -86,4 +86,6 @@ extern int v9fs_co_lremovexattr(V9fsState *, V9fsString *, V9fsString *);
|
|||
extern int v9fs_co_closedir(V9fsState *, V9fsFidState *);
|
||||
extern int v9fs_co_close(V9fsState *, V9fsFidState *);
|
||||
extern int v9fs_co_fsync(V9fsState *, V9fsFidState *, int);
|
||||
extern int v9fs_co_symlink(V9fsState *, V9fsFidState *, const char *,
|
||||
const char *, gid_t);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue