Re: [Qemu-devel] [PATCH v5 22/28] target/mips: Add CP0 Config2 to DisasContext

2018-10-14 Thread Philippe Mathieu-Daudé
On Fri, Oct 12, 2018 at 6:58 PM Aleksandar Markovic wrote: > > From: Stefan Markovic > > Add field corresponding to CP0 Config2 to DisasContext. This is > needed for availability control via Config2 bits. > > Signed-off-by: Stefan Markovic > Signed-off-by: Aleksandar Markovic Reviewed-by:

Re: [Qemu-devel] [PATCH v5 22/28] target/mips: Add CP0 Config2 to DisasContext

2018-10-12 Thread Aleksandar Markovic
> Subject: [PATCH v5 22/28] target/mips: Add CP0 Config2 to DisasContext > > From: Stefan Markovic > > Add field corresponding to CP0 Config2 to DisasContext. This is needed for availability control via Config2 bits. > > Signed-off-by: Stefan Markovic > Signed-off-by: Aleksandar Markovic > ---

[Qemu-devel] [PATCH v5 22/28] target/mips: Add CP0 Config2 to DisasContext

2018-10-12 Thread Aleksandar Markovic
From: Stefan Markovic Add field corresponding to CP0 Config2 to DisasContext. This is needed for availability control via Config2 bits. Signed-off-by: Stefan Markovic Signed-off-by: Aleksandar Markovic --- target/mips/translate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git