From owner-freebsd-xen@freebsd.org Fri Jan 29 14:39:12 2021 Return-Path: Delivered-To: freebsd-xen@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 931A14EE418 for ; Fri, 29 Jan 2021 14:39:12 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DS0N03vk3z3FH6; Fri, 29 Jan 2021 14:39:12 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from localhost (unknown [212.230.157.163]) (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 0EC0DD0FC; Fri, 29 Jan 2021 14:39:11 +0000 (UTC) (envelope-from royger@FreeBSD.org) Date: Fri, 29 Jan 2021 15:39:06 +0100 From: Roger Pau =?utf-8?B?TW9ubsOp?= To: freebsd-xen@freebsd.org Cc: Michael Dexter Subject: Disruptions to PVH dom0 in main and stable/13 branches Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.34 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: Fri, 29 Jan 2021 14:39:12 -0000 Hello, If you are not based on the main or the stable/13 branches you can skip the email below. There have been some bootloader changes in main and stable/13 branches that prevented booting a FreeBSD/Xen PVH Dom0. A fix has been committed to main and should hopefully be backported to stable/13 in due time, it's: b6d85a5f51e4 stand/multiboot: adjust the protocol between loader and kernel That however will require that you also use a Xen package version greater or equal to 4.14.1_0. I've just added those to the ports repository: r563208: emulators/xen-kernel,sysutils/xen-tools: update to 4.14.1 However binary packages will take some time to appear. In the mean time, if you wish to use a Xen dom0 please make sure to run a build of FreeBSD that has the above commit applied, and to build the Xen packages from the ports tree yourself (while a binary one is not available). Sorry for the inconvenience.