From owner-freebsd-virtualization@FreeBSD.ORG Sun Oct 6 05:25:42 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 A3C2FCB3; Sun, 6 Oct 2013 05:25:42 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7457627AA; Sun, 6 Oct 2013 05:25:42 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id kl14so5840108pab.25 for ; Sat, 05 Oct 2013 22:25:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=2xuG96hez4wKIteAvlQfI+dI9D0XIlTEwbt0pDGkZXs=; b=pSy3vzx6mMZJFK85n8kXJajvxvGMn/aHKHgc9JC07K6B/5oDRmzEMrDC6oSGUPkZul XSx8bDujk8BsJeVNFepRJj6VXbH02EJ43tHKb5HIOAswD8GDIt7foXjOfESPcrdhgG3t itBauj9k+A8P3lMjP2OEWZC0o7g2qRg2kgvIrZgBq1BsuO2HnZhzHKtcBmYNNWDPgzrC AS5kxDvQVXHx0RT5L8dQ1MjNNNUjBUqM5CStebfQlaJaOuStvZwWMXiCsFS05rGzoFjl nLIBIBlMAo/bKoPXjEcgbf1RygZFWZ0zTeC3x8toudJrK2qlsDKb5bOhIULUiVnRGSVl BevQ== MIME-Version: 1.0 X-Received: by 10.68.218.69 with SMTP id pe5mr23693779pbc.71.1381037141980; Sat, 05 Oct 2013 22:25:41 -0700 (PDT) Received: by 10.68.253.162 with HTTP; Sat, 5 Oct 2013 22:25:41 -0700 (PDT) In-Reply-To: <201310052122.r95LMZBr052297@svn.freebsd.org> References: <201310052122.r95LMZBr052297@svn.freebsd.org> Date: Sun, 6 Oct 2013 01:25:41 -0400 Message-ID: Subject: Re: svn commit: r256072 - in head: lib/libvmmapi sys/amd64/amd64 sys/amd64/include sys/amd64/vmm sys/amd64/vmm/amd sys/amd64/vmm/intel sys/amd64/vmm/io usr.sbin/bhyve usr.sbin/bhyvectl usr.sbin/bhyveload From: Aryeh Friedman To: Neel Natu , "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Sun, 06 Oct 2013 05:25:42 -0000 A few questions on this commit and the ones Peter did yesterday: * Does this mean bhyve can now run recursively (using a guest as a host)? * If not what new functionality does this allow? * The new arg for allowing ahci cd's and disks allows for cd and disk host devices to be passed to the guest but the -d option still must be a file?