diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-05-18 16:05:10 -0700 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-08-08 23:42:58 +0530 |
commit | 65c05f9a540faa9237301d8504a70ee7854eb910 (patch) | |
tree | 4635789852bb4e1e0ccf8671c318f561d5c1e7db /hw/9pfs/virtio-9p.h | |
parent | 4011ead2fdba4da764ffef3dbcf00d2f7772cdb9 (diff) | |
download | qemu-65c05f9a540faa9237301d8504a70ee7854eb910.zip |
hw/9pfs: Update v9fs_setattr 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 a62eda078a..6a82649205 100644 --- a/hw/9pfs/virtio-9p.h +++ b/hw/9pfs/virtio-9p.h @@ -374,14 +374,6 @@ typedef struct V9fsIattr int64_t mtime_nsec; } V9fsIattr; -typedef struct V9fsSetattrState -{ - V9fsPDU *pdu; - size_t offset; - V9fsIattr v9iattr; - V9fsFidState *fidp; -} V9fsSetattrState; - struct virtio_9p_config { /* number of characters in tag */ |