Re: [RFT] KVM Planes on Linux 7.1 ready for testing

Luigi Leonardi <[email protected]> Wed, 3 Jun 2026 09:58:11 +0200
Newsgroups dev.linux.lists.coconut-svsm,org.kernel.vger.kvm
Message-ID <ah_c_5bKpmx3nOdA@leonardi-redhat>
Hi Joerg,

On Tue, Jun 02, 2026 at 12:41:57PM +0200, Jörg Rödel wrote:
>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
>

I think commit `ACPI: Rebuild ACPI tables on every read` can be dropped, IIRC
this was necessary when SVSM consumed MADT from fw_cfg.

In `qdev: Add plane property`, in function `device_initfn`, dev->plane
should be set to `qdev_default_plane()`
see https://github.com/coconut-svsm/qemu/pull/31/changes/8fa10020cb97ced3151f67b842ecba57ef76765e

Luigi