mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/9pfs: Add yield support for open and opendir coroutine
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
This commit is contained in:
parent
e4e414a427
commit
f6b7f0ab5c
3 changed files with 34 additions and 0 deletions
|
@ -77,4 +77,6 @@ extern int v9fs_co_mkdir(V9fsState *, char *, mode_t, uid_t, gid_t);
|
|||
extern int v9fs_co_remove(V9fsState *, V9fsString *);
|
||||
extern int v9fs_co_rename(V9fsState *, V9fsString *, V9fsString *);
|
||||
extern int v9fs_co_fstat(V9fsState *, int, struct stat *);
|
||||
extern int v9fs_co_opendir(V9fsState *, V9fsFidState *);
|
||||
extern int v9fs_co_open(V9fsState *, V9fsFidState *, int);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue