diff options
author | M. Mohan Kumar <mohan@in.ibm.com> | 2011-12-14 13:58:46 +0530 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2012-01-04 20:20:46 +0530 |
commit | d52b09e475317a723273e1a236e6d5e27613c634 (patch) | |
tree | 6c74ad2e328fa0494615d68c89a379b7904967d9 /hw/9pfs/virtio-9p-proxy.h | |
parent | ea75fc4ec581ab4dd072ab208f9689fa86ab73f3 (diff) | |
download | qemu-d52b09e475317a723273e1a236e6d5e27613c634.zip |
hw/9pfs: xattr interfaces in proxy filesystem driver
Add xattr support for proxy FS
Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'hw/9pfs/virtio-9p-proxy.h')
-rw-r--r-- | hw/9pfs/virtio-9p-proxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/9pfs/virtio-9p-proxy.h b/hw/9pfs/virtio-9p-proxy.h index bc5ba739bf..7b3b0a9a39 100644 --- a/hw/9pfs/virtio-9p-proxy.h +++ b/hw/9pfs/virtio-9p-proxy.h @@ -54,6 +54,10 @@ enum { T_UTIME, T_RENAME, T_REMOVE, + T_LGETXATTR, + T_LLISTXATTR, + T_LSETXATTR, + T_LREMOVEXATTR, }; typedef struct { |