From owner-freebsd-virtualization@FreeBSD.ORG Fri Aug 15 23:26:51 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AB3A88D; Fri, 15 Aug 2014 23:26:51 +0000 (UTC) Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (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 8D3562AB2; Fri, 15 Aug 2014 23:26:50 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id z11so2445029lbi.17 for ; Fri, 15 Aug 2014 16:26:48 -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=N4tkImAiRb5laLnXG2HAeJcTMuCHm+RU2UIveuL/4JQ=; b=nYVR7S+xw/b1RPxnKet5XE9bLUB9ZkjNXiPp9oANpCb7oNN3cWuxdvdbdO7DcSZYDA KwZO4fOnI7Krbe1XG0U5Y1caZFdWFSN2WUo/qu9vSPltMbwA05Kt1TN8/Z9Ae0is5x7k cv8oM2504nC5zRgBVTPL3qM84TbSUXmxqyMdOU7lTJ3OSQ8JuyMokefJqZhU2VV7Mpd6 /UScwQknRNvJc9R3H5tOEBjBCNEr9bp92xLcnyhauScGNaQ9+5jKpkmCGYR2iuNVGE/2 dgINvoJ3nzz+gzOm63pNep+aPd2TZhRh7si+lHNfz45+1BtCE4qsWZPrMO9McTHynrIo ZhgA== MIME-Version: 1.0 X-Received: by 10.152.7.70 with SMTP id h6mr187404laa.96.1408145208399; Fri, 15 Aug 2014 16:26:48 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Fri, 15 Aug 2014 16:26:48 -0700 (PDT) Date: Fri, 15 Aug 2014 16:26:48 -0700 X-Google-Sender-Auth: kn0CEr3m_NU67cx6E01mXdd06ns Message-ID: Subject: Patch to virt-manager port for bhyve From: Craig Rodrigues To: Jason Helfman Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 15 Aug 2014 23:26:51 -0000 Jason, Can you apply this patch to the virt-manager port: https://people.freebsd.org/~rodrigc/libvirt/patch-virtmanager-bhyve.txt This allows using virt-manager to start a bhyve VM. I gave a presentation on this at Bay Area FreeBSD Users Group (BAFUG) recently: http://www.slideshare.net/CraigRodrigues1/libvirt-bhyve Roman Bogorodskiy has pushed a similar patch upstream, but the upstream virt-manager code now depends on gtk3, and we don't fully have that supported in ports yet. Getting the newer virt-manager in ports with gtk3 supported is a big job, that I don't have the bandwidth for right now, but this patch helps a lot. Thanks! -- Craig