From owner-freebsd-xen@FreeBSD.ORG Fri May 15 12:11:47 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 09F047A8 for ; Fri, 15 May 2015 12:11:47 +0000 (UTC) Received: from mx144.netapp.com (mx144.netapp.com [216.240.21.25]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mx144.netapp.com", Issuer "VeriSign Class 3 International Server CA - G3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CEB2E12E5 for ; Fri, 15 May 2015 12:11:46 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.13,433,1427785200"; d="asc'?scan'208";a="42948745" Received: from hioexcmbx07-prd.hq.netapp.com ([10.122.105.40]) by mx144-out.netapp.com with ESMTP; 15 May 2015 05:06:31 -0700 Received: from HIOEXCMBX07-PRD.hq.netapp.com (10.122.105.40) by hioexcmbx07-prd.hq.netapp.com (10.122.105.40) with Microsoft SMTP Server (TLS) id 15.0.995.29; Fri, 15 May 2015 05:06:30 -0700 Received: from HIOEXCMBX07-PRD.hq.netapp.com ([::1]) by hioexcmbx07-prd.hq.netapp.com ([fe80::f07f:691d:89d:53b7%21]) with mapi id 15.00.0995.031; Fri, 15 May 2015 05:06:30 -0700 From: "Eggert, Lars" To: =?Windows-1252?Q?Roger_Pau_Monn=E9?= CC: "freebsd-xen@freebsd.org" Subject: Re: Xen dom0 "interrupt storm detected on "irq16:"; throttling interrupt source" Thread-Topic: Xen dom0 "interrupt storm detected on "irq16:"; throttling interrupt source" Thread-Index: AQHQjVWqWfmhKLLkCEyxYLJkTsnG9Z16D22AgABSLoCAAA5vgIAAAfCAgAAUmICAAuNBgA== Date: Fri, 15 May 2015 12:06:29 +0000 Message-ID: <38851CA4-57AA-4010-B741-0DB05E689975@netapp.com> References: <55531131.7040404@citrix.com> <65D7289A-9261-4F02-88E5-B2D137C268C1@netapp.com> <7C88785C-B4B0-4A2A-A77D-8AD56BC79E91@netapp.com> <555363DD.7080906@citrix.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-mailer: Apple Mail (2.2100) x-originating-ip: [10.122.56.79] Content-Type: multipart/signed; boundary="Apple-Mail=_F8189785-174D-4A66-9244-992AD7B54A6F"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 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: Fri, 15 May 2015 12:11:47 -0000 --Apple-Mail=_F8189785-174D-4A66-9244-992AD7B54A6F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On 2015-5-13, at 18:00, Eggert, Lars wrote: >=20 > On 2015-5-13, at 16:46, Roger Pau Monn=E9 = 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? >=20 > 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/sy= s/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 Lars --Apple-Mail=_F8189785-174D-4A66-9244-992AD7B54A6F Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlVV4UUACgkQIWcjmsUTWRpyBQCffybfukCkOKgbTgohx9GA+cOT rFkAn3f2KW0AnRmS5vArSoinINiTgLPS =Mf4P -----END PGP SIGNATURE----- --Apple-Mail=_F8189785-174D-4A66-9244-992AD7B54A6F--