diff options
Diffstat (limited to 'emulators/qemu-devel/pkg-message')
-rw-r--r-- | emulators/qemu-devel/pkg-message | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/emulators/qemu-devel/pkg-message b/emulators/qemu-devel/pkg-message index 505d43c65f2a..42b5a63da5e4 100644 --- a/emulators/qemu-devel/pkg-message +++ b/emulators/qemu-devel/pkg-message @@ -5,18 +5,17 @@ FreeBSD host notes ================== - Needs to set net.link.tap.user_open sysctl in order to use /dev/tap* - networking as non-root. Don't forget to adjust device node permissions in - /etc/devfs.rules. + networking as non-root. Don't forget to adjust device node + permissions in /etc/devfs.rules. -- slirp (usermode networking) is fixed now in cvs, on FreeSBIE 1.0 guests you - still have to manually do: echo nameserver 10.0.2.3 >/etc/resolv.conf but - i've been told that that's normal. (fixed on FreeSBIE 1.1.) And you have - to wait a bit for dhclient to do its thing; traffic to address 10.0.2.2 is - routed to 127.1 on the host. +- slirp (usermode networking) is fixed now, you still have to manually + do: echo nameserver 10.0.2.3 >/etc/resolv.conf but that is normal. And + you have to wait a bit for dhclient to do its thing; traffic to + address 10.0.2.2 is routed to 127.1 on the host. -- The -smb option (smb-export local dir to guest using the default - slirp networking) needs the samba port/package installed - in addition to qemu. (SAMBA knob.) +- The -smb option (smb-export local dir to guest using the default slirp + networking) needs the samba port/package installed in addition to + qemu. (SAMBA knob.) - If you want to use usb devices connected to the host in the guest yot need either recent 10-current (not tested yet much) or you can @@ -33,8 +32,8 @@ FreeBSD host notes devfs_system_ruleset="ugen_ruleset" -- If you want to test the new (in 0.15.0) usb network redirection (USBREDIR - option) see this thread by Hans de Goede <hdegoede <at> redhat.com>: +- If you want to test the new usb network redirection (USBREDIR option) + see this thread by Hans de Goede <hdegoede <at> redhat.com>: http://thread.gmane.org/gmane.comp.emulators.qemu/110176/focus=110183 |