summaryrefslogtreecommitdiffstats
path: root/hw/virtio-9p.h
diff options
context:
space:
mode:
authorArun R Bharadwaj <arun@linux.vnet.ibm.com>2010-07-28 14:10:22 +0530
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2010-09-08 22:58:40 +0530
commit8f4d1ca58fb7e1b9d6109a93bdab891b92cfd940 (patch)
tree605c77d3224135a9425c0f55f29a93f0e53b54ae /hw/virtio-9p.h
parentcf03eb2c18019e484ce1f436373e90e18835fb77 (diff)
downloadhqemu-8f4d1ca58fb7e1b9d6109a93bdab891b92cfd940.zip
hqemu-8f4d1ca58fb7e1b9d6109a93bdab891b92cfd940.tar.gz
[virtio-9p] This patch implements TLERROR/RLERROR on the qemu 9P server.
Signed-off-by: Arun R Bharadwaj <arun@linux.vnet.ibm.com> Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Diffstat (limited to 'hw/virtio-9p.h')
-rw-r--r--hw/virtio-9p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/virtio-9p.h b/hw/virtio-9p.h
index 016ba1d..0816ad6 100644
--- a/hw/virtio-9p.h
+++ b/hw/virtio-9p.h
@@ -13,6 +13,8 @@
#define VIRTIO_9P_MOUNT_TAG 0
enum {
+ P9_TLERROR = 6,
+ P9_RLERROR,
P9_TSTATFS = 8,
P9_RSTATFS,
P9_TLOPEN = 12,
OpenPOWER on IntegriCloud