From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0H56-0002is-UO for qemu-devel@nongnu.org; Fri, 09 Apr 2010 12:29:21 -0400 Received: from [140.186.70.92] (port=41414 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0H55-0002hm-Kr for qemu-devel@nongnu.org; Fri, 09 Apr 2010 12:29:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0H54-0001MC-Dc for qemu-devel@nongnu.org; Fri, 09 Apr 2010 12:29:19 -0400 Received: from mail-ew0-f227.google.com ([209.85.219.227]:59747) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0H54-0001Ly-7V for qemu-devel@nongnu.org; Fri, 09 Apr 2010 12:29:18 -0400 Received: by ewy27 with SMTP id 27so1343194ewy.10 for ; Fri, 09 Apr 2010 09:29:17 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4BBF55DA.8000205@redhat.com> Date: Fri, 09 Apr 2010 18:29:14 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4BBF4FEA.1070306@redhat.com> In-Reply-To: <4BBF4FEA.1070306@redhat.com> Content-Type: text/plain; charset=ISO-8859-9; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: race condition when exec'ing "qemu -incoming" followed by monitor "cont" List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laine Stump Cc: qemu-devel@nongnu.org On 04/09/2010 06:03 PM, Laine Stump wrote: > > Can someone provide any insight on why it is possible to start the CPUs > in the domain before the incoming migration is complete, and what we can > do (other than blindly sleeping) to prevent this? I would say it's a bug in QEMU, and it has to be fixed there. Paolo