From owner-freebsd-virtualization@FreeBSD.ORG Mon Sep 9 08:47: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 CAB0767D for ; Mon, 9 Sep 2013 08:47:55 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pd0-x231.google.com (mail-pd0-x231.google.com [IPv6:2607:f8b0:400e:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A78592003 for ; Mon, 9 Sep 2013 08:47:55 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id y10so5897359pdj.36 for ; Mon, 09 Sep 2013 01:47:53 -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=FpzbT/4pULDPgv5U4xW++4ausRDIQiD3P/vRyvCW9Qc=; b=v/+Jh2TEpYAS95jQAwYNMeZiMDns3cwYF6Pff7yUyrvd3LPSeDmE85cw+PpppBzn7H gPXbaCZN85igA9icboziNh8dUKNAQgaPhDEfdUuXtovbNEQbU845H+t9sTKw3hHA5McF mKxchBlTMAwpFqSloRqxbC2Zn6jR8ds69jGErrEXGaQzqqjAMKaRibcWu935duO/jKrg N1OcWaR5RmWfTtkz2XVb4plmD5omaSE3uS6DryeASazi++Px6D+oGaiCIQy+yJdSIgeR rgNY/e0zvLKIv4coSvnelvQFEEG8ourGJFPyBMqI73/kSasMzi8Tyt0CFsbdTUYAFmjT 4uzw== MIME-Version: 1.0 X-Received: by 10.66.158.131 with SMTP id wu3mr787541pab.181.1378716473837; Mon, 09 Sep 2013 01:47:53 -0700 (PDT) Received: by 10.68.203.193 with HTTP; Mon, 9 Sep 2013 01:47:53 -0700 (PDT) Date: Mon, 9 Sep 2013 04:47:53 -0400 Message-ID: Subject: bhyve a no on rootbsd From: Aryeh Friedman To: "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: Mon, 09 Sep 2013 08:47:55 -0000 The host: CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (2400.06-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x206c2 Family = 0x6 Model = 0x2c Stepping = 2 Features=0x1781fbff Features2=0x80982201 AMD Features=0x20100800 AMD Features2=0x1 Kldstat: Id Refs Address Size Name 1 10 0xffffffff80200000 1695318 kernel 2 1 0xffffffff81896000 a6c8 if_tap.ko 3 1 0xffffffff818a1000 12f60 if_bridge.ko 4 2 0xffffffff818b4000 8c90 bridgestp.ko 5 1 0xffffffff81c12000 16d947 vmm.ko Attempted script: truncate -s 80G /vms/test ifconfig tap0 destroy ifconfig tap0 create ifconfig tap0 up sleep 5 ifconfig bridge0 addm tap0 up /usr/sbin/bhyvectl --vm=firstPublicInstance --destroy /usr/sbin/bhyveload -m 512 -d /vms/cds/release.iso firstPublicInstance /usr/sbin/bhyve -c 1 -m 512 -AI -H -P -g 0 -s 0:0,hostbridge -s 1:0,virtio-net,tap0 -s 2:0,virtio-blk,/vms/test -s 3:0,virtio-blk,/vms/cds/release.iso -S 31,uart,stdio firstPublicInstance ifconfig tap0 destroy ifconfig tap0 create ifconfig tap0 up sleep 5 ifconfig bridge0 addm tap0 up /usr/sbin/bhyvectl --vm=firstPublicInstance --destroy /usr/sbin/bhyveload -m 512 -d /vms/test firstPublicInstance /usr/sbin/bhyve -c 1 -m 512 -AI -H -P -g 0 -s 0:0,hostbridge -s 1:0,virtio-net,tap0 -s 2:0,virtio-blk,/vms/test -S 31,uart,stdio firstPublicInstance* *