From owner-freebsd-xen@freebsd.org Thu Jul 19 12:54:29 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 CBB1F1033C3D for ; Thu, 19 Jul 2018 12:54:29 +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 7C4518F771; Thu, 19 Jul 2018 12:54:29 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from localhost (49.red-88-3-118.dynamicip.rima-tde.net [88.3.118.49]) (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 A898126090; Thu, 19 Jul 2018 12:54:28 +0000 (UTC) (envelope-from royger@FreeBSD.org) Date: Thu, 19 Jul 2018 14:54:21 +0200 From: Roger Pau =?utf-8?B?TW9ubsOp?= To: Marcin Cieslak Cc: freebsd-xen@freebsd.org Subject: Re: HEADS UP: merged PVHv2 support and future plans Message-ID: <20180719125421.ckife3lqj337u3uy@mac> 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: User-Agent: NeoMutt/20180512 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: Thu, 19 Jul 2018 12:54:30 -0000 On Thu, Jul 19, 2018 at 12:46:07PM +0000, Marcin Cieslak wrote: > On Thu, 19 Jul 2018, Roger Pau Monné wrote: > > > Hello, > > > > Today I've merged PVHv2 support into FreeBSD, allowing FreeBSD to be > > used as a PVHv2 DomU and Dom0. While it's not a huge set of changes, > > I would *really* appreciate if people could test the code starting > > from r336474 (or any later changeset). > > Hi Roger, I am ready to test it on my (small) setup, should I keep > existing 4.7 running as is and just upgrade the Dom0? Yes, just update the FreeBSD kernel. > Or should I upgrade Xen too? I haven't updated the Xen package, so there's no easy way ATM to test using a PVHv2 Dom0. Let's focus first on making sure I didn't break existing setups. Thanks, Roger.