This patchset primarily adds support for FPU and MIPS SIMD Architecture
(MSA) in MIPS KVM guests to QEMU. It depends on the KVM patchset which I
recently submitted to add the corresponding hypervisor support to KVM
("[PATCH 00/20] MIPS: KVM: Guest FPU & SIMD (MSA) support").All comments welcome. James Hogan (9): mips/kvm: Drop KVM_REG_MIPS_COUNT_* definitions mips/kvm: Remove a couple of noisy DPRINTFs mips/kvm: Implement PRid CP0 register mips/kvm: Implement Config CP0 registers mips/kvm: Support unsigned KVM registers mips/kvm: Support signed 64-bit KVM registers mips/kvm: Add FP & MSA register definitions mips/kvm: Support FPU in MIPS KVM guests mips/kvm: Support MSA in MIPS KVM guests linux-headers/linux/kvm.h | 2 + target-mips/cpu.h | 2 + target-mips/kvm.c | 433 +++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 412 insertions(+), 25 deletions(-) Cc: Paolo Bonzini <[email protected]> Cc: Leon Alrae <[email protected]> Cc: Aurelien Jarno <[email protected]> -- 2.0.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
