mbox series

[0/3] target/mips: Add emulation of three MMI instructions

Message ID 1551111037-23411-1-git-send-email-mateja.marjanovic@rt-rk.com
Headers show
Series target/mips: Add emulation of three MMI instructions | expand

Message

Mateja Marjanovic Feb. 25, 2019, 4:10 p.m. UTC
From: Mateja Marjanovic <Mateja.Marjanovic@rt-rk.com>

This series adds emulation of PCPYH, PCPYLD, and PCPYUD MMI
instructions.

Mateja Marjanovic (3):
  target/mips: Add emulation of MMI instruction PCPYH
  target/mips: Add emulation of MMI instruction PCPYLD
  target/mips: Add emulation of MMI instruction PCPYUD

 target/mips/translate.c | 199 ++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 194 insertions(+), 5 deletions(-)

Comments

Aleksandar Rikalo Feb. 25, 2019, 4:44 p.m. UTC | #1
> From: Mateja Marjanovic <mateja.marjanovic@rt-rk.com>

> Subject: [PATCH 0/3] target/mips: Add emulation of three MMI instructions
>
> From: Mateja Marjanovic <Mateja.Marjanovic@rt-rk.com>
>
> This series adds emulation of PCPYH, PCPYLD, and PCPYUD MMI
> instructions.
>
> Mateja Marjanovic (3):
>  target/mips: Add emulation of MMI instruction PCPYH
>  target/mips: Add emulation of MMI instruction PCPYLD
>  target/mips: Add emulation of MMI instruction PCPYUD
>
> target/mips/translate.c | 199 ++++++++++++++++++++++++++++++++++++++++++++++--
>  1 file changed, 194 insertions(+), 5 deletions(-)
>

> From: Aleksandar Markovic <aleksandar.markovic@rt-rk.com>
> Sent: Friday, February 22, 2019 8:26 PM
> To: qemu-devel@nongnu.org
> Cc: aurelien@aurel32.net; Aleksandar Markovic; Aleksandar Rikalo
> Subject: [PATCH v3 0/8] Misc target/mips fixes and improvements
>
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> A collection of misc target/mips fixes and improvements for
> February 2019.
>

For all the patches in this series:

Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>

Aleksandar Rikalo