Message ID | 20211028081221.2475-1-jgross@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | xen: do some cleanup | expand |
On 10/28/21 4:12 AM, Juergen Gross wrote: > Some cleanups, mostly related to no longer supporting 32-bit PV mode. > > Juergen Gross (4): > x86/xen: remove 32-bit pv leftovers > xen: allow pv-only hypercalls only with CONFIG_XEN_PV > xen: remove highmem remnants > x86/xen: remove 32-bit awareness from startup_xen > > arch/arm/xen/enlighten.c | 1 - > arch/arm/xen/hypercall.S | 1 - > arch/arm64/xen/hypercall.S | 1 - > arch/x86/include/asm/xen/hypercall.h | 233 ++++++++++++--------------- > arch/x86/xen/enlighten_pv.c | 7 - > arch/x86/xen/mmu_pv.c | 1 - > arch/x86/xen/xen-head.S | 12 +- > drivers/xen/mem-reservation.c | 27 ++-- > include/xen/arm/hypercall.h | 15 -- > 9 files changed, 118 insertions(+), 180 deletions(-) Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
On 11/1/21 3:15 PM, Boris Ostrovsky wrote: > > On 10/28/21 4:12 AM, Juergen Gross wrote: >> Some cleanups, mostly related to no longer supporting 32-bit PV mode. >> >> Juergen Gross (4): >> x86/xen: remove 32-bit pv leftovers >> xen: allow pv-only hypercalls only with CONFIG_XEN_PV >> xen: remove highmem remnants >> x86/xen: remove 32-bit awareness from startup_xen >> >> arch/arm/xen/enlighten.c | 1 - >> arch/arm/xen/hypercall.S | 1 - >> arch/arm64/xen/hypercall.S | 1 - >> arch/x86/include/asm/xen/hypercall.h | 233 ++++++++++++--------------- >> arch/x86/xen/enlighten_pv.c | 7 - >> arch/x86/xen/mmu_pv.c | 1 - >> arch/x86/xen/xen-head.S | 12 +- >> drivers/xen/mem-reservation.c | 27 ++-- >> include/xen/arm/hypercall.h | 15 -- >> 9 files changed, 118 insertions(+), 180 deletions(-) > > > > Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Applied to for-linus-5.16b. -boris