From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMHhP-0005Yu-Kl for qemu-devel@nongnu.org; Mon, 03 Aug 2015 11:30:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMHhJ-0002x9-U8 for qemu-devel@nongnu.org; Mon, 03 Aug 2015 11:30:47 -0400 Received: from mailout1.w1.samsung.com ([210.118.77.11]:28734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMHhJ-0002ws-8m for qemu-devel@nongnu.org; Mon, 03 Aug 2015 11:30:41 -0400 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout1.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NSI0014HJ312Y00@mailout1.w1.samsung.com> for qemu-devel@nongnu.org; Mon, 03 Aug 2015 16:30:37 +0100 (BST) From: Pavel Fedin References: <1dbab1e73e54f0fca4d6d05d50986d2dd396f867.1437731107.git.p.fedin@samsung.com> In-reply-to: Date: Mon, 03 Aug 2015 18:30:36 +0300 Message-id: <024201d0ce01$58d35b40$0a7a11c0$@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: quoted-printable Content-language: ru Subject: Re: [Qemu-devel] [PATCH v7 5/6] Initial implementation of vGICv3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Peter Maydell' Cc: 'Shlomo Pongratz' , 'Shlomo Pongratz' , 'QEMU Developers' , 'Christoffer Dall' , 'Eric Auger' Hello! > > obj-$(CONFIG_APIC) +=3D apic.o apic_common.o > > obj-$(CONFIG_ARM_GIC_KVM) +=3D arm_gic_kvm.o > > +ifeq ($(ARCH), aarch64) # Only 64-bit KVM can use these > > +obj-$(CONFIG_ARM_GIC_KVM) +=3D arm_gicv3_kvm.o >=20 > Does it actually fail to compile in a 32-bit KVM config? I forgot to reply to this. Yes, it does, because = KVM_VGIC_V3_ADDR_TYPE_xxx definitions are available only for 64 bits. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia