]> git.proxmox.com Git - qemu.git/commit - hw/9pfs/virtio-9p.h
qemu-virtio-9p: Implement TREADLINK operation for 9p2000.L
authorM. Mohan Kumar <mohan@in.ibm.com>
Tue, 14 Sep 2010 09:38:25 +0000 (15:08 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Oct 2010 17:10:58 +0000 (12:10 -0500)
commitdf0973a4650d4889463ff66cb6fbdf0ab8090c70
tree8ce2def5ae12f8b87e9ef0cdc1c05799b82353fd
parentb41e95d34877c1917ba9fca7ca8f5d4122d4c619
qemu-virtio-9p: Implement TREADLINK operation for 9p2000.L

Synopsis

        size[4] TReadlink tag[2] fid[4]
        size[4] RReadlink tag[2] target[s]

Description
        Readlink is used to return the contents of the symoblic link
        referred by fid. Contents of symboic link is returned as a
        response.

        target[s] - Contents of the symbolic link referred by fid.

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
hw/virtio-9p-debug.c
hw/virtio-9p.c
hw/virtio-9p.h