https://bugzilla.kernel.org/show_bug.cgi?id=60679 Jay Ren <yongjie.ren@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |CODE_FIX --- Comment #1 from Jay Ren <yongjie.ren@xxxxxxxxx> --- the following commit fixed the bug: commit 205befd9a5c701b56f569434045821f413f08f6d Author: Gleb Natapov <gleb@xxxxxxxxxx> Date: Sun Aug 4 15:08:06 2013 +0300 KVM: nVMX: correctly set tr base on nested vmexit emulation After commit 21feb4eb64e21f8dc91136b91ee886b978ce6421 tr base is zeroed during vmexit. Set it to L1's HOST_TR_BASE. This should fix https://bugzilla.kernel.org/show_bug.cgi?id=60679 Reported-by: Yongjie Ren <yongjie.ren@xxxxxxxxx> Reviewed-by: Arthur Chunqi Li <yzt356@xxxxxxxxx> Tested-by: Yongjie Ren <yongjie.ren@xxxxxxxxx> Signed-off-by: Gleb Natapov <gleb@xxxxxxxxxx> Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html