From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcvyN-0005Ex-0j for qemu-devel@nongnu.org; Thu, 04 Feb 2010 02:17:55 -0500 Received: from [199.232.76.173] (port=51532 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcvyM-0005El-Dl for qemu-devel@nongnu.org; Thu, 04 Feb 2010 02:17:54 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcvyH-00020Y-8o for qemu-devel@nongnu.org; Thu, 04 Feb 2010 02:17:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16234) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcvyG-00020M-SX for qemu-devel@nongnu.org; Thu, 04 Feb 2010 02:17:49 -0500 Date: Thu, 4 Feb 2010 09:17:43 +0200 From: Gleb Natapov Message-ID: <20100204071743.GB2471@redhat.com> References: <20100203165051.GA29235@amt.cnet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100203165051.GA29235@amt.cnet> Subject: [Qemu-devel] Re: [PATCH v2 00/21] qemu-kvm: Hook cleanups and extended use of upstream code List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: Anthony Liguori , kvm@vger.kernel.org, Jan Kiszka , Glauber Costa , Alexander Graf , qemu-devel@nongnu.org, Avi Kivity On Wed, Feb 03, 2010 at 02:50:51PM -0200, Marcelo Tosatti wrote: > On Wed, Feb 03, 2010 at 09:53:25AM +0100, Jan Kiszka wrote: > > This version addresses the feedback on v2, namely: > > - assert( || thread>) on low-level > > load/save registers > > - fixed mpstate initialization > > > > Yet untested is -no-kvm-irqchip with smp due to some bug in unpatched > > qemu-kvm or the kernel modules. Still investigating. > > Don't recall it ever working properly. Guess that IPI emulation with > signals is problematic. > It did for me. -- Gleb.