qemu hd.img -smb /path/to/dir1:share1,/path/to/dir2:share2
dir1 can be mounted as "share1", dir2 as "share2", etc. The number of shares is limited by a total of 1024 characters, but is otherwise unlimited. There is no sanity checking, as an error would simply cause the smb daemon to not launch but otherwise not affect the running of qemu. Using the old syntax:
qemu hd.img -smb /path/to/dirwill fall back to the old behavior of being shared at "qemu". The attached patch applies cleanly to current CVS, and updates vl.c and qemu-doc.texi (documentation update).
- Dave P.S. - Anyone want to tackle that compressed vm file? :D
smb-multishare.patch
Description: Binary data
_______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel