[Qemu-devel] [PATCH 0/4] Misc MIPS fixes and improvements for October 2018

Aleksandar Markovic posted 4 patches 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1538656491-22950-1-git-send-email-aleksandar.markovic@rt-rk.com
Test docker-clang@ubuntu failed
Test checkpatch passed
There is a newer version of this series
target/mips/cpu.h                |   1 +
target/mips/internal.h           |  11 ++--
target/mips/mips-defs.h          |   1 +
target/mips/translate.c          | 108 ++++++++++++++++++++++++++++++++++++++-
target/mips/translate_init.inc.c |   3 +-
5 files changed, 119 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH 0/4] Misc MIPS fixes and improvements for October 2018
Posted by Aleksandar Markovic 5 years, 6 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

This series contains support for DSP R3 availability control and
emulation of nanoMIPS EVA instructions.

Dimitrije Nikolic (2):
  target/mips: Add opcodes for nanoMIPS EVA instructions
  target/mips: Implement emulation of nanoMIPS EVA instructions

Stefan Markovic (2):
  target/mips: Add bit definitions for DSP R3 ASE
  target/mips: Add availability control for DSP R3 ASE

 target/mips/cpu.h                |   1 +
 target/mips/internal.h           |  11 ++--
 target/mips/mips-defs.h          |   1 +
 target/mips/translate.c          | 108 ++++++++++++++++++++++++++++++++++++++-
 target/mips/translate_init.inc.c |   3 +-
 5 files changed, 119 insertions(+), 5 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH 0/4] Misc MIPS fixes and improvements for October 2018
Posted by Philippe Mathieu-Daudé 5 years, 6 months ago
Hi Aleksandar,

On 04/10/2018 14:34, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
> 
> This series contains support for DSP R3 availability control and
> emulation of nanoMIPS EVA instructions.
> 
> Dimitrije Nikolic (2):
>   target/mips: Add opcodes for nanoMIPS EVA instructions
>   target/mips: Implement emulation of nanoMIPS EVA instructions
> 
> Stefan Markovic (2):
>   target/mips: Add bit definitions for DSP R3 ASE
>   target/mips: Add availability control for DSP R3 ASE

It seems all these patches miss their author Signed-off-by tag.

Regards,

Phil.