diff options
| author | 2025-04-01 14:50:11 +0200 | |
|---|---|---|
| committer | 2025-04-04 06:32:17 -0400 | |
| commit | 26cb30f22f9cb9d964f7ae4b3233c0b9d2cddb2f (patch) | |
| tree | 2e5a74b37c87c5b39208581ac311c245e47d3530 | |
| parent | Documentation: KVM: KVM_GET_SUPPORTED_CPUID now exposes TSC_DEADLINE (diff) | |
| download | wireguard-linux-26cb30f22f9cb9d964f7ae4b3233c0b9d2cddb2f.tar.xz wireguard-linux-26cb30f22f9cb9d964f7ae4b3233c0b9d2cddb2f.zip | |
Documentation: kvm: give correct name for KVM_CAP_SPAPR_MULTITCE
The capability is incorrectly called KVM_CAP_PPC_MULTITCE in the documentation.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '')
| -rw-r--r-- | Documentation/virt/kvm/api.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst index 0ec40765ccd4..d2580cb9ab82 100644 --- a/Documentation/virt/kvm/api.rst +++ b/Documentation/virt/kvm/api.rst @@ -8847,10 +8847,9 @@ clearing the PVCLOCK_TSC_STABLE_BIT flag in Xen pvclock sources. This will be done when the KVM_CAP_XEN_HVM ioctl sets the KVM_XEN_HVM_CONFIG_PVCLOCK_TSC_UNSTABLE flag. -8.31 KVM_CAP_PPC_MULTITCE -------------------------- +8.31 KVM_CAP_SPAPR_MULTITCE +--------------------------- -:Capability: KVM_CAP_PPC_MULTITCE :Architectures: ppc :Type: vm |
