From: Claudio Imbrenda <imbrenda@linux.ibm.com>
To: Christoph Schlameuss <schlameuss@linux.ibm.com>
Cc: linux-s390@vger.kernel.org,
Christian Borntraeger <borntraeger@linux.ibm.com>,
Janosch Frank <frankja@linux.ibm.com>,
Heiko Carstens <hca@linux.ibm.com>,
Vasily Gorbik <gor@linux.ibm.com>,
Alexander Gordeev <agordeev@linux.ibm.com>,
Sven Schnelle <svens@linux.ibm.com>,
Hendrik Brueckner <brueckner@linux.ibm.com>,
Nina Schoetterl-Glausch <nsg@linux.ibm.com>,
kvm@vger.kernel.org
Subject: Re: [PATCH v4 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2
Date: Fri, 12 Jun 2026 15:16:27 +0200 [thread overview]
Message-ID: <20260612151627.6d2329d9@p-imbrenda> (raw)
In-Reply-To: <20260612-vsie-alter-stfle-fac-v4-0-74f0e1559929@linux.ibm.com>
On Fri, 12 Jun 2026 14:23:00 +0200
Christoph Schlameuss <schlameuss@linux.ibm.com> wrote:
> Add support for STFLE format 2 in VSIE guests.
>
> The change requires qemu support to set the ASTFLEIE2 feature bit.
> ASTFLEIE2 is available since IBM z16.
> To function G1 has to run this KVM code and G1 and G2 have to run QEMU
>
> Tests are implemented in kvm-unit-tests and sent as a series to that
> list.
>
> Signed-off-by: Christoph Schlameuss <schlameuss@linux.ibm.com>
Series:
Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
with one nit in patch 4
> ---
> The series was originally developed by Nina and only rebased and
> slightly adjusted by me. It was not sent earlier since the accompanying
> kvm-unit-tests and qemu changes were not ready.
>
> ---
> Changes in v4:
> - adjusted struct kvm_s390_flcb2 to make sure reserved0 is always 0
>
> Changes in v3:
> - renamed struct kvm_s390_f2_flcb to kvm_s390_flcb2 as requested by
> Janosch
> - rebased
>
> Changes in v2:
> - adjusted variable naming in handle_stfle()
> - add some constants for readability
> - add struct for format-2 facility list control block
> - rebased to v7.0-rc1
>
> ---
> Nina Schoetterl-Glausch (4):
> KVM: s390: Minor refactor of base/ext facility lists
> s390/sclp: Detect ASTFLEIE 2 facility
> KVM: s390: vsie: Refactor handle_stfle
> KVM: s390: vsie: Implement ASTFLEIE facility 2
>
> arch/s390/include/asm/kvm_host.h | 12 ++++++
> arch/s390/include/asm/sclp.h | 1 +
> arch/s390/include/uapi/asm/kvm.h | 1 +
> arch/s390/kvm/kvm-s390.c | 46 ++++++++++------------
> arch/s390/kvm/vsie.c | 85 +++++++++++++++++++++++++++++++---------
> drivers/s390/char/sclp_early.c | 4 +-
> 6 files changed, 104 insertions(+), 45 deletions(-)
> ---
> base-commit: 0e5d0a0b5ca6ea4e391d6786266405c5871e0151
> change-id: 20260129-vsie-alter-stfle-fac-b3d28b948146
>
> Best regards,
prev parent reply other threads:[~2026-06-12 13:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-12 12:23 [PATCH v4 0/4] KVM: s390: vsie: Implement ASTFLEIE facility 2 Christoph Schlameuss
2026-06-12 12:23 ` [PATCH v4 1/4] KVM: s390: Minor refactor of base/ext facility lists Christoph Schlameuss
2026-06-12 12:23 ` [PATCH v4 2/4] s390/sclp: Detect ASTFLEIE 2 facility Christoph Schlameuss
2026-06-12 12:23 ` [PATCH v4 3/4] KVM: s390: vsie: Refactor handle_stfle Christoph Schlameuss
2026-06-12 12:23 ` [PATCH v4 4/4] KVM: s390: vsie: Implement ASTFLEIE facility 2 Christoph Schlameuss
2026-06-12 12:42 ` sashiko-bot
2026-06-12 13:17 ` Claudio Imbrenda
2026-06-12 13:16 ` Claudio Imbrenda [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260612151627.6d2329d9@p-imbrenda \
--to=imbrenda@linux.ibm.com \
--cc=agordeev@linux.ibm.com \
--cc=borntraeger@linux.ibm.com \
--cc=brueckner@linux.ibm.com \
--cc=frankja@linux.ibm.com \
--cc=gor@linux.ibm.com \
--cc=hca@linux.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=nsg@linux.ibm.com \
--cc=schlameuss@linux.ibm.com \
--cc=svens@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox