hi, on qemu 1.0.1, i am trying to share a host directory with the Windows guest like below:
qemu-system-i386 -enable-kvm -m 1000 -net nic,model=rtl8139 -net user,smb=/tmp img.winxp but in the guest, \\10.0.2.4 doesnt show me any shared directory. i already run Samba on the host (default configuration). did i miss something, or is it a bug?? thanks, Jun