]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/virtual/kvm/api.txt
MIPS: KVM: Wire up MSA capability
[karo-tx-linux.git] / Documentation / virtual / kvm / api.txt
index 62809871814b35ce58de3a7d771d9effc950069a..1490eb0ef798d7be7b96d56ec22ea5ed54519d5f 100644 (file)
@@ -3335,6 +3335,18 @@ done the KVM_REG_MIPS_FPR_* and KVM_REG_MIPS_FCR_* registers can be accessed
 Config5.FRE bits are accessible via the KVM API and also from the guest,
 depending on them being supported by the FPU.
 
+6.10 KVM_CAP_MIPS_MSA
+
+Architectures: mips
+Target: vcpu
+Parameters: args[0] is reserved for future use (should be 0).
+
+This capability allows the use of the MIPS SIMD Architecture (MSA) by the guest.
+It allows the Config3.MSAP bit to be set to enable the use of MSA by the guest.
+Once this is done the KVM_REG_MIPS_VEC_* and KVM_REG_MIPS_MSA_* registers can be
+accessed, and the Config5.MSAEn bit is accessible via the KVM API and also from
+the guest.
+
 7. Capabilities that can be enabled on VMs
 ------------------------------------------