From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgN2N-0001fF-L4 for qemu-devel@nongnu.org; Wed, 26 Aug 2009 14:15:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgN2I-0001Zc-UP for qemu-devel@nongnu.org; Wed, 26 Aug 2009 14:15:58 -0400 Received: from [199.232.76.173] (port=40149 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgN2I-0001Z7-5P for qemu-devel@nongnu.org; Wed, 26 Aug 2009 14:15:54 -0400 Received: from mail-ew0-f223.google.com ([209.85.219.223]:49515) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgN2H-0003m7-RM for qemu-devel@nongnu.org; Wed, 26 Aug 2009 14:15:54 -0400 Received: by ewy23 with SMTP id 23so502481ewy.8 for ; Wed, 26 Aug 2009 11:15:51 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4A957BCA.2020609@gnu.org> Date: Wed, 26 Aug 2009 20:15:38 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1251291946-25821-1-git-send-email-glommer@redhat.com> <1251291946-25821-2-git-send-email-glommer@redhat.com> <1251291946-25821-3-git-send-email-glommer@redhat.com> <1251291946-25821-4-git-send-email-glommer@redhat.com> <1251291946-25821-5-git-send-email-glommer@redhat.com> <1251291946-25821-6-git-send-email-glommer@redhat.com> In-Reply-To: <1251291946-25821-6-git-send-email-glommer@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 05/12] fix broken migration List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: Paolo Bonzini , aliguori@us.ibm.com, qemu-devel@nongnu.org On 08/26/2009 03:05 PM, Glauber Costa wrote: > While fixing migration with -S, commit > 89befdd1a6b18215153b8976682d57b7d03d5782 broke the rest of us. Poor > glommer, with a poor family, spare him his life from this monstruosity. > > Since the unconditional vm_start, not autostart was the villain, I'm putting > back autostart. Let me know if you prefer other solutions, it doesn't really matter, > doesn't really matter to me. > > Any way the wind blows... This patch is superseded by 06/12 (in fact 06/12 was meant that way for trunk as well) and has already been reverted in Anthony's queue. Paolo