Re: [PATCH v5 1/2] x86/kexec: VMCLEAR vmcss on all cpus if necessary

2012-11-22 Thread Gleb Natapov
On Thu, Nov 22, 2012 at 08:59:15AM +0800, Zhang Yanfei wrote: 于 2012年11月21日 18:33, Gleb Natapov 写道: On Wed, Nov 21, 2012 at 10:23:12AM +0800, Zhang Yanfei wrote: This patch adds an atomic notifier list named crash_notifier_list. When loading kvm-intel module, a notifier will be registered

Re: [PATCH v5 1/2] x86/kexec: VMCLEAR vmcss on all cpus if necessary

2012-11-21 Thread Gleb Natapov
On Wed, Nov 21, 2012 at 10:23:12AM +0800, Zhang Yanfei wrote: This patch adds an atomic notifier list named crash_notifier_list. When loading kvm-intel module, a notifier will be registered in the list to enable vmcss loaded on all cpus to be VMCLEAR'd if needed. Signed-off-by: Zhang Yanfei

[PATCH v5 1/2] x86/kexec: VMCLEAR vmcss on all cpus if necessary

2012-11-20 Thread Zhang Yanfei
This patch adds an atomic notifier list named crash_notifier_list. When loading kvm-intel module, a notifier will be registered in the list to enable vmcss loaded on all cpus to be VMCLEAR'd if needed. Signed-off-by: Zhang Yanfei zhangyan...@cn.fujitsu.com --- arch/x86/include/asm/kexec.h |2