From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: Split kvm source tarballs Date: Wed, 25 Mar 2009 14:17:16 -0400 Message-ID: <20090325181716.GA3215@infradead.org> References: <49C64963.20601@redhat.com> <49CA2F16.1070905@codemonkey.ws> <49CA3058.3040600@redhat.com> <49CA355A.6010803@codemonkey.ws> <20090325164707.GA16225@infradead.org> <49CA71C8.3000407@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Anthony Liguori , KVM list To: Avi Kivity Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:59292 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759613AbZCYSRT (ORCPT ); Wed, 25 Mar 2009 14:17:19 -0400 Content-Disposition: inline In-Reply-To: <49CA71C8.3000407@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Mar 25, 2009 at 08:02:48PM +0200, Avi Kivity wrote: > So how about this: > > - keep copies of the headers in the qemu repository. 'make sync' becomes > a maintainer tool rather than a developer tool Yeah. That similar how we maintain the headers and some shared source file for XFS and libxfs in xfsprogs. > - move qemu to the root of the repository, and reparent libkvm/ user/ > and friends under it. this will give us easier merging. Yeah. While you're at it user/ might be renamed to something more descriptive. > - move the external module kit into kvm.git As in your kvm development kernel tree? Not sure it's a good idea to suck this into a full kernel tree. Probably worth making it a small repository of it's own.