From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/7] Fix emulate_invalid_guest_state=0 part 2 Date: Fri, 21 Dec 2012 21:55:29 -0200 Message-ID: <20121221235529.GB30710@amt.cnet> References: <1355332255-26612-1-git-send-email-gleb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:14228 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752010Ab2LUX5S (ORCPT ); Fri, 21 Dec 2012 18:57:18 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBLNvIeL022148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Dec 2012 18:57:18 -0500 Content-Disposition: inline In-Reply-To: <1355332255-26612-1-git-send-email-gleb@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Dec 12, 2012 at 07:10:48PM +0200, Gleb Natapov wrote: > emulate_invalid_guest_state=0 still does not work since last patch of > my previous series was not applied. It causes kvm to emulate code that > previously kvm managed to run in vm86 and this, in turn, causes emulation > errors for instructions kvm does not know how to emulate. Patch 2 of > the series should fix that. Patch 3 is exactly same as 4/4 from previous > series. Other patches are clean-ups. Can't see how guest_state_valid() can affect emulate_invalid_guest_state=0. For the cleanups, Reviewed-by: Marcelo Tosatti .