]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'kvm_mips_20150327' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 30 Mar 2015 14:37:06 +0000 (16:37 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 30 Mar 2015 14:37:06 +0000 (16:37 +0200)
commit65844bb0a7861eefa3ce44cd788163ecc4e14f2d
treee4b361c9c5e9529d427a96d53cabbc57b204dad8
parentb3a2a9076d3149781c8622d6a98a51045ff946e4
parentd952bd070f79b6dcbad52c03dbc41cbc8ba086c8
Merge tag 'kvm_mips_20150327' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/kvm-mips into kvm-next

MIPS KVM Guest FPU & SIMD (MSA) Support

Add guest FPU and MIPS SIMD Architecture (MSA) support to MIPS KVM, by
enabling the host FPU/MSA while in guest mode. This adds two new KVM
capabilities, KVM_CAP_MIPS_FPU & KVM_CAP_MIPS_MSA, and supports the 3 FP
register modes (FR=0, FR=1, FRE=1), and 128-bit MSA vector registers,
with lazy FPU/MSA context save and restore.

Some required MIPS FP/MSA fixes are merged in from a branch in the MIPS
tree first.