mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/9pfs: Add yield support to xattr related coroutine
This include llistxattr and lgetxattr. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
This commit is contained in:
parent
65c05f9a54
commit
1ceffa546a
3 changed files with 54 additions and 0 deletions
|
@ -68,4 +68,7 @@ extern int v9fs_co_chmod(V9fsState *, V9fsString *, mode_t);
|
|||
extern int v9fs_co_utimensat(V9fsState *, V9fsString *, struct timespec [2]);
|
||||
extern int v9fs_co_chown(V9fsState *, V9fsString *, uid_t, gid_t);
|
||||
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);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue