[PATCH v6 17/33] KVM: s390: Move PGM code definitions to asm/kvm_host.h

Christian Borntraeger borntraeger at linux.ibm.com
Wed Aug 12 11:47:55 PDT 2026


Am 12.08.26 um 17:36 schrieb Steffen Eiden:
> Move PGM code definitions from kvm_host_s390.h (back) to the generic
> kvm_host.h. These definitions are needed by multiple KVM implementations
> and should be in a shared location.
> 
> No functional change.
> 
> Signed-off-by: Steffen Eiden <seiden at linux.ibm.com>
> ---
>   arch/s390/include/asm/kvm_host.h      | 57 +++++++++++++++++++++++++++
>   arch/s390/include/asm/kvm_host_s390.h | 57 ---------------------------
>   2 files changed, 57 insertions(+), 57 deletions(-)

Can look weird from a first glance, but this helped to reduce the overall
patch size and for rename detection and easier review.

Reviewed-by: Christian Borntraeger <borntraeger at linux.ibm.com>



More information about the linux-arm-kernel mailing list