From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUnE7-0001Dh-8f for qemu-devel@nongnu.org; Tue, 12 Jan 2010 15:20:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUnE2-0001CY-57 for qemu-devel@nongnu.org; Tue, 12 Jan 2010 15:20:31 -0500 Received: from [199.232.76.173] (port=44214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUnE2-0001CV-1G for qemu-devel@nongnu.org; Tue, 12 Jan 2010 15:20:26 -0500 Received: from mail-pz0-f188.google.com ([209.85.222.188]:39611) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUnE1-0000cY-N1 for qemu-devel@nongnu.org; Tue, 12 Jan 2010 15:20:25 -0500 Received: by pzk26 with SMTP id 26so13283279pzk.4 for ; Tue, 12 Jan 2010 12:20:24 -0800 (PST) MIME-Version: 1.0 Sender: cardoe@cardoe.com In-Reply-To: <4B4CC539.10306@siemens.com> References: <4B4CC539.10306@siemens.com> Date: Tue, 12 Jan 2010 14:20:24 -0600 Message-ID: From: Doug Goldstein Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] Re: [PATCH 1/2] kvm: Use kvm-kmod headers if available List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , Gleb Natapov , kvm , Marcelo Tosatti , qemu-devel , Avi Kivity On Tue, Jan 12, 2010 at 12:53 PM, 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. > Would it be possible to turn this into a configure option? Such that I could say ./configure --with-kvm-kmod{=optional/path/to} because otherwise this adds a potential automagical dependency onto kvm-kmod (i.e. if the user had kvm-kmod installed at the time of build but then removed them and went back with their kernel provided version) Thanks. -- Doug Goldstein