Kernel KVM virtualization development
 help / color / mirror / Atom feed
From: "Jörg Rödel" <joro@8bytes.org>
To: coconut-svsm@lists.linux.dev
Cc: kvm@vger.kernel.org
Subject: [RFT] KVM Planes on Linux 7.1 ready for testing
Date: Tue, 2 Jun 2026 12:41:57 +0200	[thread overview]
Message-ID: <ah6w0xGq1jtKNJen@8bytes.org> (raw)

Hi all,

An updated version of the KVM Planes patches is now ready for wider testing.
The branches are based on Linux v7.1-rc6 and QEMU 11.0.0. Before sending them
out I'd love to get more people from the COCONUT community test the changes and
report any problems or regressions agains the 6.11 version.

The Linux branch is here:

	https://github.com/joergroedel/linux/tree/kvm-planes-v7.1

The QEMU branch is here:

	https://github.com/joergroedel/qemu/tree/qemu-planes-linux-v7.1

Both need to be used together, the current QEMU svsm-igvm branch will not work
the kernel above.

For QEMU, there are some minor changes needed for the command line:

	- Add a device-plane=2 parameter to the machine specification

	- Use irq-chip=split

As an example, my QEMU command line starts like this:

         qemu-system-x86_64 \
             -enable-kvm \
             -cpu EPYC-v4 \
             -machine q35,confidential-guest-support=sev0,memory-backend=ram1,igvm-cfg=igvm0,kernel-irqchip=split,device-plane=2 \
             -object memory-backend-memfd,id=ram1,size=32G,share=true \
             -object sev-snp-guest,id=sev0,cbitpos=51,reduced-phys-bits=1 \
             -object igvm-cfg,id=igvm0,file=$IGVM_FILE \
              ...

If no major issues are reported, I plan to post these patches to the mailing
lists for KVM and QEMU by next week.

I plan to update the COCONUT-SVSM downstream branches for KVM and QEMU once
Linux 7.1 is released and regularily rebase the changes to newer kernel and
QEMU versions, also incoperating review feedback from upstream.

Known limitation: The direct-VMSA setting support we have in the 6.11 kernel is
not part of the KVM planes patches yet. I plan to send a separate patch-set for
this feature.

Happy testing!


-Joerg

             reply	other threads:[~2026-06-02 10:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-02 10:41 Jörg Rödel [this message]
2026-06-03  7:58 ` [RFT] KVM Planes on Linux 7.1 ready for testing Luigi Leonardi

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=ah6w0xGq1jtKNJen@8bytes.org \
    --to=joro@8bytes.org \
    --cc=coconut-svsm@lists.linux.dev \
    --cc=kvm@vger.kernel.org \
    /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