summaryrefslogtreecommitdiff
path: root/Documentation/virt/kvm/api.rst
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-04-26 22:48:44 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2023-04-26 22:48:44 +0300
commite1a6d5cf10dd93fc27d8c85cd7b3e41f08a816e6 (patch)
treed1c933d7964fb90ffe752ba90f1460d50cde1d2a /Documentation/virt/kvm/api.rst
parent4f382a79a66b1a926e30f6d89295fc8fe2c4a86e (diff)
parentb0d237087c674c43df76c1a0bc2737592f3038f4 (diff)
downloadlinux-e1a6d5cf10dd93fc27d8c85cd7b3e41f08a816e6.tar.xz
Merge tag 'kvm-x86-generic-6.4' of https://github.com/kvm-x86/linux into HEAD
Common KVM changes for 6.4: - Drop unnecessary casts from "void *" throughout kvm_main.c - Tweak the layout of "struct kvm_mmu_memory_cache" to shrink the struct size by 8 bytes on 64-bit kernels by utilizing a padding hole - Fix a documentation format goof that was introduced when the KVM docs were converted to ReST - Constify MIPS's internal callbacks (a leftover from the hardware enabling rework that landed in 6.3)
Diffstat (limited to 'Documentation/virt/kvm/api.rst')
-rw-r--r--Documentation/virt/kvm/api.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.rst
index e54fdfaa75e2..e0c63de8e837 100644
--- a/Documentation/virt/kvm/api.rst
+++ b/Documentation/virt/kvm/api.rst
@@ -7330,6 +7330,7 @@ and injected exceptions.
will clear DR6.RTM.
7.18 KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2
+--------------------------------------
:Architectures: x86, arm64, mips
:Parameters: args[0] whether feature should be enabled or not