mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
hw/9pfs: Update v9fs_getattr to use coroutines
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
This commit is contained in:
parent
172198d4db
commit
8db21ce73a
2 changed files with 19 additions and 46 deletions
|
@ -278,14 +278,6 @@ typedef struct V9fsStatDotl {
|
|||
uint64_t st_data_version;
|
||||
} V9fsStatDotl;
|
||||
|
||||
typedef struct V9fsStatStateDotl {
|
||||
V9fsPDU *pdu;
|
||||
size_t offset;
|
||||
V9fsStatDotl v9stat_dotl;
|
||||
struct stat stbuf;
|
||||
} V9fsStatStateDotl;
|
||||
|
||||
|
||||
typedef struct V9fsWalkState {
|
||||
V9fsPDU *pdu;
|
||||
size_t offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue