projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c38b840
)
KVM: arm64: vgic: Fix a comment
author
Jean-Philippe Brucker
<jean-philippe@linaro.org>
Thu, 18 May 2023 10:09:18 +0000
(11:09 +0100)
committer
Marc Zyngier
<maz@kernel.org>
Fri, 19 May 2023 09:20:00 +0000
(10:20 +0100)
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
arch/arm64/kvm/vgic/vgic-init.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kvm/vgic/vgic-init.c
b/arch/arm64/kvm/vgic/vgic-init.c
index c199ba2f192ef6143b575330ddc4058d9875a7b8..6eafc2c45cfcf73e1bb5d817545ec4f290a388e9 100644
(file)
--- a/
arch/arm64/kvm/vgic/vgic-init.c
+++ b/
arch/arm64/kvm/vgic/vgic-init.c
@@
-406,7
+406,7
@@
void kvm_vgic_destroy(struct kvm *kvm)
/**
* vgic_lazy_init: Lazy init is only allowed if the GIC exposed to the guest
- * is a GICv2. A GICv3 must be explicitly initialized by
the guest
using the
+ * is a GICv2. A GICv3 must be explicitly initialized by
userspace
using the
* KVM_DEV_ARM_VGIC_GRP_CTRL KVM_DEVICE group.
* @kvm: kvm struct pointer
*/