Re: [PATCH v5 13/31] KVM: s390: Prepare moving KVM/s390 to arch/s390/kvm/s390
Steffen Eiden <[email protected]> Mon, 3 Aug 2026 16:54:46 +0200
| Newsgroups | dev.linux.lists.kvmarm,org.infradead.lists.linux-arm-kernel,org.kernel.vger.kvm,org.kernel.vger.linux-kernel,org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 03, 2026 at 10:14:04AM +0200, Christian Borntraeger wrote:
> Am 31.07.26 um 15:08 schrieb Steffen Eiden:
> > Lay the groundwork for moving the native KVM/s390 to s390/kvm/s390 to
> > allow for a second KVM module. Move all the kvm_host definitions to
> > _s390 postfixed headers. Prepare local header include guards for a new
> > location. Move gamp related tracing into a separate file. While at it,
> > rename the main KVM/s390 files from s390-kvm.{c,h} to just s390.{c,h} to
> > match the naming scheme of other architectures. Cleanup the KVM/s390
> > makefile.
> >
> > No functional change.
>
> Would it be possible to split every single semantic change into one a separate patch?
>
> 1. kvm-s390.[ch] -> s390.[ch]
> 2. kvm_host definitions
>
> maybe also
> 3. gmap-trace change
>
> That would make the patch easier to consume.
Makes sense, I'll split into three.
Steffen