From owner-freebsd-virtualization@FreeBSD.ORG Wed Oct 22 22:06:07 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F21C6EBB; Wed, 22 Oct 2014 22:06:06 +0000 (UTC) Received: from mail-vc0-x233.google.com (mail-vc0-x233.google.com [IPv6:2607:f8b0:400c:c03::233]) (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 9E8FFB0F; Wed, 22 Oct 2014 22:06:06 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id im17so2660857vcb.10 for ; Wed, 22 Oct 2014 15:06:05 -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 :cc:content-type; bh=45WvFXOzIl9TZ5rTT3oSpEWjNMsjYO9zIgxyBEOMliE=; b=o9ljE4OgAl8a2w04j3idO5gAy3V16eZtWysRwIqgJQ4NEuApYgiAP7J/ufUI5KUk2n CuHviZdl8CatGv1TdT/ADAZqGiOBQATaSfWyZdePjoA2uLc4S9xm7c2BaeCAIj3sJIhr PtZx1FWitymUg2fezYhPUdZftfiQB4G2CmIQSgpXpMd859i3FYPWrbU9iRln2IdJeYt6 XiEbFt3z3iHIypXrpd5Cs510XgRzuCejrRNFF6qmt4sxOS9ToVjHo+vN68EeddEzoyL/ 1KPTBGyqlO7//dVqBsz7WHedmS7mcC5myMt5SfZQ3IhuvhtbiJ+bO5NWEzdWM0qmORSA AkYQ== MIME-Version: 1.0 X-Received: by 10.52.78.162 with SMTP id c2mr488959vdx.3.1414015565720; Wed, 22 Oct 2014 15:06:05 -0700 (PDT) Received: by 10.220.150.68 with HTTP; Wed, 22 Oct 2014 15:06:05 -0700 (PDT) In-Reply-To: References: <54481701.3050907@freebsd.org> Date: Wed, 22 Oct 2014 18:06:05 -0400 Message-ID: Subject: Re: Native Linux guest in Bhyve (no grub2-bhyve) status? From: Conrad Rad To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 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: Wed, 22 Oct 2014 22:06:07 -0000 On Wed, Oct 22, 2014 at 5:58 PM, Craig Rodrigues wrote: > I raised the issue you brought up with respect to libvirt, and some other > deficiencies in the current libvirt + byve > implementation. See this discussion: > https://lists.freebsd.org/pipermail/freebsd-virtualization/2014-October/002857.html Hi Craig, Thanks, I've read that thread. Ideally libvirt/bhyve can just use a generic loader rather than special casing bhyveloader and grub2-bhyve. How are you envisioning one indicating to libvirt which loader to use / what the guest OS is? Thanks, Conrad