From owner-freebsd-xen@freebsd.org Sat Dec 7 09:23:41 2019 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 930F01CEB2A for ; Sat, 7 Dec 2019 09:23:41 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 47VPCK3RJyz4bgm for ; Sat, 7 Dec 2019 09:23:41 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 75F201CEB29; Sat, 7 Dec 2019 09:23:41 +0000 (UTC) Delivered-To: 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 75B721CEB27 for ; Sat, 7 Dec 2019 09:23:41 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47VPCK2TsGz4bgl; Sat, 7 Dec 2019 09:23:41 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from localhost (unknown [93.176.191.147]) (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 CF93460E0; Sat, 7 Dec 2019 09:23:40 +0000 (UTC) (envelope-from royger@FreeBSD.org) Date: Sat, 7 Dec 2019 10:23:31 +0100 From: Roger Pau =?iso-8859-1?Q?Monn=E9?= To: davidheinrichplanner Cc: xen@freebsd.org Subject: Re: xen-kernel 4.12.1 unsupported amd family !? FreeBSD Message-ID: <20191207092331.GC962@Air-de-Roger> References: <77cafef5-e2a7-b90f-4f37-457e1bb44edf@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <77cafef5-e2a7-b90f-4f37-457e1bb44edf@googlemail.com> User-Agent: Mutt/1.12.2 (2019-09-21) X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 07 Dec 2019 09:23:41 -0000 On Fri, Dec 06, 2019 at 09:33:44AM +0100, davidheinrichplanner wrote: > Hi Royger, > > i want to inform you by freshports page but i forgett my pw and reset doesnt > work :(. > > first one i don't know which one must be informed about this problem (you or > direct xen project, xen team by freebsd?). I have a amd epyc system with two > cpus. And xen tell me its a unsupported amd family. How can be fix this > problem? I'm not sure I understand the problem. Does Xen refuse to boot on such system? Can you please paste the Xen boot log showing the issue? Thanks, Roger.