From: Mohammed Gamal Date: Mon, 31 May 2010 19:40:54 +0000 (+0300) Subject: KVM: VMX: Properly return error to userspace on vmentry failure X-Git-Tag: v2.6.36-rc1~580^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5120702e732ed72c7055f511f8dd01de36424569;p=pandora-kernel.git KVM: VMX: Properly return error to userspace on vmentry failure 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 Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed