mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw/9pfs: Update v9fs_symlink to use coroutines
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
02ac7a34ff
commit
3fa2a8d1cd
2 changed files with 28 additions and 76 deletions
|
@ -305,18 +305,6 @@ typedef struct V9fsWstatState
|
|||
struct stat stbuf;
|
||||
} V9fsWstatState;
|
||||
|
||||
typedef struct V9fsSymlinkState
|
||||
{
|
||||
V9fsPDU *pdu;
|
||||
size_t offset;
|
||||
V9fsString name;
|
||||
V9fsString symname;
|
||||
V9fsString fullname;
|
||||
V9fsFidState *dfidp;
|
||||
V9fsQID qid;
|
||||
struct stat stbuf;
|
||||
} V9fsSymlinkState;
|
||||
|
||||
typedef struct V9fsIattr
|
||||
{
|
||||
int32_t valid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue