From owner-svn-ports-head@FreeBSD.ORG Tue Jun 4 21:47:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 92F08224; Tue, 4 Jun 2013 21:47:59 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 85B141DAE; Tue, 4 Jun 2013 21:47:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r54Llxri086741; Tue, 4 Jun 2013 21:47:59 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r54LlxhU086740; Tue, 4 Jun 2013 21:47:59 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201306042147.r54LlxhU086740@svn.freebsd.org> From: Juergen Lock Date: Tue, 4 Jun 2013 21:47:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319916 - head/emulators/qemu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 21:47:59 -0000 Author: nox Date: Tue Jun 4 21:47:59 2013 New Revision: 319916 URL: http://svnweb.freebsd.org/changeset/ports/319916 Log: Update pkg-message a bit for the old qemu version too. Reminded by: bapt Modified: head/emulators/qemu/pkg-message (contents, props changed) Modified: head/emulators/qemu/pkg-message ============================================================================== --- head/emulators/qemu/pkg-message Tue Jun 4 21:47:38 2013 (r319915) +++ head/emulators/qemu/pkg-message Tue Jun 4 21:47:59 2013 (r319916) @@ -1,10 +1,9 @@ FreeBSD host notes ================== -- Needs to run as root in order to use /dev/tap* networking (why?) (actually - RELENG_6 and above now has a sysctl net.link.tap.user_open to allow users to - use it too. Don't forget to adjust device node permissions in - /etc/devfs.rules.) +- 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. - 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 @@ -45,8 +44,8 @@ FreeBSD host notes the same way. - The -smb option (smb-export local dir to guest using the default - slirp networking) needs the net/samba34 port/package installed - in addition to qemu. + slirp networking) needs the net/samba36 port/package installed + in addition to qemu. (SAMBA knob.) - If you want to use usb devices connected to the host in the guest (usb_add host:... monitor command; this doesn't work on FreeBSD 8 and