Skip to content

Commit 5980a69

Browse files
committed
KVM: arm64: Fix documentation for KVM_CAP_ARM_WRITABLE_IMP_ID_REGS
The capability actually fails with EINVAL if vCPUs have already been created. Reviewed-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20250305230825.484091-4-oliver.upton@linux.dev Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
1 parent 03e1b89 commit 5980a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/virt/kvm/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8264,7 +8264,7 @@ take care to differentiate between these cases.
82648264
:Architectures: arm64
82658265
:Target: VM
82668266
:Parameters: None
8267-
:Returns: 0 on success, -EBUSY if vCPUs have been created before enabling this
8267+
:Returns: 0 on success, -EINVAL if vCPUs have been created before enabling this
82688268
capability.
82698269

82708270
This capability changes the behavior of the registers that identify a PE

0 commit comments

Comments
 (0)