]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Document vCPU event ioctls as requiring init'ed vCPU
authorOliver Upton <oliver.upton@linux.dev>
Tue, 30 Sep 2025 23:36:20 +0000 (16:36 -0700)
committerMarc Zyngier <maz@kernel.org>
Mon, 13 Oct 2025 13:17:03 +0000 (14:17 +0100)
commitcc4309324dc695f62d25d56c0b29805e9724170c
treeac61e591166dc9e1d7200e119ae14cb0f72a84dd
parent0aa1b76fe1429629215a7c79820e4b96233ac4a3
KVM: arm64: Document vCPU event ioctls as requiring init'ed vCPU

KVM rejects calls to KVM_{GET,SET}_VCPU_EVENTS for an uninitialized vCPU
as of commit cc96679f3c03 ("KVM: arm64: Prevent access to vCPU events
before init"). Update the corresponding API documentation.

Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Documentation/virt/kvm/api.rst