projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a52116
)
docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
author
Eric Auger
<eric.auger@redhat.com>
Mon, 5 Apr 2021 16:39:37 +0000
(18:39 +0200)
committer
Marc Zyngier
<maz@kernel.org>
Tue, 6 Apr 2021 13:51:38 +0000
(14:51 +0100)
kvm_arch_vcpu_precreate() returns -EBUSY if the vgic is
already initialized. So let's document that KVM_DEV_ARM_VGIC_CTRL_INIT
must be called after all vcpu creations.
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link:
https://lore.kernel.org/r/20210405163941.510258-6-eric.auger@redhat.com
Documentation/virt/kvm/devices/arm-vgic-v3.rst
patch
|
blob
|
history
diff --git
a/Documentation/virt/kvm/devices/arm-vgic-v3.rst
b/Documentation/virt/kvm/devices/arm-vgic-v3.rst
index 5dd3bff519783c36381877cca0c27286ec2b9c01..51e5e576257167ccaa7ade8d2e92353cc9141862 100644
(file)
--- a/
Documentation/virt/kvm/devices/arm-vgic-v3.rst
+++ b/
Documentation/virt/kvm/devices/arm-vgic-v3.rst
@@
-228,7
+228,7
@@
Groups:
KVM_DEV_ARM_VGIC_CTRL_INIT
request the initialization of the VGIC, no additional parameter in
- kvm_device_attr.addr.
+ kvm_device_attr.addr.
Must be called after all VCPUs have been created.
KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES
save all LPI pending bits into guest RAM pending tables.