From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIl5g-0005ky-EY for qemu-devel@nongnu.org; Thu, 10 Dec 2009 10:38:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIl5b-0005gV-Kg for qemu-devel@nongnu.org; Thu, 10 Dec 2009 10:38:04 -0500 Received: from [199.232.76.173] (port=45128 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIl5b-0005g6-DO for qemu-devel@nongnu.org; Thu, 10 Dec 2009 10:37:59 -0500 Received: from mail-gx0-f222.google.com ([209.85.217.222]:48728) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIl5b-0002Xa-FG for qemu-devel@nongnu.org; Thu, 10 Dec 2009 10:37:59 -0500 Received: by gxk22 with SMTP id 22so7816459gxk.17 for ; Thu, 10 Dec 2009 07:37:58 -0800 (PST) Message-ID: <4B2115D1.50806@codemonkey.ws> Date: Thu, 10 Dec 2009 09:37:53 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [FOR 0.12 PATCH 0/4] misc bugfixes References: <1260439868-15061-1-git-send-email-kraxel@redhat.com> <20091210120315.GA13657@redhat.com> In-Reply-To: <20091210120315.GA13657@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Gerd Hoffmann , qemu-devel@nongnu.org Michael S. Tsirkin wrote: > On Thu, Dec 10, 2009 at 11:11:04AM +0100, Gerd Hoffmann wrote: > >> Hi, >> >> A bunch of fixes for various bugs, mostly hotplug stuff found by Daniel. >> >> please apply, >> Gerd >> >> > > I am kind of confused by the FOR 0.12 prefix - these > patches are not on master yet, are they? > Should patches land on master before being backported > to 0.12? > Right now, there's almost no difference between master and stable-0.12. I always commit to master first and then cherry pick. FOR 0.12 helps me know that I need to cherry pick from master into stable-0.12. Regards, Anthony Liguori