> maybe if i could slip in a last question - can I share a folder between the 
> host
> and the guest ?

If you use -net user (which is the default) and you have Samba
installed in the host, you can use -smb <path to the shared folder>
and see that folder in:

\\10.0.2.4\qemu

Check QEMU command line options:

-tftp prefix    allow tftp access to files starting with prefix [-net user]
-smb dir        allow SMB access to files in 'dir' [-net user]
-redir [tcp|udp]:host-port:[guest-host]:guest-port
                redirect TCP or UDP connections from host to guest [-net user]

Those are the ones I use. If you use tftp access, the tftp server is
on 10.0.2.2.

Cheers,
Jorge

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to