Skip to content

Commit 6254873

Browse files
jpbruckerMarc Zyngier
authored andcommitted
KVM: arm64: vgic: Fix a comment
It is host userspace, not the guest, that issues KVM_DEV_ARM_VGIC_GRP_CTRL Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> Reviewed-by: Oliver Upton <oliver.upton@linux.dev> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20230518100914.2837292-5-jean-philippe@linaro.org
1 parent c38b840 commit 6254873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kvm/vgic/vgic-init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ void kvm_vgic_destroy(struct kvm *kvm)
406406

407407
/**
408408
* vgic_lazy_init: Lazy init is only allowed if the GIC exposed to the guest
409-
* is a GICv2. A GICv3 must be explicitly initialized by the guest using the
409+
* is a GICv2. A GICv3 must be explicitly initialized by userspace using the
410410
* KVM_DEV_ARM_VGIC_GRP_CTRL KVM_DEVICE group.
411411
* @kvm: kvm struct pointer
412412
*/

0 commit comments

Comments
 (0)