|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2 1/4] x86/xen: remove 32-bit Xen PV guest support
On 03.07.20 00:59, Boris Ostrovsky wrote: On 7/1/20 7:06 AM, Juergen Gross wrote:Xen is requiring 64-bit machines today and since Xen 4.14 it can be built without 32-bit PV guest support. There is no need to carry the burden of 32-bit PV guest support in the kernel any longer, as new guests can be either HVM or PVH, or they can use a 64 bit kernel. Remove the 32-bit Xen PV support from the kernel. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> --- arch/x86/entry/entry_32.S | 109 +---------- arch/x86/include/asm/proto.h | 2 +- arch/x86/include/asm/segment.h | 2 +- arch/x86/kernel/head_32.S | 31 --- arch/x86/xen/Kconfig | 3 +- arch/x86/xen/Makefile | 3 +- arch/x86/xen/apic.c | 17 -- arch/x86/xen/enlighten_pv.c | 48 +----Should we drop PageHighMem() test in set_aliased_prot()? (And there are few other places where is is used, in mmu_pv.c) Yes, will drop those.
Yes. -#ifdef CONFIG_X86_PAE As Andrew wrote already the hypercall will be cheaper. I'll adjust the comment, though. @@ -654,14 +621,12 @@ static int __xen_pgd_walk(struct mm_struct *mm, pgd_t *pgd,Comment above should be updated. Yes. Juergen
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |