From owner-freebsd-virtualization@FreeBSD.ORG Sat Oct 5 02:24:21 2013 Return-Path: Delivered-To: freebsd-virtualization@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B32B6247 for ; Sat, 5 Oct 2013 02:24:21 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 737CB2366 for ; Sat, 5 Oct 2013 02:24:21 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id B4CD611F4E; Sat, 5 Oct 2013 12:24:13 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local (c-67-161-27-37.hsd1.ca.comcast.net [67.161.27.37]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BPA50744 (AUTH peterg@ptree32.com.au); Sat, 5 Oct 2013 12:24:12 +1000 Message-ID: <524F7849.4040607@freebsd.org> Date: Fri, 04 Oct 2013 19:24:09 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Aryeh Friedman Subject: Re: svn commit: r256056 - head/usr.sbin/bhyve References: <201310041831.r94IVcLJ067283@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@FreeBSD.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2013 02:24:21 -0000 Hi Aryeh, > Does this mean it will now take /dev/cdX as a parameter? Not yet: there's some other issues to resolve with that. AHCI/ATAPI drives will show up as /dev/cdX in the guest, though. later, Peter.