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

Philippe Mathieu-Daudé posted 2 patches 5 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201109090422.2445166-1-f4bug@amsat.org
Maintainers: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aurelien Jarno <aurelien@aurel32.net>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>
target/mips/cp0_helper.c | 9 +++------
target/mips/helper.c     | 4 ++--
target/mips/meson.build  | 2 +-
3 files changed, 6 insertions(+), 9 deletions(-)
[PATCH-for-6.0 0/2] target/mips: CP0 housekeeping patches for Nov 2020
Posted by Philippe Mathieu-Daudé 5 years ago
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(-)

-- 
2.26.2

Re: [PATCH-for-6.0 0/2] target/mips: CP0 housekeeping patches for Nov 2020
Posted by Philippe Mathieu-Daudé 4 years, 11 months ago
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.


Re: [PATCH-for-6.0 0/2] target/mips: CP0 housekeeping patches for Nov 2020
Posted by Richard Henderson 5 years ago
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~

Re: [PATCH-for-6.0 0/2] target/mips: CP0 housekeeping patches for Nov 2020
Posted by chen huacai 5 years ago
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~
>


-- 
Huacai Chen