[Qemu-devel] [PATCH 0/3] target/mips: Add emulation of three MMI instructions

Mateja Marjanovic posted 3 patches 6 years, 8 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1551111037-23411-1-git-send-email-mateja.marjanovic@rt-rk.com
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Markovic <amarkovic@wavecomp.com>, Aleksandar Rikalo <arikalo@wavecomp.com>
target/mips/translate.c | 199 ++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 194 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH 0/3] target/mips: Add emulation of three MMI instructions
Posted by Mateja Marjanovic 6 years, 8 months ago
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(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH 0/3] target/mips: Add emulation of three MMI instructions
Posted by Aleksandar Rikalo 6 years, 8 months ago
> 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