[Qemu-devel] [PATCH 0/3] target/mips: Amend CP0 (add MemoryMapID, add macros, renaming)

Aleksandar Markovic posted 3 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
target/mips/cpu.h       | 115 +++++++
target/mips/machine.c   |   5 +-
target/mips/translate.c | 858 ++++++++++++++++++++++++------------------------
3 files changed, 550 insertions(+), 428 deletions(-)
[Qemu-devel] [PATCH 0/3] target/mips: Amend CP0 (add MemoryMapID, add macros, renaming)
Posted by Aleksandar Markovic 6 years, 9 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

Add MemoryMapId register and add preprocessor constants for
fmajority of CP0 subregisters, and rename few variables.

Aleksandar Markovic (3):
  target/mips: Add preprocessor constants for CP0 subregisters
  target/mips: Add CP0 register MemoryMapID
  target/mips: Rename 'rn' to 'register_name'

 target/mips/cpu.h       | 115 +++++++
 target/mips/machine.c   |   5 +-
 target/mips/translate.c | 858 ++++++++++++++++++++++++------------------------
 3 files changed, 550 insertions(+), 428 deletions(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH 0/3] target/mips: Amend CP0 (add MemoryMapID, add macros, renaming)
Posted by Aleksandar Rikalo 6 years, 9 months ago
> From: Aleksandar Markovic <aleksandar.markovic@rt-rk.com>
> Sent: Wednesday, January 16, 2019 2:05 PM
> To: qemu-devel@nongnu.org
> Cc: Aleksandar Markovic; Aleksandar Rikalo; aurelien@aurel32.net
> Subject: [PATCH 0/3] target/mips: Amend CP0 (add MemoryMapID, add macros, renaming)
>
> From: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> Add MemoryMapId register and add preprocessor constants for
> fmajority of CP0 subregisters, and rename few variables.
>
> Aleksandar Markovic (3):
>   target/mips: Add preprocessor constants for CP0 subregisters
>   target/mips: Add CP0 register MemoryMapID
>   target/mips: Rename 'rn' to 'register_name'
>
>  target/mips/cpu.h       | 115 +++++++
>  target/mips/machine.c   |   5 +-
>  target/mips/translate.c | 858 ++++++++++++++++++++++++------------------------
>  3 files changed, 550 insertions(+), 428 deletions(-)
>
> --
> 2.7.4


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


Except PATCH 1/3 where CPO should be CP0 (zero instead O) in all defines.

Re: [Qemu-devel] [PATCH 0/3] target/mips: Amend CP0 (add MemoryMapID, add macros, renaming)
Posted by Aleksandar Markovic 6 years, 9 months ago
> Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com>
>
> Except PATCH 1/3 where CPO should be CP0 (zero instead O) in all defines.

OK, I will correct this while creating the pull request, no need to respin, I hope.

Thanks,
Aleksandar