From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] Do not stop VM if emulation failed in userspace. Date: Tue, 11 May 2010 14:05:06 -0300 Message-ID: <20100511170506.GC9712@amt.cnet> References: <20100510082133.GK24787@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]:58988 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751565Ab0EKThB (ORCPT ); Tue, 11 May 2010 15:37:01 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4BJb0RG007821 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 May 2010 15:37:01 -0400 Content-Disposition: inline In-Reply-To: <20100510082133.GK24787@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, May 10, 2010 at 11:21:34AM +0300, Gleb Natapov wrote: > Continue vcpu execution in case emulation failure happened while vcpu > was in userspace. In this case #UD will be injected into the guest > allowing guest OS to kill offending process and continue. > > Signed-off-by: Gleb Natapov Applied to uq/master, thanks.