mbox

[PULL,0/8] target-mips queue

Message ID 1456485420-18937-1-git-send-email-leon.alrae@imgtec.com
State New
Headers show

Pull-request

git://github.com/lalrae/qemu.git tags/mips-20160226

Message

Leon Alrae Feb. 26, 2016, 11:16 a.m. UTC
Hi,

MIPS pull request containing support for FPU and MSA in KVM and R6 VPs.

Thanks,
Leon

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>

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(-)

Comments

Peter Maydell Feb. 26, 2016, 1:24 p.m. UTC | #1
On 26 February 2016 at 11:16, Leon Alrae <leon.alrae@imgtec.com> wrote:
> Hi,
>
> MIPS pull request containing support for FPU and MSA in KVM and R6 VPs.
>
> Thanks,
> Leon
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Aurelien Jarno <aurelien@aurel32.net>
>
> 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
>

Applied, thanks.

-- PMM