From owner-freebsd-virtualization@FreeBSD.ORG Wed Oct 22 22:48:39 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 5A1AC7F6; Wed, 22 Oct 2014 22:48:39 +0000 (UTC) Received: from mail-vc0-x235.google.com (mail-vc0-x235.google.com [IPv6:2607:f8b0:400c:c03::235]) (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 04DDDE82; Wed, 22 Oct 2014 22:48:38 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id le20so2648777vcb.40 for ; Wed, 22 Oct 2014 15:48:38 -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=wBNqcd+s24qzHqPd8vbxYLwlXLh7yEjnIxTPNIZK988=; b=CHY5WIlmcW1hVUQR9Z51PTU31xEZxN9K4oLWr9v+zzLCwITBMed0BDg9FS0IlP4Kg9 aQft7wUxvDuyeE3lkYv/f9ANZLSHXfPOBc88rybwXHSkQiSMcW8r9Czm7zce6nutoHE3 2jdARWgrqS1dzwIo9jsYoUzduUkxd8bL/j1G6+svmrtWsbCCk5bTLSVfmuNORQXxYJxy inqJTlDSwNLH0eGJBhe3x+p5d8Fbed3tvnJQqTmwU74JENyHEw5qve2/2zc0w5FqJVN+ e3QL5Jq+3eyxvXq54H0FN4MDwxvz9IafYdjEoc0Uwm8iJixtdGTHdxkWoe16xMFxOsV/ 4apQ== MIME-Version: 1.0 X-Received: by 10.221.63.8 with SMTP id xc8mr708687vcb.37.1414018118198; Wed, 22 Oct 2014 15:48:38 -0700 (PDT) Received: by 10.220.150.68 with HTTP; Wed, 22 Oct 2014 15:48:38 -0700 (PDT) In-Reply-To: References: <54481701.3050907@freebsd.org> Date: Wed, 22 Oct 2014 18:48:38 -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:48:39 -0000 On Wed, Oct 22, 2014 at 6:40 PM, Craig Rodrigues wrote: > > On Wed, Oct 22, 2014 at 3:06 PM, Conrad Rad wrote: >> >> How are you envisioning one indicating to libvirt which loader to use >> / what the guest OS is? >> > > It's mentioned in this followup: > > https://lists.freebsd.org/pipermail/freebsd-virtualization/2014-October/002859.html Thanks. After it is fixed, we should probably get that documented on http://libvirt.org/drvbhyve.html . Conrad