From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH v2 00/21] qemu-kvm: Hook cleanups and extended use of upstream code Date: Sun, 7 Feb 2010 13:51:39 +0200 Message-ID: <20100207115139.GK2471@redhat.com> References: <20100207094641.GH2471@redhat.com> <4B6EA3F1.5000405@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , Marcelo Tosatti , kvm@vger.kernel.org, Anthony Liguori , Alexander Graf , Glauber Costa , qemu-devel@nongnu.org To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:61974 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754843Ab0BGLwD (ORCPT ); Sun, 7 Feb 2010 06:52:03 -0500 Content-Disposition: inline In-Reply-To: <4B6EA3F1.5000405@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Feb 07, 2010 at 12:28:49PM +0100, Jan Kiszka wrote: > Gleb Natapov 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 > >> > > 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. > > > > Regression of patch 12 ("qemu-kvm: Use upstream kvm_vcpu_dirty"), will > be fixed in v3. > Looks better now indeed. Thanks. -- Gleb. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ne5gC-0000Ep-CR for qemu-devel@nongnu.org; Sun, 07 Feb 2010 06:51:56 -0500 Received: from [199.232.76.173] (port=33812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ne5gB-0000Eh-3j for qemu-devel@nongnu.org; Sun, 07 Feb 2010 06:51:55 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ne5g5-0004mh-Hu for qemu-devel@nongnu.org; Sun, 07 Feb 2010 06:51:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15567) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ne5g4-0004lQ-HI for qemu-devel@nongnu.org; Sun, 07 Feb 2010 06:51:49 -0500 Date: Sun, 7 Feb 2010 13:51:39 +0200 From: Gleb Natapov Message-ID: <20100207115139.GK2471@redhat.com> References: <20100207094641.GH2471@redhat.com> <4B6EA3F1.5000405@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B6EA3F1.5000405@web.de> 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 Sun, Feb 07, 2010 at 12:28:49PM +0100, Jan Kiszka wrote: > Gleb Natapov 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 > >> > > 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. > > > > Regression of patch 12 ("qemu-kvm: Use upstream kvm_vcpu_dirty"), will > be fixed in v3. > Looks better now indeed. Thanks. -- Gleb.