All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christoph Schlameuss" <schlameuss@linux.ibm.com>
To: "Cornelia Huck" <cohuck@redhat.com>,
	"Christoph Schlameuss" <schlameuss@linux.ibm.com>,
	<qemu-s390x@nongnu.org>
Cc: <qemu-devel@nongnu.org>, "Halil Pasic" <pasic@linux.ibm.com>,
	"Christian Borntraeger" <borntraeger@linux.ibm.com>,
	"Eric Farman" <farman@linux.ibm.com>,
	"Matthew Rosato" <mjrosato@linux.ibm.com>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Ilya Leoshkevich" <iii@linux.ibm.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Hendrik Brueckner" <brueckner@linux.ibm.com>,
	<kvm@vger.kernel.org>,
	"Nina Schoetterl-Glausch" <nsg@linux.ibm.com>
Subject: Re: [PATCH v2 0/2] s390x/kvm: Add ASTFLE facility 2 for nested virtualization
Date: Fri, 12 Jun 2026 09:22:00 +0200	[thread overview]
Message-ID: <DJ6W1L5VXQSI.29PF1MVLB88XE@linux.ibm.com> (raw)
In-Reply-To: <8733zdniy1.fsf@redhat.com>

On Wed May 27, 2026 at 2:19 PM CEST, Cornelia Huck wrote:
> On Tue, Mar 24 2026, Christoph Schlameuss <schlameuss@linux.ibm.com> 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: qemu-devel@nongnu.org
>> Cc: Halil Pasic <pasic@linux.ibm.com>
>> Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
>> Cc: Eric Farman <farman@linux.ibm.com>
>> Cc: Matthew Rosato <mjrosato@linux.ibm.com>
>> Cc: Richard Henderson <richard.henderson@linaro.org>
>> Cc: Ilya Leoshkevich <iii@linux.ibm.com>
>> Cc: Thomas Huth <thuth@redhat.com>
>> Cc: Michael S. Tsirkin <mst@redhat.com>
>> Cc: Cornelia Huck <cohuck@redhat.com>
>> Cc: Paolo Bonzini <pbonzini@redhat.com>
>> Cc: Hendrik Brueckner <brueckner@linux.ibm.com>
>> To: qemu-s390x@nongnu.org
>> Cc: kvm@vger.kernel.org
>>
>> Signed-off-by: Christoph Schlameuss <schlameuss@linux.ibm.com>
>> ---
>> 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 <schlameuss@linux.ibm.com>
>
> 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.

      reply	other threads:[~2026-06-12  7:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-24 15:43 [PATCH v2 0/2] s390x/kvm: Add ASTFLE facility 2 for nested virtualization Christoph Schlameuss
2026-03-24 15:43 ` [PATCH v2 1/2] linux-headers: Update to Linux v7.x with KVM_S390_VM_CPU_FEAT_ASTFLEIE2 Christoph Schlameuss
2026-03-24 15:43 ` [PATCH v2 2/2] s390x/kvm: Add ASTFLE facility 2 for nested virtualization Christoph Schlameuss
2026-05-27 12:19 ` [PATCH v2 0/2] " Cornelia Huck
2026-06-12  7:22   ` Christoph Schlameuss [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=DJ6W1L5VXQSI.29PF1MVLB88XE@linux.ibm.com \
    --to=schlameuss@linux.ibm.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=brueckner@linux.ibm.com \
    --cc=cohuck@redhat.com \
    --cc=farman@linux.ibm.com \
    --cc=iii@linux.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=mjrosato@linux.ibm.com \
    --cc=mst@redhat.com \
    --cc=nsg@linux.ibm.com \
    --cc=pasic@linux.ibm.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=thuth@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.