mbox series

[PATCH-for-6.0,0/2] target/mips: CP0 housekeeping patches for Nov 2020

Message ID 20201109090422.2445166-1-f4bug@amsat.org (mailing list archive)
Headers show
Series target/mips: CP0 housekeeping patches for Nov 2020 | expand

Message

Philippe Mathieu-Daudé Nov. 9, 2020, 9:04 a.m. UTC
Based-on: <20201108234234.2389789-1-f4bug@amsat.org>

Philippe Mathieu-Daudé (2):
  target/mips: Replace magic values by CP0PM_MASK or
    TARGET_PAGE_BITS_MIN
  target/mips: Do not include CP0 helpers in user-mode emulation

 target/mips/cp0_helper.c | 9 +++------
 target/mips/helper.c     | 4 ++--
 target/mips/meson.build  | 2 +-
 3 files changed, 6 insertions(+), 9 deletions(-)

Comments

Richard Henderson Nov. 9, 2020, 5:33 p.m. UTC | #1
On 11/9/20 1:04 AM, Philippe Mathieu-Daudé wrote:
> Based-on: <20201108234234.2389789-1-f4bug@amsat.org>
> 
> Philippe Mathieu-Daudé (2):
>   target/mips: Replace magic values by CP0PM_MASK or
>     TARGET_PAGE_BITS_MIN
>   target/mips: Do not include CP0 helpers in user-mode emulation

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~
chen huacai Nov. 10, 2020, 1:21 a.m. UTC | #2
Reviewed-by: Huacai Chen <chenhc@lemote.com>

On Tue, Nov 10, 2020 at 1:37 AM Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> On 11/9/20 1:04 AM, Philippe Mathieu-Daudé wrote:
> > Based-on: <20201108234234.2389789-1-f4bug@amsat.org>
> >
> > Philippe Mathieu-Daudé (2):
> >   target/mips: Replace magic values by CP0PM_MASK or
> >     TARGET_PAGE_BITS_MIN
> >   target/mips: Do not include CP0 helpers in user-mode emulation
>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
>
> r~
>
Philippe Mathieu-Daudé Nov. 22, 2020, 7:41 p.m. UTC | #3
On 11/9/20 10:04 AM, Philippe Mathieu-Daudé wrote:
> Based-on: <20201108234234.2389789-1-f4bug@amsat.org>
> 
> Philippe Mathieu-Daudé (2):
>   target/mips: Replace magic values by CP0PM_MASK or
>     TARGET_PAGE_BITS_MIN
>   target/mips: Do not include CP0 helpers in user-mode emulation
> 
>  target/mips/cp0_helper.c | 9 +++------
>  target/mips/helper.c     | 4 ++--
>  target/mips/meson.build  | 2 +-
>  3 files changed, 6 insertions(+), 9 deletions(-)

Thanks, applied to mips-next.