From owner-freebsd-virtualization@FreeBSD.ORG Sun Aug 11 18:33:55 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 5A449353 for ; Sun, 11 Aug 2013 18:33:55 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38FCA21EE for ; Sun, 11 Aug 2013 18:33:55 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id v10so2536360pde.10 for ; Sun, 11 Aug 2013 11:33:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=xUNatcyf175O47zBBNZaz1RdteAPv2tFpP8Q32IGKN4=; b=tf8ek49JO2PE0qJ/OUqcV286JWhkKnsG9VCUz85oANpenrGVRg99SXKxoNswIbi2rS Y+oCFBAsxybOOWh2nX69LXha/UTw0UpErvN9cgGn5WnIKpqCTk5YPmsxyXVWUE/NirDs IIbT0Gn6c5vUQhIJCNPQPqp+Yzdg4kFFJ9tc6Fv/HwlofknO4pSqz0WMyJVbb+8Hvrce 8x+ajP+zVezwsxR3oK3BiY77bszkrkPeNKaakF9AJjr1AqsAaP6hVCgOdtGbmgeQFt5E HtFi/BqoWBjdx6+4bg09Q78MMfuVvXl/Xu/NH5Ljak/eUfNfbsw2wCjHW4JyU9pIsbQU nL4g== MIME-Version: 1.0 X-Received: by 10.68.218.132 with SMTP id pg4mr20675691pbc.200.1376246034898; Sun, 11 Aug 2013 11:33:54 -0700 (PDT) Received: by 10.68.51.169 with HTTP; Sun, 11 Aug 2013 11:33:54 -0700 (PDT) Date: Sun, 11 Aug 2013 14:33:54 -0400 Message-ID: Subject: tech questions and development priorities for bhyve From: Aryeh Friedman To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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, 11 Aug 2013 18:33:55 -0000 First the questions: 1. How do I add a second block device as a disk? 2. Same question but for net interfaces? What are the relative priorities of the following bhyve features: 1. Eliminate need for guest OS to have virtio 2. Boots via BIOS and not FreeBSD bootloader 3. Non-virtio pass through (specifically USB) 4. Nested virtualization