mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
hw/9pfs: Update v9fs_remove 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
b4b1537b96
commit
ae1ef571fc
2 changed files with 13 additions and 43 deletions
|
@ -333,12 +333,6 @@ typedef struct V9fsWriteState {
|
|||
int cnt;
|
||||
} V9fsWriteState;
|
||||
|
||||
typedef struct V9fsRemoveState {
|
||||
V9fsPDU *pdu;
|
||||
size_t offset;
|
||||
V9fsFidState *fidp;
|
||||
} V9fsRemoveState;
|
||||
|
||||
typedef struct V9fsWstatState
|
||||
{
|
||||
V9fsPDU *pdu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue