[PATCH 15/18] Documentation: KVM: Fix typos in VGICv5 documentation
Joey Gouly
joey.gouly at arm.com
Fri Apr 17 08:29:31 PDT 2026
On Wed, Apr 15, 2026 at 12:55:56PM +0100, Marc Zyngier wrote:
> From: Sascha Bischoff <sascha.bischoff at arm.com>
>
> Fix two typos in the VGICv5 documentation.
>
> Fixes: d51c978b7d3e ("KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI")
> Fixes: eb3c4d2c9a4d ("Documentation: KVM: Introduce documentation for VGICv5")
> Link: https://sashiko.dev/#/patchset/20260319154937.3619520-1-sascha.bischoff%40arm.com
> Signed-off-by: Sascha Bischoff <sascha.bischoff at arm.com>
> Signed-off-by: Marc Zyngier <maz at kernel.org>
> ---
> Documentation/virt/kvm/devices/arm-vgic-v5.rst | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/virt/kvm/devices/arm-vgic-v5.rst b/Documentation/virt/kvm/devices/arm-vgic-v5.rst
> index 29335ea823fc5..1985b2d880322 100644
> --- a/Documentation/virt/kvm/devices/arm-vgic-v5.rst
> +++ b/Documentation/virt/kvm/devices/arm-vgic-v5.rst
> @@ -12,8 +12,8 @@ Only one VGIC instance may be instantiated through this API. The created VGIC
> will act as the VM interrupt controller, requiring emulated user-space devices
> to inject interrupts to the VGIC instead of directly to CPUs.
>
> -Creating a guest GICv5 device requires a host GICv5 host. The current VGICv5
> -device only supports PPI interrupts. These can either be injected from emulated
> +Creating a guest GICv5 device requires a GICv5 host. The current VGICv5 device
> +only supports PPI interrupts. These can either be injected from emulated
> in-kernel devices (such as the Arch Timer, or PMU), or via the KVM_IRQ_LINE
> ioctl.
>
> @@ -25,7 +25,7 @@ Groups:
> request the initialization of the VGIC, no additional parameter in
> kvm_device_attr.addr. Must be called after all VCPUs have been created.
>
> - KVM_DEV_ARM_VGIC_USERPSPACE_PPIs
> + KVM_DEV_ARM_VGIC_USERPSPACE_PPIS
This still has a typo! There's a P lurking between USER and SPACE!
> request the mask of userspace-drivable PPIs. Only a subset of the PPIs can
> be directly driven from userspace with GICv5, and the returned mask
> informs userspace of which it is allowed to drive via KVM_IRQ_LINE.
> --
> 2.47.3
>
Thanks,
Joey
More information about the linux-arm-kernel
mailing list