From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF51h-0007AU-2o for qemu-devel@nongnu.org; Fri, 21 Sep 2012 11:20:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF51X-0002BF-Ls for qemu-devel@nongnu.org; Fri, 21 Sep 2012 11:20:21 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:60642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF51X-0002AM-Es for qemu-devel@nongnu.org; Fri, 21 Sep 2012 11:20:11 -0400 Received: by pbbrp12 with SMTP id rp12so7907308pbb.4 for ; Fri, 21 Sep 2012 08:20:10 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <505C85A5.2090609@redhat.com> Date: Fri, 21 Sep 2012 17:20:05 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1348236500-2565-1-git-send-email-quintela@redhat.com> <1348236500-2565-7-git-send-email-quintela@redhat.com> In-Reply-To: <1348236500-2565-7-git-send-email-quintela@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 06/14] migration: stop all cpus correctly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org Il 21/09/2012 16:08, Juan Quintela ha scritto: > You can only stop all cpus from the iothread or an vcpu. As we want > to do it from the migration_thread, we need to do this dance with the > botton handlers. > > This patch is a request for ideas. I can move this function to cpus.c, but > wondered if there is an easy way of doing this? Obsolete commit message. Paolo