From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys68g-0000T8-O0 for qemu-devel@nongnu.org; Tue, 12 May 2015 05:06:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ys68Z-0001zi-68 for qemu-devel@nongnu.org; Tue, 12 May 2015 05:06:10 -0400 Received: from mailout4.w1.samsung.com ([210.118.77.14]:60896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ys68Z-0001xs-0o for qemu-devel@nongnu.org; Tue, 12 May 2015 05:06:03 -0400 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout4.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NO800MXWBXZ0200@mailout4.w1.samsung.com> for qemu-devel@nongnu.org; Tue, 12 May 2015 10:05:59 +0100 (BST) From: Pavel Fedin References: <00c901d08990$2763c410$762b4c30$@samsung.com> In-reply-to: Date: Tue, 12 May 2015 12:05:58 +0300 Message-id: <034301d08c92$dccf6e80$966e4b80$@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-language: ru Subject: Re: [Qemu-devel] [PATCH v2] Add virt-v3 machine that uses GIC-500 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Shlomo Pongratz' , qemu-devel@nongnu.org Hello! > I just pulled last git and git am-ed your patch on-top of my first 3 patches and got this error: > /home/shlomo/qemu-new.git/qemu-64/hw/arm/virt.c: In function 'fdt_add_gic_node': > /home/shlomo/qemu-new.git/qemu-64/hw/arm/virt.c:366:17: error: > 'KVM_DEV_TYPE_ARM_VGIC_V3' undeclared (first use in this function) > if (type == KVM_DEV_TYPE_ARM_VGIC_V3) { Very strange. Check your source tree. This value is declared in linux-headers/linux/kvm.h. Try to #include it directly maybe ? OTOH it perfectly works for me, i have just verified, i have no extra #include's which could be missing from the patch. But, may be something has changed in master over the last three days? Actually my base tree is from friday. Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia