Statistics
| Branch: | Revision:

root / hw / virtio-9p-xattr.c @ 5ee8ad71

History | View | Annotate | Download (3.8 kB)

# Date Author Comment
0562c674 12/03/2010 02:08 am Kusanagi Kouichi

virtio-9p: Check the return value of llistxattr.

If llistxattr returned 0, qemu aborts.

Signed-off-by: Kusanagi Kouichi <>
Signed-off-by: Venkateswararao Jujjuri <>

fc22118d 10/20/2010 08:10 pm Aneesh Kumar K.V

virtio-9p: Use layered xattr approach

We would need this to make sure we handle the mapped
security model correctly for different xattr names.

Signed-off-by: Aneesh Kumar K.V <>
Signed-off-by: Venkateswararao Jujjuri <>

70fc55eb 10/20/2010 08:10 pm Aneesh Kumar K.V

virtio-9p: Support mapped posix acl

Signed-off-by: Aneesh Kumar K.V <>
Signed-off-by: Venkateswararao Jujjuri <>