diff options
author | Zhang Yanfei <zhangyanfei@cn.fujitsu.com> | 2012-12-06 10:40:47 -0500 |
---|---|---|
committer | Gleb Natapov <gleb@redhat.com> | 2012-12-06 11:25:36 -0500 |
commit | f23d1f4a116038c68df224deae6718fde87d8f0d (patch) | |
tree | 72d414b6fddf5b726559fba66d2f1d7ffc21de7b /arch/x86/include/asm/kexec.h | |
parent | c21934632549910188fb5cf40e79033f27a0741b (diff) |
x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessary
This patch provides a way to VMCLEAR VMCSs related to guests
on all cpus before executing the VMXOFF when doing kdump. This
is used to ensure the VMCSs in the vmcore updated and
non-corrupted.
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>
Diffstat (limited to 'arch/x86/include/asm/kexec.h')
-rw-r--r-- | arch/x86/include/asm/kexec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kexec.h b/arch/x86/include/asm/kexec.h index 317ff1703d0b..28feeba2fdd6 100644 --- a/arch/x86/include/asm/kexec.h +++ b/arch/x86/include/asm/kexec.h | |||
@@ -163,6 +163,8 @@ struct kimage_arch { | |||
163 | }; | 163 | }; |
164 | #endif | 164 | #endif |
165 | 165 | ||
166 | extern void (*crash_vmclear_loaded_vmcss)(void); | ||
167 | |||
166 | #endif /* __ASSEMBLY__ */ | 168 | #endif /* __ASSEMBLY__ */ |
167 | 169 | ||
168 | #endif /* _ASM_X86_KEXEC_H */ | 170 | #endif /* _ASM_X86_KEXEC_H */ |