From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZiWd-0004IH-3N for qemu-devel@nongnu.org; Thu, 23 Jun 2011 07:56:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZiWb-0000u9-Io for qemu-devel@nongnu.org; Thu, 23 Jun 2011 07:56:46 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:55365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZiWb-0000u4-6j for qemu-devel@nongnu.org; Thu, 23 Jun 2011 07:56:45 -0400 Received: by gwb19 with SMTP id 19so873139gwb.4 for ; Thu, 23 Jun 2011 04:56:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <4E030501.3040105@linux.vnet.ibm.com> <4E030F6B.7040301@web.de> Date: Thu, 23 Jun 2011 19:56:43 +0800 Message-ID: From: Zhi Yong Wu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/3] kvm:showing a splash picture when start List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Anthony Liguori , Jan Kiszka , Wayne Xia , qemu-devel@nongnu.org I guess that Wayne should target qemu-kvm git tree. Regards, Zhiyong Wu On Thu, Jun 23, 2011 at 7:14 PM, Stefan Hajnoczi wrote= : > 2011/6/23 Jan Kiszka : >> On 2011-06-23 11:18, Wayne Xia wrote: >>> Hi, >>> =A0 =A0 these 3 patch simply enable qemu-kvm to show a logo picture whe= n it >> >> You are posting on qemu-devel (which is correct for this topic), so your >> patches must target that tree. Patch 1 eg. does not and needs rebasing. > > More specifically, develop code against qemu.git as a default. =A0 Much > of the development that goes into qemu-kvm actually comes via > qemu.git. =A0If you need to do qemu-kvm.git specific stuff, you'll know. > > Additional info: > "The QEMU codebase is known as qemu.git. That's the git repository > that holds the QEMU source code history. The KVM codebase is known as > qemu-kvm.git, the git repository that holds the KVM source code > history. > > The relationship between qemu.git and qemu-kvm.git is as follows. > qemu-kvm.git is a fork of qemu.git and periodically merges updates > from qemu.git back into qemu-kvm.git. A lot of code changes are merged > into qemu.git and become available in qemu-kvm.git after the next > periodic merge. KVM-specific enhancements may be merged into > qemu-kvm.git and may be sent back upstream to qemu.git. > > Efforts are underway to completely merge qemu-kvm.git into qemu.git. > This will make qemu-kvm.git obsolete and result in a single codebase. > In the future there may only be a qemu package." > > http://blog.vmsplice.net/2011/03/should-i-use-qemu-or-kvm.html > > Stefan > > --=20 Regards, Zhi Yong Wu