Re: [PATCH v3 3/6] KVM: s390: Allow 4k granularity for memslots
From: Christoph Schlameuss
Date: Fri Apr 10 2026 - 06:03:03 EST
On Thu Apr 2, 2026 at 5:01 PM CEST, Claudio Imbrenda wrote:
> Until now memslots on s390 needed to have 1M granularity and be 1M
> aligned. Since the new gmap code can handle memslots with 4k
> granularity and alignment, remove the restrictions.
>
> Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
> Reviewed-by: Christian Borntraeger <borntraeger@xxxxxxxxxxxxx>
Reviewed-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
> ---
> arch/s390/kvm/kvm-s390.c | 20 ++++++--------------
> 1 file changed, 6 insertions(+), 14 deletions(-)