From owner-svn-src-stable-9@FreeBSD.ORG Tue Sep 23 16:13:40 2014 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FB872B4; Tue, 23 Sep 2014 16:13:40 +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 6F5FF366; Tue, 23 Sep 2014 16:13:39 +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 588BB25D3871; Tue, 23 Sep 2014 16:13:29 +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 12010C7700C; Tue, 23 Sep 2014 16:13:28 +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 9u5HLkT_VUeq; Tue, 23 Sep 2014 16:13:24 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6] (orange-tun0-ula.sbone.de [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 28D9FC76FD2; Tue, 23 Sep 2014 16:13:22 +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: <201405161928.s4GJSNBN050222@svn.freebsd.org> Date: Tue, 23 Sep 2014 16:13:20 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <02652F0F-9BCC-42BA-9F81-09BC24A1390C@lists.zabbadoz.net> References: <201405161928.s4GJSNBN050222@svn.freebsd.org> 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-stable-9@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 16:13:40 -0000 On 16 May 2014, at 19:28 , Colin Percival wrote: > 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 I think it is this commit that completely broke the pc98 build on = stable/9 and probably has been broken since? 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? >>> stage 3.1: making dependencies -------------------------------------------------------------- = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//balloon/ball= oon.c:43:32: error: machine/xen/xen-os.h: No such file or directory = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//balloon/ball= oon.c:44:32: error: machine/xen/xenvar.h: No such file or directory = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//balloon/ball= oon.c:45:33: error: machine/xen/xenfunc.h: No such file or directory In file included from @/xen/interface/xen.h:33, from @/xen/hypervisor.h:32, from = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//balloon/ball= oon.c:46: @/xen/interface/arch-x86/xen.h:35:2: error: #error "using old handle" In file included from = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//balloon/ball= oon.c:46: @/xen/hypervisor.h:39:35: error: machine/xen/hypercall.h: No such file = or directory = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//blkfront/blk= front.c:54:32: error: machine/xen/xen-os.h: No such file or directory = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//blkfront/blk= front.c:55:32: error: machine/xen/xenvar.h: No such file or directory = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//blkfront/blk= front.c:56:33: error: machine/xen/xenfunc.h: No such file or directory In file included from @/xen/interface/xen.h:33, from @/xen/hypervisor.h:32, from = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//blkfront/blk= front.c:58: @/xen/interface/arch-x86/xen.h:35:2: error: #error "using old handle" In file included from = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//blkfront/blk= front.c:58: @/xen/hypervisor.h:39:35: error: machine/xen/hypercall.h: No such file = or directory In file included from = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//blkfront/blk= front.c:60: @/xen/evtchn.h:16:38: error: machine/xen/synch_bitops.h: No such file or = directory = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//blkback/blkb= ack.c:73:32: error: machine/xen/xen-os.h: No such file or directory In file included from @/xen/interface/xen.h:33, from @/xen/hypervisor.h:32, from @/xen/evtchn.h:15, from = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//blkback/blkb= ack.c:80: @/xen/interface/arch-x86/xen.h:35:2: error: #error "using old handle" In file included from @/xen/evtchn.h:15, from = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//blkback/blkb= ack.c:80: @/xen/hypervisor.h:39:35: error: machine/xen/hypercall.h: No such file = or directory In file included from = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//blkback/blkb= ack.c:80: @/xen/evtchn.h:16:38: error: machine/xen/synch_bitops.h: No such file or = directory = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//control/cont= rol.c:131:32: error: machine/xen/xen-os.h: No such file or directory In file included from @/xen/interface/xen.h:33, from @/xen/hypervisor.h:32, from @/xen/evtchn.h:15, from = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//control/cont= rol.c:138: @/xen/interface/arch-x86/xen.h:35:2: error: #error "using old handle" In file included from @/xen/evtchn.h:15, from = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//control/cont= rol.c:138: @/xen/hypervisor.h:39:35: error: machine/xen/hypercall.h: No such file = or directory In file included from = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//control/cont= rol.c:138: @/xen/evtchn.h:16:38: error: machine/xen/synch_bitops.h: No such file or = directory = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//netback/netb= ack.c:83:32: error: machine/xen/xen-os.h: No such file or directory = /scratch/tmp/bz/stable9.svn/sys/modules/xenhvm/../../dev/xen//netback/netb= ack.c:84:32: error: machine/xen/xenvar.h: No such file or directory In file included from @/xen/interface/xen.h:33, from @/xen/hypervisor.h:32, =85 =97=20 Bjoern A. Zeeb "Come on. Learn, goddamn it.", WarGames, 1983