commit | 8f536b7697a0d40ef6b5fd04cf2c04953d5ca06f | [log] [tgz] |
---|---|---|
author | Zhang Yanfei <zhangyanfei@cn.fujitsu.com> | Thu Dec 06 23:43:34 2012 +0800 |
committer | Gleb Natapov <gleb@redhat.com> | Thu Dec 06 18:26:57 2012 +0200 |
tree | c163bd13b3cc17b7b16ceb3be2d7c96d32400d75 | |
parent | f23d1f4a116038c68df224deae6718fde87d8f0d [diff] |
KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdump 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>