From owner-freebsd-xen@FreeBSD.ORG Wed May 20 15:31:18 2015 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FFB681E for ; Wed, 20 May 2015 15:31:18 +0000 (UTC) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF09818FE for ; Wed, 20 May 2015 15:31:17 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.13,464,1427760000"; d="scan'208";a="266935304" Message-ID: <555CA899.1010704@citrix.com> Date: Wed, 20 May 2015 17:30:33 +0200 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "Eggert, Lars" CC: "freebsd-xen@freebsd.org" Subject: Re: Xen dom0 "interrupt storm detected on "irq16:"; throttling interrupt source" References: <55531131.7040404@citrix.com> <65D7289A-9261-4F02-88E5-B2D137C268C1@netapp.com> <7C88785C-B4B0-4A2A-A77D-8AD56BC79E91@netapp.com> <555363DD.7080906@citrix.com> <38851CA4-57AA-4010-B741-0DB05E689975@netapp.com> In-Reply-To: <38851CA4-57AA-4010-B741-0DB05E689975@netapp.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-DLP: MIA1 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 20 May 2015 15:31:18 -0000 El 15/05/15 a les 14.06, Eggert, Lars ha escrit: > On 2015-5-13, at 18:00, Eggert, Lars wrote: >> >> On 2015-5-13, at 16:46, Roger Pau Monné wrote: >>> I guess migration-rdma gets compiled because Qemu detects that you have >>> some library and assumes that you want it enabled. Did you install >>> something new between your previous build of Xen and this one? >> >> Yes, this box has world built with OFED. I'll try on a more standard world build Friday. > > Now building tools stops here: > > gmake[5]: Entering directory '/usr/home/elars/src/xen/tools/tests/x86_emulator' > [ -L x86_emulate ] || ln -sf /usr/home/elars/src/xen/tools/tests/x86_emulator/../../../xen/arch/x86/x86_emulate . > gcc47 -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -I/usr/home/elars/src/xen/tools/tests/x86_emulator/../../../tools/include -c -g -o x86_emulate.o x86_emulate.c > x86_emulate.c:17:0: error: "__packed" redefined [-Werror] > In file included from /usr/include/assert.h:38:0, > from x86_emulate.c:1: > /usr/local/lib/gcc47/gcc/x86_64-portbld-freebsd11.0/4.7.4/include-fixed/sys/cdefs.h:244:0: note: this is the location of the previous definition > cc1: all warnings being treated as errors > Makefile:49: recipe for target 'x86_emulate.o' failed > gmake[5]: *** [x86_emulate.o] Error 1 > gmake[5]: Leaving directory '/usr/home/elars/src/xen/tools/tests/x86_emulator' > /usr/home/elars/src/xen/tools/tests/../../tools/Rules.mk:123: recipe for target 'subdir-all-x86_emulator' failed > gmake[4]: *** [subdir-all-x86_emulator] Error 2 > gmake[4]: Leaving directory '/usr/home/elars/src/xen/tools/tests' > /usr/home/elars/src/xen/tools/tests/../../tools/Rules.mk:118: recipe for target 'subdirs-all' failed > gmake[3]: *** [subdirs-all] Error 2 > gmake[3]: Leaving directory '/usr/home/elars/src/xen/tools/tests' > /usr/home/elars/src/xen/tools/../tools/Rules.mk:123: recipe for target 'subdir-all-tests' failed > gmake[2]: *** [subdir-all-tests] Error 2 > gmake[2]: Leaving directory '/usr/home/elars/src/xen/tools' > /usr/home/elars/src/xen/tools/../tools/Rules.mk:118: recipe for target 'subdirs-all' failed > gmake[1]: *** [subdirs-all] Error 2 > gmake[1]: Leaving directory '/usr/home/elars/src/xen/tools' > Makefile:53: recipe for target 'build-tools' failed > gmake: *** [build-tools] Error 2 Did you manage to get past this? TBH I don't know why Xen tries to build the tests, my build of tools doesn't even try to. Roger.