Re: [PATCH RFC 2/4] xen/pvhvm: Introduce xen_pvhvm_kexec_shutdown()

2014-07-28 Thread David Vrabel
On 15/07/14 14:40, Vitaly Kuznetsov wrote: > PVHVM guest requires special actions before kexec. Register specific > xen_pvhvm_kexec_shutdown() handler for machine_ops.shutdown(). [...] > --- a/arch/x86/xen/enlighten.c > +++ b/arch/x86/xen/enlighten.c > @@ -1833,6 +1833,12 @@ static struct notifier_

Re: [PATCH RFC 2/4] xen/pvhvm: Introduce xen_pvhvm_kexec_shutdown()

2014-07-15 Thread Boris Ostrovsky
On 07/15/2014 09:40 AM, Vitaly Kuznetsov wrote: PVHVM guest requires special actions before kexec. Register specific xen_pvhvm_kexec_shutdown() handler for machine_ops.shutdown(). Signed-off-by: Vitaly Kuznetsov --- arch/x86/xen/enlighten.c | 9 + arch/x86/xen/smp.c | 9 +++

Re: [PATCH RFC 2/4] xen/pvhvm: Introduce xen_pvhvm_kexec_shutdown()

2014-07-15 Thread Konrad Rzeszutek Wilk
On Tue, Jul 15, 2014 at 05:52:33PM +0200, Vitaly Kuznetsov wrote: > Konrad Rzeszutek Wilk writes: > > > On Tue, Jul 15, 2014 at 03:40:38PM +0200, Vitaly Kuznetsov wrote: > >> PVHVM guest requires special actions before kexec. Register specific > >> xen_pvhvm_kexec_shutdown() handler for machine_o

Re: [PATCH RFC 2/4] xen/pvhvm: Introduce xen_pvhvm_kexec_shutdown()

2014-07-15 Thread Vitaly Kuznetsov
Konrad Rzeszutek Wilk writes: > On Tue, Jul 15, 2014 at 03:40:38PM +0200, Vitaly Kuznetsov wrote: >> PVHVM guest requires special actions before kexec. Register specific >> xen_pvhvm_kexec_shutdown() handler for machine_ops.shutdown(). >> > > This looks close to what I had sent as an RFC to you?

Re: [PATCH RFC 2/4] xen/pvhvm: Introduce xen_pvhvm_kexec_shutdown()

2014-07-15 Thread Konrad Rzeszutek Wilk
On Tue, Jul 15, 2014 at 03:40:38PM +0200, Vitaly Kuznetsov wrote: > PVHVM guest requires special actions before kexec. Register specific > xen_pvhvm_kexec_shutdown() handler for machine_ops.shutdown(). > This looks close to what I had sent as an RFC to you? > Signed-off-by: Vitaly Kuznetsov > -

[PATCH RFC 2/4] xen/pvhvm: Introduce xen_pvhvm_kexec_shutdown()

2014-07-15 Thread Vitaly Kuznetsov
PVHVM guest requires special actions before kexec. Register specific xen_pvhvm_kexec_shutdown() handler for machine_ops.shutdown(). Signed-off-by: Vitaly Kuznetsov --- arch/x86/xen/enlighten.c | 9 + arch/x86/xen/smp.c | 9 + arch/x86/xen/smp.h | 1 + 3 files changed,