From owner-freebsd-xen@freebsd.org Mon Jul 30 10:19:34 2018 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 340F010518CB for ; Mon, 30 Jul 2018 10:19:34 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C62EE91C51; Mon, 30 Jul 2018 10:19:33 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from localhost (95.red-88-3-119.dynamicip.rima-tde.net [88.3.119.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: royger) by smtp.freebsd.org (Postfix) with ESMTPSA id 23830969A; Mon, 30 Jul 2018 10:19:32 +0000 (UTC) (envelope-from royger@FreeBSD.org) Date: Mon, 30 Jul 2018 12:19:24 +0200 From: Roger Pau =?utf-8?B?TW9ubsOp?= To: Roger Pau =?utf-8?B?TW9ubsOp?= Cc: freebsd-xen@freebsd.org Subject: Re: HEADS UP: merged PVHv2 support and future plans Message-ID: <20180730101924.aatt5ug33kg6dfil@mac.bytemobile.com> References: <20180719090444.jojyziar2c6wy735@mac> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180719090444.jojyziar2c6wy735@mac> User-Agent: NeoMutt/20180716 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2018 10:19:34 -0000 On Thu, Jul 19, 2018 at 11:04:44AM +0200, Roger Pau Monné wrote: [...] > After introducing PVHv2 PVHv1 was deprecated and PVHv1 has been > removed from the hypervisor in recent versions, that's why the Xen > ports package is still stuck with Xen 4.7, because later versions > removed PVHv1 support. With the addition of PVHv2 to FreeBSD the port > can be updated to newer Xen versions and we can move forward. Packages for Xen 4.11 are now available in pkg. Remember that in order to use those you need a very recent FreeBSD kernel (r336475 or newer) and the Xen command line has slightly changed, so dom0=pvh must be used instead of dom0pvh in order to boot. I will see about changing this in the handbook. Roger.