On Wed May 27, 2026 at 2:19 PM CEST, Cornelia Huck wrote: > On Tue, Mar 24 2026, Christoph Schlameuss <[email protected]> wrote: > >> Update the kernel headers to get access to >> KVM_S390_VM_CPU_FEAT_ASTFLEIE2 and allow passing the feature through to >> guest on IBM z16 onwards. >> >> Cc: [email protected] >> Cc: Halil Pasic <[email protected]> >> Cc: Christian Borntraeger <[email protected]> >> Cc: Eric Farman <[email protected]> >> Cc: Matthew Rosato <[email protected]> >> Cc: Richard Henderson <[email protected]> >> Cc: Ilya Leoshkevich <[email protected]> >> Cc: Thomas Huth <[email protected]> >> Cc: Michael S. Tsirkin <[email protected]> >> Cc: Cornelia Huck <[email protected]> >> Cc: Paolo Bonzini <[email protected]> >> Cc: Hendrik Brueckner <[email protected]> >> To: [email protected] >> Cc: [email protected] >> >> Signed-off-by: Christoph Schlameuss <[email protected]> >> --- >> Changes in v2: >> - Isolate the linux-header update into its own commit (thanks Thomas) >> - Correct naming of the feature (thanks Hendrik) >> - Add S390_FEAT_SIE_ASTFLEIE2 to full_GEN16_GA1 only as it depends on >> SIEF2 (thanks Christian) >> >> --- >> Christoph Schlameuss (2): >> linux-headers: Update to Linux v7.x with KVM_S390_VM_CPU_FEAT_ASTFLEIE2 >> s390x/kvm: Add ASTFLE facility 2 for nested virtualization >> >> hw/s390x/sclp.c | 2 ++ >> include/hw/s390x/sclp.h | 4 +++- >> linux-headers/asm-s390/kvm.h | 1 + >> target/s390x/cpu_features.c | 3 +++ >> target/s390x/cpu_features.h | 1 + >> target/s390x/cpu_features_def.h.inc | 3 +++ >> target/s390x/cpu_models.c | 2 ++ >> target/s390x/gen-features.c | 1 + >> target/s390x/kvm/kvm.c | 1 + >> 9 files changed, 17 insertions(+), 1 deletion(-) >> --- >> base-commit: fa4b2e31e649ba6fdb3eb2dd43952aad4a3bd675 >> change-id: 20260209-astfleie2-85eec9fd9213 >> >> Best regards, >> -- >> Christoph Schlameuss <[email protected]> > > Looking through old emails: Can we respin with a proper headers update by > now, or is the kernel change still pending? (Or did I miss an update? :)
The kernel change is still pending. I will respin this as soon as the kernel part is out.
