From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] never re-execute instruction with enabled tdp Date: Wed, 14 Jul 2010 13:47:35 -0300 Message-ID: <20100714164735.GE1100@amt.cnet> References: <20100714160545.GK4689@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:37435 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751565Ab0GNRMM (ORCPT ); Wed, 14 Jul 2010 13:12:12 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6EHCBUq003771 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 14 Jul 2010 13:12:11 -0400 Content-Disposition: inline In-Reply-To: <20100714160545.GK4689@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jul 14, 2010 at 07:05:45PM +0300, Gleb Natapov wrote: > With tdp enabled we should get into emulator only when emulating io, so > reexecution will always bring us back into emulator. > > Signed-off-by: Gleb Natapov > diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c Applied, thanks.