Re: [PATCH v6 17/33] KVM: s390: Move PGM code definitions to asm/kvm_host.h
From: Christian Borntraeger
Date: Wed Aug 12 2026 - 14:48:37 EST
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@xxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxx>