From: Arthur Chunqi Li Date: Mon, 16 Sep 2013 08:11:44 +0000 (+0800) Subject: KVM: nVMX: Fully support nested VMX preemption timer X-Git-Tag: v3.13-rc1~80^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7854cbca815562a49d50bbc6f31599312853d1f4;p=pandora-kernel.git KVM: nVMX: Fully support nested VMX preemption timer This patch contains the following two changes: 1. Fix the bug in nested preemption timer support. If vmexit L2->L0 with some reasons not emulated by L1, preemption timer value should be save in such exits. 2. Add support of "Save VMX-preemption timer value" VM-Exit controls to nVMX. With this patch, nested VMX preemption timer features are fully supported. Signed-off-by: Arthur Chunqi Li Reviewed-by: Gleb Natapov Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed