From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH][RESEND] VMX: Properly return error to userspace on vmentry failure Date: Wed, 2 Jun 2010 12:58:56 -0300 Message-ID: <20100602155856.GA23214@amt.cnet> References: <1275334854-6134-1-git-send-email-m.gamal005@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org To: Mohammed Gamal Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48397 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932759Ab0FBQ1e (ORCPT ); Wed, 2 Jun 2010 12:27:34 -0400 Content-Disposition: inline In-Reply-To: <1275334854-6134-1-git-send-email-m.gamal005@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, May 31, 2010 at 10:40:54PM +0300, Mohammed Gamal wrote: > The vmexit handler returns KVM_EXIT_UNKNOWN since there is no handler > for vmentry failures. This intercepts vmentry failures and returns > KVM_FAIL_ENTRY to userspace instead. > > Signed-off-by: Mohammed Gamal Applied, thanks.