On Wed, Jan 30, 2013 at 01:57:24PM +0200, Sava Teodor wrote:
Yes. The virtual users folder resides on the virtio-9p filesystem.
The bug seems to be that link(2) returns EXDEV.
Looking at the code for link in 9pfs, it seems wrong to me (why is it passing "" for the oldpath argument?)
http://git.qemu.org/?p=qemu.git;a=blob;f=hw/9pfs/virtio-9p-handle.c;h=e30fdb...
My suggestion would be that you try using the 'ln' command on a 9pfs filesystem, and if it doesn't work as expected report it as a bug to upstream qemu.
Rich.