From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: Installing kernel headers in kvm-kmod Date: Thu, 10 Dec 2009 15:44:40 -0600 Message-ID: <4B216BC8.3050600@codemonkey.ws> References: <4B20F27D.3000006@codemonkey.ws> <4B20F914.8020003@siemens.com> <200912101550.22930.arnd@arndb.de> <4B210D2F.3060607@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Arnd Bergmann , Jan Kiszka , Marcelo Tosatti , kvm-devel To: Avi Kivity Return-path: Received: from mail-yw0-f176.google.com ([209.85.211.176]:56541 "EHLO mail-yw0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761669AbZLJVoh (ORCPT ); Thu, 10 Dec 2009 16:44:37 -0500 Received: by ywh6 with SMTP id 6so257398ywh.4 for ; Thu, 10 Dec 2009 13:44:43 -0800 (PST) In-Reply-To: <4B210D2F.3060607@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > On 12/10/2009 04:50 PM, Arnd Bergmann wrote: >> On Thursday 10 December 2009, Jan Kiszka wrote: >> >>> Anthony Liguori wrote: >>> >>>> QEMU 0.12.0-rc1 does not support KVM >>>> https://bugs.launchpad.net/bugs/494500 >>>> >>>> Boils down to the fact that 1) we don't include kernel headers in qemu >>>> (whereas qemu-kvm does) and 2) kvm-kmod does not install those headers >>>> on make install. >>>> >>>> I think we've discussed (2) as being the preferred solution. Does >>>> everyone agree with that? Anyone care to volunteer to make the >>>> change? :-) >>>> >>>> >>> I've pushed a half-tested approach into kvm-kmod's next branch. Feel >>> free to test/fix/enhance it. >>> >> This would work, but installing to /usr/include/linux/kvm.h will confuse >> distro package managers a lot, because that location belongs to the >> glibc >> or libc-linux-headers or some other package already. >> >> If you want to install the headers from kvm-kmod, I would recommend >> doing it in a different path, e.g. /usr/include/kvm-kmod/{linux,asm}. >> > > Maybe even /usr/local/include/kvm-kmod-$version/...., and a symlink > /usr/local/include/kvm-kmod. A pkg-config file would be nice. Then we need no symlink. Makes qemu interaction saner. Regards, Anthony Liguori