]> git.proxmox.com Git - mirror_qemu.git/commit - fsdev/file-op-9p.h
hw/9pfs: Move fid pathname tracking to seperate data type.
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 9 Sep 2011 09:44:18 +0000 (15:14 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 22 Sep 2011 16:08:52 +0000 (21:38 +0530)
commit2289be19aecc290263ef1f3c1f4a0e9ea32aaad6
treef9049e0b36dce4289995e8d3519b20255c4a4b7f
parent02cb7f3a256517cbf3136caff2863fbafc57b540
hw/9pfs: Move fid pathname tracking to seperate data type.

This enables us to add handles to track fids later. The
V9fsPath added is similar to V9fsString except that the
size include the NULL byte also.

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