From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MH1D9-00076i-RB for qemu-devel@nongnu.org; Wed, 17 Jun 2009 15:54:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MH1D5-00072L-A9 for qemu-devel@nongnu.org; Wed, 17 Jun 2009 15:54:19 -0400 Received: from [199.232.76.173] (port=50993 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MH1D5-00072G-7G for qemu-devel@nongnu.org; Wed, 17 Jun 2009 15:54:15 -0400 Received: from qw-out-1920.google.com ([74.125.92.148]:56132) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MH1D4-0001p9-Sk for qemu-devel@nongnu.org; Wed, 17 Jun 2009 15:54:15 -0400 Received: by qw-out-1920.google.com with SMTP id 4so286563qwk.4 for ; Wed, 17 Jun 2009 12:54:14 -0700 (PDT) Message-ID: <4A3949E0.4040007@codemonkey.ws> Date: Wed, 17 Jun 2009 14:54:08 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Handle init/sipi in a main cpu exec loop. References: <20090617151557.GE19508@redhat.com> In-Reply-To: <20090617151557.GE19508@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: Gleb Natapov Cc: qemu-devel@nongnu.org Gleb Natapov wrote: > Currently INIT/SIPI is handled in the context of CPU that sends IPI. > This patch changes this to handle them like all other events in a main > cpu exec loop. When KVM will gain thread per vcpu capability it will > be much more clear to handle those event by cpu thread itself and not > modify one cpu's state from the context of the other. > > Signed-off-by: Gleb Natapov This breaks the linux-user build. Regards, Anthony Liguori