Re: [PATCHv6 09/10] x86: Enable 5-level paging support

2017-05-24 Thread Juergen Gross
On 24/05/17 11:54, Kirill A. Shutemov wrote: > Most of things are in place and we can enable support of 5-level paging. > > The patch makes XEN_PV dependent on !X86_5LEVEL. XEN_PV is not ready to > work with 5-level paging. > > Signed-off-by: Kirill A. Shutemov

Re: [PATCHv6 09/10] x86: Enable 5-level paging support

2017-05-24 Thread Juergen Gross
On 24/05/17 11:54, Kirill A. Shutemov wrote: > Most of things are in place and we can enable support of 5-level paging. > > The patch makes XEN_PV dependent on !X86_5LEVEL. XEN_PV is not ready to > work with 5-level paging. > > Signed-off-by: Kirill A. Shutemov Xen part: Reviewed-by: Juergen

[PATCHv6 09/10] x86: Enable 5-level paging support

2017-05-24 Thread Kirill A. Shutemov
Most of things are in place and we can enable support of 5-level paging. The patch makes XEN_PV dependent on !X86_5LEVEL. XEN_PV is not ready to work with 5-level paging. Signed-off-by: Kirill A. Shutemov --- arch/x86/Kconfig | 5 + arch/x86/xen/Kconfig

[PATCHv6 09/10] x86: Enable 5-level paging support

2017-05-24 Thread Kirill A. Shutemov
Most of things are in place and we can enable support of 5-level paging. The patch makes XEN_PV dependent on !X86_5LEVEL. XEN_PV is not ready to work with 5-level paging. Signed-off-by: Kirill A. Shutemov --- arch/x86/Kconfig | 5 + arch/x86/xen/Kconfig | 1 + 2 files changed, 6