From owner-svn-src-all@FreeBSD.ORG Tue Sep 23 19:34:00 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50DD12BF; Tue, 23 Sep 2014 19:34:00 +0000 (UTC) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 08652D4A; Tue, 23 Sep 2014 19:33:59 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id C032325D3871; Tue, 23 Sep 2014 19:33:55 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 78E6FC77020; Tue, 23 Sep 2014 19:33:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id LQIxKSq6zklM; Tue, 23 Sep 2014 19:33:52 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:3c1b:4ee5:ce2b:1248] (unknown [IPv6:fde9:577b:c1a9:4410:3c1b:4ee5:ce2b:1248]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 2EDC5C76FD2; Tue, 23 Sep 2014 19:33:49 +0000 (UTC) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r266269 - in stable/9/sys: amd64/include i386/include modules modules/xenhvm xen From: "Bjoern A. Zeeb" In-Reply-To: <02652F0F-9BCC-42BA-9F81-09BC24A1390C@lists.zabbadoz.net> Date: Tue, 23 Sep 2014 19:33:14 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <4BCBE502-37D6-4D00-AB51-EBAA46BE3097@lists.zabbadoz.net> References: <201405161928.s4GJSNBN050222@svn.freebsd.org> <02652F0F-9BCC-42BA-9F81-09BC24A1390C@lists.zabbadoz.net> To: Colin Percival X-Mailer: Apple Mail (2.1878.6) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 19:34:00 -0000 On 23 Sep 2014, at 16:13 , Bjoern A. Zeeb = wrote: >=20 > On 16 May 2014, at 19:28 , Colin Percival = wrote: >=20 >> Author: cperciva >> Date: Fri May 16 19:28:22 2014 >> New Revision: 266269 >> URL: http://svnweb.freebsd.org/changeset/base/266269 >>=20 >> Log: >> Add xenhvm.ko, which can be loaded along with a !XENHVM kernel in = order to >> provide support for the Xen/HVM environment. >>=20 >> This code is compiled with XENHVM defined; since this would result in = the >> (no longer used) "last processed" values being included in PCPU data >> structures, an additional MODXENHVM define is used to exclude those. = This >> allows KBI to be retained for both GENERIC and XENHVM kernel = configurations >> (which are not KBI compatible with each other). >>=20 >> This is a direct commit to stable/9, since stable/10 and HEAD have = XENHVM >> merged into the GENERIC kernel configuration (but the changes in = stable/10 >> and HEAD cannot be MFCed as-is). >>=20 >> Discussed with: royger, gjb >> Relnotes: FreeBSD 9.3-RELEASE can run in Xen/HVM environments, >> including Amazon EC2, using GENERIC + xenhvm.ko. >>=20 >=20 > I think it is this commit that completely broke the pc98 build on = stable/9 > and probably has been broken since? >=20 > The modules Makefile probably wants MACHINE =3D=3D =93i386=94 and not = MACHINE_CPUARCH for this module (as in you want to mov the _xenhvm=3D = into the dedicated amd64 and i386 sections? OK, just done so in r272039. Case closed. =97=20 Bjoern A. Zeeb "Come on. Learn, goddamn it.", WarGames, 1983