From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpGPz-0001AY-8g for qemu-devel@nongnu.org; Fri, 05 Aug 2011 05:10:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpGPx-0006rT-Ss for qemu-devel@nongnu.org; Fri, 05 Aug 2011 05:10:11 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:42929) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpGPx-0006rM-NE for qemu-devel@nongnu.org; Fri, 05 Aug 2011 05:10:09 -0400 Received: by wye20 with SMTP id 20so1784128wye.4 for ; Fri, 05 Aug 2011 02:10:09 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E3BB368.5080406@redhat.com> Date: Fri, 05 Aug 2011 11:10:00 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] a newbie question: code patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: cheetah Cc: Stefan Hajnoczi , qemu-devel On 08/05/2011 11:04 AM, cheetah wrote: > Thanks for the quickly reply. > > I am going to change/add the block driver and some image format code. If > I develop against the qemu.git, can I easily generate a patch to apply > to qemu-kvm.git too? Yes, or vice versa too. You can develop against qemu-kvm.git if that's what you use, and retest with qemu.git before submitting. Paolo