From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIXAz-00068t-JG for qemu-devel@nongnu.org; Fri, 24 Jul 2015 03:13:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIXAw-0000s3-Cm for qemu-devel@nongnu.org; Fri, 24 Jul 2015 03:13:49 -0400 Received: from mailout2.w1.samsung.com ([210.118.77.12]:22441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIXAw-0000rq-7A for qemu-devel@nongnu.org; Fri, 24 Jul 2015 03:13:46 -0400 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NRZ005JRDEU1D50@mailout2.w1.samsung.com> for qemu-devel@nongnu.org; Fri, 24 Jul 2015 08:13:42 +0100 (BST) From: Pavel Fedin References: In-reply-to: Date: Fri, 24 Jul 2015 10:13:40 +0300 Message-id: <011301d0c5e0$457f9640$d07ec2c0$@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 v6 4/6] Introduce irqchip type specification for KVMis List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Shlomo Pongratz' Cc: 'Peter Maydell' , 'Eric Auger' , 'Shlomo Pongratz' , qemu-devel@nongnu.org, 'Diana Craciun' , 'Christoffer Dall' Hello! > This Doesn't compile, a problem with KVM_DEV_TYPE_ARM_VGIC_V2. > I assume this is include file issue as it exists in = linux-headers/linux/kvm.h > Note that everything should compile also for TCG only. Damn! I think i know what the problem is... Your host arch !=3D target = arch and CONFIG_KVM gets disabled. Can you try adding explicit #include "linux/kvm.h" in vexpress.c and = virt.c for a quick test? Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia