From owner-freebsd-virtualization@FreeBSD.ORG Mon Jun 9 19:46:17 2014 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 ESMTPS id 6622B292; Mon, 9 Jun 2014 19:46:17 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 894952B21; Mon, 9 Jun 2014 19:46:16 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id pn19so3343901lab.20 for ; Mon, 09 Jun 2014 12:46:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=94LvD3hcrk5cJg9dZRflx7B7TBxes8td1yvCgpxfg64=; b=haGtG7nkVWhvkB2Zetsummg+w4IZ7lgmJrTEP3WxkHMkBcFOn2lWq9RS3nMWjIk0rf fRbGhq+K06SxDZ04O3KXe0zQiE0RQJy+FpznapXgOUJ5Fjfg7+tw6DmeC64M+M9fw9kd chyzi89J67BeHIqVmFlHJopyTwasmuY9U4CjcU1znuhX9BawY7gNEdRqDZeOSJowT6EE RsVQdQFcPUBCyZ++LmZGBzJ65pf1POBa6R3+FomPGt7roxzIU/i3QJG2rqK5j/1tpeD+ Yty9PSPUiVAFLUjlsR766tj/NM/SSEHoa+qhGvAXv0KU4se6DCYKjGZmOqzJ98kCjx40 LUxg== MIME-Version: 1.0 X-Received: by 10.112.218.74 with SMTP id pe10mr18283328lbc.3.1402343174393; Mon, 09 Jun 2014 12:46:14 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Mon, 9 Jun 2014 12:46:14 -0700 (PDT) Date: Mon, 9 Jun 2014 12:46:14 -0700 X-Google-Sender-Auth: pFoCcppc8T-MHIhv2oKtrUlqw-M Message-ID: Subject: Enabling bhyve support in devel/libvirt port From: Craig Rodrigues To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 Cc: Jason Helfman X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18 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 Jun 2014 19:46:17 -0000 Hi, For anyone interested in playing with libvirt and bhyve, I submitted these two patches to the devel/libvirt port: -> "devel/libvirt: enable BHYVE by default on FreeBSD 10" https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190767 -> "devel/libvirt: configure checks for bhyve are broken " https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190783 You need to manually rebuild the libvirt port. The prebuilt libvirt port available via "pkg install libvirt" has bhyve support disabled by default. -- Craig