Re: [PATCH 0/4] xen: do some cleanup

From: Boris Ostrovsky
Date: Wed Nov 03 2021 - 10:19:34 EST



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@xxxxxxxxxx>



Applied to for-linus-5.16b.


-boris