diff options
author | Aneesh Kumar K.V | 2011-05-19 01:04:33 +0200 |
---|---|---|
committer | Aneesh Kumar K.V | 2011-08-08 20:12:58 +0200 |
commit | 8db21ce73aab5e8c47053c9a7d3a833ee62de2d4 (patch) | |
tree | e921a036e89b91687731507d5651e8b47db61b00 /hw/9pfs/virtio-9p.h | |
parent | hw/9pfs: Add yield support to lstat coroutine (diff) | |
download | qemu-8db21ce73aab5e8c47053c9a7d3a833ee62de2d4.tar.gz qemu-8db21ce73aab5e8c47053c9a7d3a833ee62de2d4.tar.xz qemu-8db21ce73aab5e8c47053c9a7d3a833ee62de2d4.zip |
hw/9pfs: Update v9fs_getattr to use coroutines
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'hw/9pfs/virtio-9p.h')
-rw-r--r-- | hw/9pfs/virtio-9p.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/9pfs/virtio-9p.h b/hw/9pfs/virtio-9p.h index eb6cd23540..a62eda078a 100644 --- a/hw/9pfs/virtio-9p.h +++ b/hw/9pfs/virtio-9p.h @@ -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; |