KVM: VMX: Add PML support in VMX
authorKai Huang <[email protected]>
Wed, 28 Jan 2015 02:54:28 +0000 (10:54 +0800)
committerPaolo Bonzini <[email protected]>
Fri, 30 Jan 2015 08:39:54 +0000 (09:39 +0100)
commit843e4330573cc5261ae260ce0b83dc570d8cdc05
treed0f12d56f8f4c0abc1c4c204468d6061b4ba0be3
parent88178fd4f7187bbe290c5d373fd44aabec891934
KVM: VMX: Add PML support in VMX

This patch adds PML support in VMX. A new module parameter 'enable_pml' is added
to allow user to enable/disable it manually.

Signed-off-by: Kai Huang <[email protected]>
Reviewed-by: Xiao Guangrong <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
arch/x86/include/asm/vmx.h
arch/x86/include/uapi/asm/vmx.h
arch/x86/kvm/trace.h
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c