KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdump
authorZhang Yanfei <zhangyanfei@cn.fujitsu.com>
Thu, 6 Dec 2012 15:43:34 +0000 (23:43 +0800)
committerGleb Natapov <gleb@redhat.com>
Thu, 6 Dec 2012 16:26:57 +0000 (18:26 +0200)
The vmclear function will be assigned to the callback function pointer
when loading kvm-intel module. And the bitmap indicates whether we
should do VMCLEAR operation in kdump. The bits in the bitmap are
set/unset according to different conditions.

Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Acked-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

No differences found