Kernel KVM virtualization development
 help / color / mirror / Atom feed
From: Cornelia Huck <cohuck@redhat.com>
To: Christoph Schlameuss <schlameuss@linux.ibm.com>, qemu-s390x@nongnu.org
Cc: Christian Borntraeger <borntraeger@linux.ibm.com>,
	David Hildenbrand <david@kernel.org>,
	Eric Farman <farman@linux.ibm.com>,
	Halil Pasic <pasic@linux.ibm.com>,
	Hendrik Brueckner <brueckner@linux.ibm.com>,
	Ilya Leoshkevich <iii@linux.ibm.com>,
	Jason Herne <jjherne@linux.ibm.com>,
	Matthew Rosato <mjrosato@linux.ibm.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Richard Henderson <richard.henderson@linaro.org>,
	Thomas Huth <thuth@redhat.com>,
	kvm@vger.kernel.org, qemu-devel@nongnu.org,
	Christoph Schlameuss <schlameuss@linux.ibm.com>,
	Nina Schoetterl-Glausch <oss@nina.schoetterlglausch.eu>
Subject: Re: [PATCH v3 0/2] s390x/kvm: Add ASTFLE facility 2 for nested virtualization
Date: Tue, 07 Jul 2026 13:59:28 +0200	[thread overview]
Message-ID: <875x2rj9i7.fsf@redhat.com> (raw)
In-Reply-To: <20260701-astfleie2-v3-0-f692dc7f4f24@linux.ibm.com>

On Wed, Jul 01 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.
>
> Signed-off-by: Christoph Schlameuss <schlameuss@linux.ibm.com>
> ---
> Changes in v3:
> - include linux v7.2-rc1 headers
>
> 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.2-rc1 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 +-
>  include/standard-headers/drm/drm_fourcc.h       | 54 ++++++++++-------
>  include/standard-headers/linux/ethtool.h        |  3 +
>  include/standard-headers/linux/pci_regs.h       |  2 +
>  include/standard-headers/linux/virtio_can.h     | 78 +++++++++++++++++++++++++
>  include/standard-headers/linux/virtio_console.h |  2 +-
>  include/standard-headers/linux/virtio_gpu.h     |  9 +++
>  linux-headers/asm-s390/kvm.h                    |  1 +
>  linux-headers/asm-x86/kvm.h                     |  2 +
>  linux-headers/linux/iommufd.h                   | 12 ++--
>  linux-headers/linux/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 +
>  18 files changed, 153 insertions(+), 28 deletions(-)

Thanks, applied.


      parent reply	other threads:[~2026-07-07 11:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-01  8:23 [PATCH v3 0/2] s390x/kvm: Add ASTFLE facility 2 for nested virtualization Christoph Schlameuss
2026-07-01  8:23 ` [PATCH v3 1/2] linux-headers: Update to Linux v7.2-rc1 with KVM_S390_VM_CPU_FEAT_ASTFLEIE2 Christoph Schlameuss
2026-07-01  8:23 ` [PATCH v3 2/2] s390x/kvm: Add ASTFLE facility 2 for nested virtualization Christoph Schlameuss
2026-07-07 11:59 ` Cornelia Huck [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=875x2rj9i7.fsf@redhat.com \
    --to=cohuck@redhat.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=brueckner@linux.ibm.com \
    --cc=david@kernel.org \
    --cc=farman@linux.ibm.com \
    --cc=iii@linux.ibm.com \
    --cc=jjherne@linux.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=mjrosato@linux.ibm.com \
    --cc=mst@redhat.com \
    --cc=oss@nina.schoetterlglausch.eu \
    --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=schlameuss@linux.ibm.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox