]> Git Repo - qemu.git/commit - hw/9pfs/9p.c
qemu-virtio-9p: Implement TREADLINK operation for 9p2000.L
authorM. Mohan Kumar <[email protected]>
Tue, 14 Sep 2010 09:38:25 +0000 (15:08 +0530)
committerAnthony Liguori <[email protected]>
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 <[email protected]>
Reviewed-by: Aneesh Kumar K.V <[email protected]>
Signed-off-by: Venkateswararao Jujjuri <[email protected]>
hw/virtio-9p-debug.c
hw/virtio-9p.c
hw/virtio-9p.h
This page took 0.026343 seconds and 4 git commands to generate.