mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw/9pfs: Add yield support for link 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
3fa2a8d1cd
commit
c6c069b0c5
2 changed files with 15 additions and 0 deletions
|
@ -88,4 +88,5 @@ 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);
|
||||
extern int v9fs_co_link(V9fsState *, V9fsString *, V9fsString *);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue