From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCHv2] Add KVM paravirt cpuid leaf Date: Mon, 11 Jan 2010 13:18:32 -0600 Message-ID: <4B4B7988.5090803@codemonkey.ws> References: <20100107124449.GY4905@redhat.com> <20100107162427.GF4905@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , Jan Kiszka , qemu-devel@nongnu.org, kvm-devel , Avi Kivity To: Gleb Natapov Return-path: In-Reply-To: <20100107162427.GF4905@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On 01/07/2010 10:24 AM, Gleb Natapov wrote: > diff --git a/target-i386/kvm.c b/target-i386/kvm.c > index 4084503..6a841de 100644 > --- a/target-i386/kvm.c > +++ b/target-i386/kvm.c > @@ -17,6 +17,7 @@ > #include > > #include > +#include This breaks the build on a default F12 install because while kvm.h is present, kvm_para.h is not. This is a hard one to fix. We can default the kvm search path to /lib/modules/$(uname -r)/build, we can fix the glibc headers and live with it, or we can pull in the kvm headers into qemu. Avi/Marcelo/Jan, any thoughts from the qemu-kvm side? Regards, Anthony Liguori