From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH v2 08/11] KVM: VMX: Intercept RDPMC Date: Tue, 14 Jun 2011 11:27:44 +0200 Message-ID: <20110614092744.GA6597@elte.hu> References: <1307972106-2468-1-git-send-email-avi@redhat.com> <1307972106-2468-9-git-send-email-avi@redhat.com> <4DF637FE.1070006@cisco.com> <4DF63AD2.5000403@redhat.com> <4DF641F7.3010603@cisco.com> <20110613173820.GA10097@elte.hu> <4DF71D1A.1050602@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Ahern , Marcelo Tosatti , kvm@vger.kernel.org, Peter Zijlstra , Arnaldo Carvalho de Melo To: Avi Kivity Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:44915 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755246Ab1FNJ15 (ORCPT ); Tue, 14 Jun 2011 05:27:57 -0400 Content-Disposition: inline In-Reply-To: <4DF71D1A.1050602@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: * Avi Kivity wrote: > On 06/13/2011 08:38 PM, Ingo Molnar wrote: > >> > >> I should have known that. Is there some git magic I can use to > >> avoid cloning yet another tree (I already have Ingo's tree for > >> perf-core and perf-urgent along with Linus' tree)? > > > > You can use 'git remote add kvm ...' and then 'git remote > > update'. Avi's bits will then be in kvm/master. > > Yes, very useful. I have one linux tree with about 30 remotes. > Great for saving space and cross-tree operations. It's also great for running a single 'git remote update' cronjob at 4am and keep all trees uptodate. Thanks, Ingo