From: Alexander Graf Date: Fri, 9 Oct 2009 14:08:25 +0000 (+0200) Subject: KVM: SVM: Notify nested hypervisor of lost event injections X-Git-Tag: v2.6.33-rc1~387^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d23c4662427507f432c96ac4fa3b76f0a8360cd;p=pandora-kernel.git KVM: SVM: Notify nested hypervisor of lost event injections If event_inj is valid on a #vmexit the host CPU would write the contents to exit_int_info, so the hypervisor knows that the event wasn't injected. We don't do this in nested SVM by now which is a bug and fixed by this patch. Signed-off-by: Alexander Graf Signed-off-by: Joerg Roedel Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed