From: Will Deacon <will@kernel.org>
To: kvm@vger.kernel.org
Cc: kvmarm@lists.linux.dev, Will Deacon <will@kernel.org>,
Alexandru Elisei <alexandru.elisei@arm.com>,
Suzuki K Poulose <suzuki.poulose@arm.com>,
Andre Przywara <andre.przywara@arm.com>,
Fuad Tabba <fuad.tabba@linux.dev>,
Oliver Upton <oliver.upton@linux.dev>,
Marc Zyngier <maz@kernel.org>
Subject: [PATCH v2 kvmtool 0/4] Add support for running protected VMs on arm64
Date: Thu, 25 Jun 2026 18:10:41 +0100 [thread overview]
Message-ID: <20260625171046.4482-1-will@kernel.org> (raw)
Hi folks,
This is v2 of the patches I previously posted here:
https://lore.kernel.org/r/20260619115415.5475-1-will@kernel.org
Changes since v1 include:
* Bail if user specifies less guest memory than the restricted DMA pool.
* Avoid silently dropping KVM_VM_TYPE_ARM_PROTECTED on old host kernels.
* Added R-b/T-b tags (thank you!)
The patches are also available here if you want to pull them directly:
https://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git/log/?h=pkvm
Cheers,
Will
Cc: Alexandru Elisei <alexandru.elisei@arm.com>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Fuad Tabba <fuad.tabba@linux.dev>
Cc: Oliver Upton <oliver.upton@linux.dev>
Cc: Marc Zyngier <maz@kernel.org>
--->8
Will Deacon (4):
Sync kernel UAPI headers with v7.1
virtio: Factor out base features for modern virtio transports
virtio: Add helper for enabling VIRTIO_F_ACCESS_PLATFORM
arm64: Add support for protected VMs
arm64/fdt.c | 37 ++++++++++++++++++--
arm64/include/asm/kvm.h | 1 +
arm64/include/kvm/fdt-arch.h | 10 +++++-
arm64/include/kvm/kvm-arch.h | 2 ++
arm64/include/kvm/kvm-config-arch.h | 5 ++-
arm64/kvm.c | 28 +++++++++++++--
arm64/pci.c | 2 ++
include/kvm/virtio.h | 2 ++
include/linux/kvm.h | 53 +++++++++++++++++++++++++----
include/linux/virtio_ring.h | 5 +--
riscv/include/asm/kvm.h | 11 +++---
virtio/core.c | 12 +++++++
virtio/mmio-modern.c | 2 +-
virtio/pci-modern.c | 2 +-
x86/include/asm/kvm.h | 21 +++++++-----
15 files changed, 163 insertions(+), 30 deletions(-)
--
2.55.0.rc0.799.gd6f94ed593-goog
next reply other threads:[~2026-06-25 17:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-25 17:10 Will Deacon [this message]
2026-06-25 17:10 ` [PATCH v2 kvmtool 1/4] Sync kernel UAPI headers with v7.1 Will Deacon
2026-06-25 17:10 ` [PATCH v2 kvmtool 2/4] virtio: Factor out base features for modern virtio transports Will Deacon
2026-06-25 17:10 ` [PATCH v2 kvmtool 3/4] virtio: Add helper for enabling VIRTIO_F_ACCESS_PLATFORM Will Deacon
2026-06-25 17:10 ` [PATCH v2 kvmtool 4/4] arm64: Add support for protected VMs Will Deacon
2026-06-25 19:42 ` [PATCH v2 kvmtool 0/4] Add support for running protected VMs on arm64 Fuad Tabba
2026-06-26 11:07 ` Will Deacon
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=20260625171046.4482-1-will@kernel.org \
--to=will@kernel.org \
--cc=alexandru.elisei@arm.com \
--cc=andre.przywara@arm.com \
--cc=fuad.tabba@linux.dev \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.linux.dev \
--cc=maz@kernel.org \
--cc=oliver.upton@linux.dev \
--cc=suzuki.poulose@arm.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