From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: Split kvm source tarballs Date: Sun, 19 Apr 2009 11:26:08 +0300 Message-ID: <49EAE020.30900@redhat.com> 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> <20090325181716.GA3215@infradead.org> <49CB4633.5020208@redhat.com> <20090416201712.GA13500@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Anthony Liguori , KVM list To: Christoph Hellwig Return-path: Received: from mx2.redhat.com ([66.187.237.31]:45581 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757468AbZDSI0a (ORCPT ); Sun, 19 Apr 2009 04:26:30 -0400 In-Reply-To: <20090416201712.GA13500@infradead.org> Sender: kvm-owner@vger.kernel.org List-ID: Christoph Hellwig wrote: > Any idea when the split will happen? > I'm working on it, but hit a snag when rewriting upstream qemu commits to match the official qemu.git: - my repo and qemu.git used different -k options ("$keyword $" squashing), so I can't match tree objects - some non-UTF-8 characters got corrupted, so I can't match log messages (some are dups anyway) - I can't match the git-svn-id line since I ripped it off in kvm-userspace.git - I can't match the ordinal position of the commit in the changelog since some bogus commits made their way into kvm-userspace.git I expect I'll work around these issues, but it isn't like I have my script ready to roll. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.