Re: [PATCH v3 00/21] x86/xen: untangle PV and PVHVM guest support code

2017-03-28 Thread Vitaly Kuznetsov
Juergen Gross writes: > On 14/03/17 18:35, Vitaly Kuznetsov wrote: >> Changes since v2: ... > > Series pushed to kernel/git/xen/tip.git for-linus-4.12 with one fixup > patch added: smp_pv.c had a duplicate xen_call_function_interrupt() > defined but not used. I removed it again.

Re: [PATCH v3 00/21] x86/xen: untangle PV and PVHVM guest support code

2017-03-28 Thread Vitaly Kuznetsov
Juergen Gross writes: > On 14/03/17 18:35, Vitaly Kuznetsov wrote: >> Changes since v2: ... > > Series pushed to kernel/git/xen/tip.git for-linus-4.12 with one fixup > patch added: smp_pv.c had a duplicate xen_call_function_interrupt() > defined but not used. I removed it again. Thanks! --

Re: [PATCH v3 00/21] x86/xen: untangle PV and PVHVM guest support code

2017-03-28 Thread Juergen Gross
On 14/03/17 18:35, Vitaly Kuznetsov wrote: > Changes since v2: > - Rebase to 4.11.0-rc1+ > - XEN_HAVE_PVMMU moved to config XEN_PV [Juergen Gross] > - .pin_vcpu kept for x86_hyper_xen_hvm to support PVH Dom0 in future >[Juergen Gross] > - 'extern' qualifiers dropped from newly introduced

Re: [PATCH v3 00/21] x86/xen: untangle PV and PVHVM guest support code

2017-03-28 Thread Juergen Gross
On 14/03/17 18:35, Vitaly Kuznetsov wrote: > Changes since v2: > - Rebase to 4.11.0-rc1+ > - XEN_HAVE_PVMMU moved to config XEN_PV [Juergen Gross] > - .pin_vcpu kept for x86_hyper_xen_hvm to support PVH Dom0 in future >[Juergen Gross] > - 'extern' qualifiers dropped from newly introduced

Re: [PATCH v3 00/21] x86/xen: untangle PV and PVHVM guest support code

2017-03-15 Thread Boris Ostrovsky
On 03/15/2017 05:42 AM, Juergen Gross wrote: > On 14/03/17 18:35, Vitaly Kuznetsov wrote: >> Changes since v2: >> - Rebase to 4.11.0-rc1+ >> - XEN_HAVE_PVMMU moved to config XEN_PV [Juergen Gross] >> - .pin_vcpu kept for x86_hyper_xen_hvm to support PVH Dom0 in future >>[Juergen Gross] >> -

Re: [PATCH v3 00/21] x86/xen: untangle PV and PVHVM guest support code

2017-03-15 Thread Boris Ostrovsky
On 03/15/2017 05:42 AM, Juergen Gross wrote: > On 14/03/17 18:35, Vitaly Kuznetsov wrote: >> Changes since v2: >> - Rebase to 4.11.0-rc1+ >> - XEN_HAVE_PVMMU moved to config XEN_PV [Juergen Gross] >> - .pin_vcpu kept for x86_hyper_xen_hvm to support PVH Dom0 in future >>[Juergen Gross] >> -

Re: [PATCH v3 00/21] x86/xen: untangle PV and PVHVM guest support code

2017-03-15 Thread Juergen Gross
On 14/03/17 18:35, Vitaly Kuznetsov wrote: > Changes since v2: > - Rebase to 4.11.0-rc1+ > - XEN_HAVE_PVMMU moved to config XEN_PV [Juergen Gross] > - .pin_vcpu kept for x86_hyper_xen_hvm to support PVH Dom0 in future >[Juergen Gross] > - 'extern' qualifiers dropped from newly introduced

Re: [PATCH v3 00/21] x86/xen: untangle PV and PVHVM guest support code

2017-03-15 Thread Juergen Gross
On 14/03/17 18:35, Vitaly Kuznetsov wrote: > Changes since v2: > - Rebase to 4.11.0-rc1+ > - XEN_HAVE_PVMMU moved to config XEN_PV [Juergen Gross] > - .pin_vcpu kept for x86_hyper_xen_hvm to support PVH Dom0 in future >[Juergen Gross] > - 'extern' qualifiers dropped from newly introduced

[PATCH v3 00/21] x86/xen: untangle PV and PVHVM guest support code

2017-03-14 Thread Vitaly Kuznetsov
Changes since v2: - Rebase to 4.11.0-rc1+ - XEN_HAVE_PVMMU moved to config XEN_PV [Juergen Gross] - .pin_vcpu kept for x86_hyper_xen_hvm to support PVH Dom0 in future [Juergen Gross] - 'extern' qualifiers dropped from newly introduced function prototypes in headers [Juergen Gross] - A couple

[PATCH v3 00/21] x86/xen: untangle PV and PVHVM guest support code

2017-03-14 Thread Vitaly Kuznetsov
Changes since v2: - Rebase to 4.11.0-rc1+ - XEN_HAVE_PVMMU moved to config XEN_PV [Juergen Gross] - .pin_vcpu kept for x86_hyper_xen_hvm to support PVH Dom0 in future [Juergen Gross] - 'extern' qualifiers dropped from newly introduced function prototypes in headers [Juergen Gross] - A couple