]> git.proxmox.com Git - qemu.git/commit
qemu: virtio-9p: Implement TMKNOD
authorM. Mohan Kumar <mohan@in.ibm.com>
Tue, 22 Jun 2010 06:54:09 +0000 (12:24 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 8 Sep 2010 17:26:40 +0000 (22:56 +0530)
commit5268cecc6d02b52f4aad92d418abce13edcfa579
tree2c184a750c6bab8da0365e8fa8c444016f1f84f3
parentc1568af597d71b2171c9b2ffffb336c2fdee205e
qemu: virtio-9p: Implement TMKNOD

Implement TMKNOD as part of 2000.L Work

Synopsis

    size[4] Tmknod tag[2] fid[4] name[s] mode[4] major[4] minor[4] gid[4]

    size[4] Rmknod tag[2] qid[13]

Description

    mknod asks the file server to create a device node with given device
    type, mode and gid. The qid for the new device node is returned with
    the mknod reply message.

Signed-off-by: M. Mohan Kumar <mohan@in.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