From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYjne-0007hq-PV for qemu-devel@nongnu.org; Mon, 20 Jun 2011 15:06:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYjna-0000Jp-5Z for qemu-devel@nongnu.org; Mon, 20 Jun 2011 15:06:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYjnZ-0000JZ-ML for qemu-devel@nongnu.org; Mon, 20 Jun 2011 15:06:13 -0400 Date: Mon, 20 Jun 2011 15:24:37 -0300 From: Marcelo Tosatti Message-ID: <20110620182437.GA19717@amt.cnet> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 00/12] [uq/master] Import linux headers and some cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Peter Maydell , Eduardo Habkost , kvm@vger.kernel.org, Alexander Graf , qemu-devel@nongnu.org, Andreas =?iso-8859-1?Q?F=E4rber?= , Avi Kivity , Christoph Hellwig 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.