qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/8] target-mips queue
@ 2016-02-26 11:16 Leon Alrae
  2016-02-26 11:16 ` [Qemu-devel] [PULL 1/8] mips/kvm: Remove a couple of noisy DPRINTFs Leon Alrae
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Leon Alrae @ 2016-02-26 11:16 UTC (permalink / raw)
  To: qemu-devel; +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 <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(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-02-26 13:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 11:16 [Qemu-devel] [PULL 0/8] target-mips queue Leon Alrae
2016-02-26 11:16 ` [Qemu-devel] [PULL 1/8] mips/kvm: Remove a couple of noisy DPRINTFs Leon Alrae
2016-02-26 11:16 ` [Qemu-devel] [PULL 2/8] mips/kvm: Implement PRid CP0 register Leon Alrae
2016-02-26 11:16 ` [Qemu-devel] [PULL 3/8] mips/kvm: Implement Config CP0 registers Leon Alrae
2016-02-26 11:16 ` [Qemu-devel] [PULL 4/8] mips/kvm: Support unsigned KVM registers Leon Alrae
2016-02-26 11:16 ` [Qemu-devel] [PULL 5/8] mips/kvm: Support signed 64-bit " Leon Alrae
2016-02-26 11:16 ` [Qemu-devel] [PULL 6/8] mips/kvm: Support FPU in MIPS KVM guests Leon Alrae
2016-02-26 11:16 ` [Qemu-devel] [PULL 7/8] mips/kvm: Support MSA " Leon Alrae
2016-02-26 11:17 ` [Qemu-devel] [PULL 8/8] target-mips: implement R6 multi-threading Leon Alrae
2016-02-26 13:24 ` [Qemu-devel] [PULL 0/8] target-mips queue Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).