OSDN Git Service

[virtio-9p] Introduce server side TFSYNC/RFSYNC for dotl
authorVenkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
Thu, 23 Sep 2010 00:18:33 +0000 (17:18 -0700)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Oct 2010 17:10:58 +0000 (12:10 -0500)
commitb41e95d34877c1917ba9fca7ca8f5d4122d4c619
tree9f6c5ed38ad9c9d467d8977ce11907babfd5b41a
parent8f35400358488ffa1147e9eab9e2c9cf0efd5e4e
[virtio-9p] Introduce server side TFSYNC/RFSYNC for dotl

SYNOPSIS
    size[4] Tfsync tag[2] fid[4]

    size[4] Rfsync tag[2]

DESCRIPTION

The Tfsync transaction transfers ("flushes") all modified in-core data of
file identified by fid to the disk device (or other  permanent  storage
device)  where that  file  resides.

Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
hw/virtio-9p-debug.c
hw/virtio-9p.c
hw/virtio-9p.h