]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/kvm/vmx.c
KVM: VMX: Add PML support in VMX
authorKai Huang <kai.huang@linux.intel.com>
Wed, 28 Jan 2015 02:54:28 +0000 (10:54 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
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 <kai.huang@linux.intel.com>
Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
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