From owner-freebsd-virtualization@FreeBSD.ORG Thu Oct 23 23:21:22 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 0E751956; Thu, 23 Oct 2014 23:21:22 +0000 (UTC) Received: from mail-yh0-x231.google.com (mail-yh0-x231.google.com [IPv6:2607:f8b0:4002:c01::231]) (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 B667A122; Thu, 23 Oct 2014 23:21:21 +0000 (UTC) Received: by mail-yh0-f49.google.com with SMTP id a41so1138040yho.36 for ; Thu, 23 Oct 2014 16:21:21 -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:content-transfer-encoding; bh=Q3byFZKza3EnoJSvo8w/+UGHFIFAj/oSBskpekL13a8=; b=KHXxo/jZrSCZ12A3we8d0IxOHskKZlUPPEDAJ+CFFCG/3YwKu0+Ww9P+9E6TO8meTW ea+xmxOb9RE0bmfuulcJZOdXXXbSps8g11mJSi7+Dojpcmkf6ZQMUP+pQTpclsHL6G0q okCowJnwl+WsouWpgCbiohAAMkst74xfHMPUhwlnlTTJ0lCufnBJemTdw1NYCsVsf0sO +sH/LmdjNfZHxO51SlGRaQeMLY/Bv7mw/ZazBaltsu6W4xCsY4m6/0gRNJZvnaECcVsU hhrLHgvDauijuCVmGrRoDMK2EB/0M/BotsWc1LxJ05RVw91p42z6v5h/yNsRArIhlB9X tCAw== MIME-Version: 1.0 X-Received: by 10.170.60.197 with SMTP id c188mr609075ykc.61.1414106480937; Thu, 23 Oct 2014 16:21:20 -0700 (PDT) Received: by 10.220.150.68 with HTTP; Thu, 23 Oct 2014 16:21:20 -0700 (PDT) In-Reply-To: References: <1414094284-29055-1-git-send-email-cse.cem@gmail.com> <1414094284-29055-2-git-send-email-cse.cem@gmail.com> <54498764.6080404@freebsd.org> Date: Thu, 23 Oct 2014 19:21:20 -0400 Message-ID: Subject: Re: [PATCH 1/2] bhyve: Support /domain/bootloader configuration for non-FreeBSD guests. From: Conrad Rad To: Peter Grehan Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Conrad Meyer , "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: Thu, 23 Oct 2014 23:21:22 -0000 On Thu, Oct 23, 2014 at 7:16 PM, Conrad Rad wrote: > I'll need to change the > domain parsing code to allow hvm domains to set options =E2= =80=94 > currently it only allows xen domains to do so. My bad, I read that wrong. It defaults to "xen" if no OS type is otherwise specified and you specify a . Best, Conrad