Re: [Qemu-devel] [PATCH v8 09/87] target/mips: Add support for availability control via bit MT

2018-08-13 Thread Aleksandar Markovic
> From: Aleksandar Markovic > Sent: Monday, August 13, 2018 7:52 PM > > Subject: [PATCH v8 09/87] target/mips: Add support for availability control > via bit MT > > From: Aleksandar Rikalo > > Add a field in hflags for MT bit, and functions check_mt() and > check_cp0_mt(). > > Signed-off-by:

[Qemu-devel] [PATCH v8 09/87] target/mips: Add support for availability control via bit MT

2018-08-13 Thread Aleksandar Markovic
From: Aleksandar Rikalo Add a field in hflags for MT bit, and functions check_mt() and check_cp0_mt(). Signed-off-by: Aleksandar Markovic Signed-off-by: Stefan Markovic --- target/mips/cpu.h | 3 ++- target/mips/internal.h | 6 +- target/mips/translate.c | 29