diff options
author | Venkateswararao Jujjuri | 2011-08-08 20:24:08 +0200 |
---|---|---|
committer | Aneesh Kumar K.V | 2011-08-22 05:51:42 +0200 |
commit | 36f8981f0104520d0b5d964ca55d4bb56c33919a (patch) | |
tree | d440589b925c561f63657bb794fa7c40868b67ea /hw/9pfs/virtio-9p.h | |
parent | hw/9pfs: Add yield support for open2 coroutine (diff) | |
download | qemu-36f8981f0104520d0b5d964ca55d4bb56c33919a.tar.gz qemu-36f8981f0104520d0b5d964ca55d4bb56c33919a.tar.xz qemu-36f8981f0104520d0b5d964ca55d4bb56c33919a.zip |
hw/9pfs: Update v9fs_lcreate 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>
Diffstat (limited to 'hw/9pfs/virtio-9p.h')
-rw-r--r-- | hw/9pfs/virtio-9p.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/9pfs/virtio-9p.h b/hw/9pfs/virtio-9p.h index edf34134ba..97ceb7228a 100644 --- a/hw/9pfs/virtio-9p.h +++ b/hw/9pfs/virtio-9p.h @@ -236,17 +236,6 @@ typedef struct V9fsCreateState { int iounit; } V9fsCreateState; -typedef struct V9fsLcreateState { - V9fsPDU *pdu; - size_t offset; - V9fsFidState *fidp; - V9fsQID qid; - int32_t iounit; - struct stat stbuf; - V9fsString name; - V9fsString fullname; -} V9fsLcreateState; - typedef struct V9fsStatState { V9fsPDU *pdu; size_t offset; |