From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 00/12] [uq/master] Import linux headers and some cleanups Date: Mon, 20 Jun 2011 15:24:37 -0300 Message-ID: <20110620182437.GA19717@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org, Alexander Graf , Andreas =?iso-8859-1?Q?F=E4rber?= , Christoph Hellwig , Eduardo Habkost , Peter Maydell To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1026 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755729Ab1FTTGV (ORCPT ); Mon, 20 Jun 2011 15:06:21 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jun 08, 2011 at 04:10:54PM +0200, Jan Kiszka wrote: > Licensing of the virtio headers is no clarified. So we can finally > resolve the clumbsy and constantly buggy #ifdef'ery around old KVM and > virtio headers. Recent example: current qemu-kvm does not build against > 2.6.32 headers. > > This series introduces an import mechanism for all required Linux > headers so that the appropriate versions can be kept safely inside the > QEMU tree. I've incorporated all the valuable review comments on the > first version and rebased the result over current uq/master after > rebasing that one over current QEMU master. > > Please note that I had no chance to test-build PPC or s390. > > Beside the header topic, this series also includes a few assorted KVM > cleanup patches so that my queue is empty again. Applied all, thanks.