From: Gleb Natapov Date: Wed, 25 Sep 2013 09:51:33 +0000 (+0300) Subject: KVM: nVMX: Amend nested_run_pending logic X-Git-Tag: v3.13-rc1~80^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b890d35cdff506b72129b55a166d22fc9bfa64;p=pandora-kernel.git KVM: nVMX: Amend nested_run_pending logic EXIT_REASON_VMLAUNCH/EXIT_REASON_VMRESUME exit does not mean that nested VM will actually run during next entry. Move setting nested_run_pending closer to vmentry emulation code and move its clearing close to vmexit to minimize amount of code that will erroneously run with nested_run_pending set. Signed-off-by: Gleb Natapov Reviewed-by: Paolo Bonzini Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed