From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZGOy-0003BL-8J for qemu-devel@nongnu.org; Fri, 26 Feb 2016 06:17:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZGOv-0002Rw-2T for qemu-devel@nongnu.org; Fri, 26 Feb 2016 06:17:40 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:65212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZGOu-0002Rs-SM for qemu-devel@nongnu.org; Fri, 26 Feb 2016 06:17:36 -0500 From: Leon Alrae Date: Fri, 26 Feb 2016 11:16:52 +0000 Message-ID: <1456485420-18937-1-git-send-email-leon.alrae@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PULL 0/8] target-mips queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Aurelien Jarno Hi, MIPS pull request containing support for FPU and MSA in KVM and R6 VPs. Thanks, Leon Cc: Peter Maydell Cc: Aurelien Jarno The following changes since commit 0c6940d086f39bbf725d96104abe46da87429cb6: build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories (2016-02-25 16:41:08 +0000) are available in the git repository at: git://github.com/lalrae/qemu.git tags/mips-20160226 for you to fetch changes up to 01bc435b44b8802cc4697faa07d908684afbce4e: target-mips: implement R6 multi-threading (2016-02-26 08:59:17 +0000) ---------------------------------------------------------------- MIPS patches 2016-02-26 Changes: * support for FPU and MSA in KVM guest * support for R6 Virtual Processors ---------------------------------------------------------------- James Hogan (7): 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: Support FPU in MIPS KVM guests mips/kvm: Support MSA in MIPS KVM guests Yongbok Kim (1): target-mips: implement R6 multi-threading disas/mips.c | 4 + target-mips/cpu.c | 9 + target-mips/cpu.h | 25 +++ target-mips/helper.h | 4 + target-mips/kvm.c | 387 +++++++++++++++++++++++++++++++++++++++++-- target-mips/op_helper.c | 48 ++++++ target-mips/translate.c | 59 +++++++ target-mips/translate_init.c | 3 +- 8 files changed, 525 insertions(+), 14 deletions(-)