Re: [PATCH v6 17/33] KVM: s390: Move PGM code definitions to asm/kvm_host.h
Christian Borntraeger <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390,dev.linux.lists.kvmarm,org.infradead.lists.linux-arm-kernel,org.kernel.vger.kvm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > --- > 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 <[email protected]>