]> git.proxmox.com Git - qemu.git/commit
hw/9pfs: Abstract open state of fid to V9fsFidOpenState
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 25 Oct 2011 06:40:40 +0000 (12:10 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 31 Oct 2011 07:04:17 +0000 (12:34 +0530)
commitcc720ddb5435ceaa4cda397ca3e74b099752b763
treed23fdd287d712eaf5465cb3a8a73963234e15c09
parent2c74c2cb4bedddbfa67628fbd5f9273b4e0e9903
hw/9pfs: Abstract open state of fid to V9fsFidOpenState

To implement synthetic file system in Qemu we may not really
require file descriptor and Dir *. Make generic code use
V9fsFidOpenState instead.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fsdev/file-op-9p.h
hw/9pfs/codir.c
hw/9pfs/cofile.c
hw/9pfs/virtio-9p-coth.h
hw/9pfs/virtio-9p-handle.c
hw/9pfs/virtio-9p-local.c
hw/9pfs/virtio-9p.c
hw/9pfs/virtio-9p.h