From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ne3jC-0002of-0x for qemu-devel@nongnu.org; Sun, 07 Feb 2010 04:46:54 -0500 Received: from [199.232.76.173] (port=51680 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ne3jB-0002oX-HF for qemu-devel@nongnu.org; Sun, 07 Feb 2010 04:46:53 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ne3j6-0000PU-9s for qemu-devel@nongnu.org; Sun, 07 Feb 2010 04:46:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19028) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ne3j5-0000P7-SR for qemu-devel@nongnu.org; Sun, 07 Feb 2010 04:46:48 -0500 Date: Sun, 7 Feb 2010 11:46:41 +0200 From: Gleb Natapov Message-ID: <20100207094641.GH2471@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Jan Kiszka Cc: Anthony Liguori , kvm@vger.kernel.org, Glauber Costa , Marcelo Tosatti , Alexander Graf , qemu-devel@nongnu.org, Avi Kivity 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 > With those patched, doing "info cpus" in monitor kill the guest, which, unfortunately, means that reworked VCPU state writeback is still not so easy to use correctly. -- Gleb.