c5c7d3f0 | 11-Jan-2012 |
Stefan Weil <sw@weilnetz.de> |
virtfs-proxy-helper: Add missing printf format attribute
Every function with printf like arguments must have it (see file HACKING), so add it.
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off
virtfs-proxy-helper: Add missing printf format attribute
Every function with printf like arguments must have it (see file HACKING), so add it.
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
show more ...
|
e7e4a6cc | 11-Jan-2012 |
Stefan Weil <sw@weilnetz.de> |
virtfs-proxy-helper: Clean include files
The common standard include files are already included via qemu-common.h, and for the socket related include files there is qemu_socket.h, so the code can be
virtfs-proxy-helper: Clean include files
The common standard include files are already included via qemu-common.h, and for the socket related include files there is qemu_socket.h, so the code can be reduced by some lines.
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
show more ...
|
ea75fc4e | 14-Dec-2011 |
M. Mohan Kumar <mohan@in.ibm.com> |
hw/9pfs: File ownership and others
Add file ownership interfaces like chmod/chown, utime update, rename, remove and truncating files for proxy FS
Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com> Si
hw/9pfs: File ownership and others
Add file ownership interfaces like chmod/chown, utime update, rename, remove and truncating files 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>
show more ...
|
39f8c32c | 14-Dec-2011 |
M. Mohan Kumar <mohan@in.ibm.com> |
hw/9pfs: Create other filesystem objects
Add interfaces to create filesystem objects like directory, device nodes, symbolic links, links for proxy filesytem driver
Signed-off-by: M. Mohan Kumar <mo
hw/9pfs: Create other filesystem objects
Add interfaces to create filesystem objects like directory, device nodes, symbolic links, links for proxy filesytem driver
Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
show more ...
|