Re: [PATCH RFC 0/4] xen/pvhvm: fix shared_info and pirq issues with kexec

2014-08-04 Thread Vitaly Kuznetsov
David Vrabel writes: > On 01/08/14 13:21, Vitaly Kuznetsov wrote: >> David Vrabel writes: >> >>> On 15/07/14 14:40, Vitaly Kuznetsov wrote: With this patch series I'm trying to address several issues with kexec on pvhvm: - shared_info issue (1st patch, just sending Olaf's work w

Re: [PATCH RFC 0/4] xen/pvhvm: fix shared_info and pirq issues with kexec

2014-08-01 Thread David Vrabel
On 01/08/14 13:21, Vitaly Kuznetsov wrote: > David Vrabel writes: > >> On 15/07/14 14:40, Vitaly Kuznetsov wrote: >>> With this patch series I'm trying to address several issues with kexec on >>> pvhvm: >>> - shared_info issue (1st patch, just sending Olaf's work with Konrad's fix) >>> - create

Re: [PATCH RFC 0/4] xen/pvhvm: fix shared_info and pirq issues with kexec

2014-08-01 Thread Vitaly Kuznetsov
David Vrabel writes: > On 15/07/14 14:40, Vitaly Kuznetsov wrote: >> With this patch series I'm trying to address several issues with kexec on >> pvhvm: >> - shared_info issue (1st patch, just sending Olaf's work with Konrad's fix) >> - create specific pvhvm shutdown handler for kexec (2nd patch

Re: [PATCH RFC 0/4] xen/pvhvm: fix shared_info and pirq issues with kexec

2014-07-28 Thread David Vrabel
On 15/07/14 14:40, Vitaly Kuznetsov wrote: > With this patch series I'm trying to address several issues with kexec on > pvhvm: > - shared_info issue (1st patch, just sending Olaf's work with Konrad's fix) > - create specific pvhvm shutdown handler for kexec (2nd patch) > - GSI PIRQ issue (3rd pat

[PATCH RFC 0/4] xen/pvhvm: fix shared_info and pirq issues with kexec

2014-07-15 Thread Vitaly Kuznetsov
With this patch series I'm trying to address several issues with kexec on pvhvm: - shared_info issue (1st patch, just sending Olaf's work with Konrad's fix) - create specific pvhvm shutdown handler for kexec (2nd patch) - GSI PIRQ issue (3rd patch, I'm pretty confident that it does the right thing)