Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: kvm: Fix ordering

7.43 has been assigned twice, make
KVM_CAP_ARM_CACHEABLE_PFNMAP_SUPPORTED 7.44.

Fixes: f55ce5a6cd33 ("KVM: arm64: Expose new KVM cap for cacheable PFNMAP")
Reviewed-by: Ankit Agrawal <ankita@nvidia.com>
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>

+1 -1
+1 -1
Documentation/virt/kvm/api.rst
··· 8692 8692 When this capability is enabled, KVM resets the VCPU when setting 8693 8693 MP_STATE_INIT_RECEIVED through IOCTL. The original MP_STATE is preserved. 8694 8694 8695 - 7.43 KVM_CAP_ARM_CACHEABLE_PFNMAP_SUPPORTED 8695 + 7.44 KVM_CAP_ARM_CACHEABLE_PFNMAP_SUPPORTED 8696 8696 ------------------------------------------- 8697 8697 8698 8698 :Architectures: arm64