]> git.proxmox.com Git - qemu.git/commit
hw/9pfs: Add fs driver specific details to fscontext
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 2 Aug 2011 06:05:54 +0000 (11:35 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 22 Sep 2011 16:08:52 +0000 (21:38 +0530)
commit532decb715acb2e03bbe373c9bd914a8499896ee
tree9a0592b04564b0d2d2f61b2ef9dd2600c218c6eb
parent0174fe73e605311598d9e7f03e95be9705a3e0e7
hw/9pfs: Add fs driver specific details to fscontext

Add a new context flag PATHNAME_FSCONTEXT and indicate whether
the fs driver track fid using path names. Also add a private
pointer that help us to track fs driver specific values in there

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/cofs.c
hw/9pfs/coxattr.c
hw/9pfs/virtio-9p-device.c
hw/9pfs/virtio-9p-local.c
hw/9pfs/virtio-9p.c
hw/9pfs/virtio-9p.h