From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Rull Subject: Compiling qemu 0.13.0 Date: Thu, 13 Jan 2011 19:54:10 +0100 Message-ID: <4D2F4A52.9080606@rdsoftware.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: "kvm@vger.kernel.org" Return-path: Received: from moutng.kundenserver.de ([212.227.17.10]:57348 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751835Ab1AMSyC (ORCPT ); Thu, 13 Jan 2011 13:54:02 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Hi all, I want to compile qemu 0.13.0 against a 2.6.29.4 kernel. I found no kvm-kmod sources for this kernel. Do I need them? I tried to compile qemu but it fails for the virtio pci because the struct kvm_irq_routing_entry was not found. But this struct is existing in the kvm sources within this qemu version. Is that a bug in the makefiles or am I doing something wrong? I found an email from Avi dated 10.10.2010 where this struct should be avoided to be used if CONFIG_KVM is disabled. So I disabled KVM in my kernel sources - doesn't help, same error. Any ideas how to proceed? Changing the kernel version is quite complex for my project and I want to avoid that. Best regards, Erik