qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v9 38/84] target/mips: Implement emulation of na


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v9 38/84] target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
Date: Thu, 16 Aug 2018 09:20:17 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 08/16/2018 07:57 AM, Aleksandar Markovic wrote:
> From: Aleksandar Rikalo <address@hidden>
> 
> Implement support for nanoMIPS LLWP/SCWP instructions. Beside
> adding core functionality of these instructions, this patch adds
> support for availability control via configuration bit XNP.
> 
> Reviewed-by: Aleksandar Markovic <address@hidden>
> Signed-off-by: Dimitrije Nikolic <address@hidden>
> Signed-off-by: Aleksandar Markovic <address@hidden>
> Signed-off-by: Stefan Markovic <address@hidden>
> ---
>  linux-user/mips/cpu_loop.c | 25 +++++++++++---
>  target/mips/cpu.h          |  5 ++-
>  target/mips/internal.h     |  5 ++-
>  target/mips/translate.c    | 86 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 114 insertions(+), 7 deletions(-)

Probably all of the linux-user/ changes are moot.
But we should simply clean that up all at once when
converting the whole mips target to tcg_gen_atomic_*.

Reviewed-by: Richard Henderson <address@hidden>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]