Re: [Qemu-devel] [PATCH] mips: Make CP0.Config4 and CP0.Config5 registers signed

2014-11-05 Thread Leon Alrae
On 04/11/2014 15:37, Maciej W. Rozycki wrote: > Make the data type used for the CP0.Config4 and CP0.Config5 registers > and their mask signed, for consistency with the remaining 32-bit CP0 > registers, like CP0.Config0, etc. > > Signed-off-by: Maciej W. Rozycki > --- > qemu-mips-config-int32_t.

[Qemu-devel] [PATCH] mips: Make CP0.Config4 and CP0.Config5 registers signed

2014-11-04 Thread Maciej W. Rozycki
Make the data type used for the CP0.Config4 and CP0.Config5 registers and their mask signed, for consistency with the remaining 32-bit CP0 registers, like CP0.Config0, etc. Signed-off-by: Maciej W. Rozycki --- qemu-mips-config-int32_t.diff Index: qemu-git-trunk/target-mips/cpu.h ===