From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/2] qemu-kvm: Use kvm-kmod headers if available Date: Thu, 21 Jan 2010 14:08:17 -0200 Message-ID: <20100121160817.GA3750@amt.cnet> References: <4B4CE7D7.9060500@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Gleb Natapov , kvm To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:44959 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754080Ab0AUSEH (ORCPT ); Thu, 21 Jan 2010 13:04:07 -0500 Content-Disposition: inline In-Reply-To: <4B4CE7D7.9060500@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jan 12, 2010 at 10:21:27PM +0100, Jan Kiszka wrote: > Since kvm-kmod-2.6.32.2 we have an alternative source for recent KVM > kernel headers. Use it when available and not overruled by --kerneldir. > If there is no kvm-kmod and no --kerneldir, we continue to fall back to > the qemu-kvm's kernel headers. Applied both, thanks.