qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v7 03/21] target/loongarch: Add main translation routines


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v7 03/21] target/loongarch: Add main translation routines
Date: Mon, 18 Oct 2021 14:58:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 10/18/21 14:47, Song Gao wrote:
> This patch add main translation routines and
> basic functions for translation.
> 
> Signed-off-by: Song Gao <gaosong@loongson.cn>
> Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  target/loongarch/helper.h    |   9 +++
>  target/loongarch/internals.h |   1 -
>  target/loongarch/op_helper.c |  22 ++++++
>  target/loongarch/translate.c | 160 
> +++++++++++++++++++++++++++++++++++++++++++
>  target/loongarch/translate.h |  27 ++++++++
>  5 files changed, 218 insertions(+), 1 deletion(-)
>  create mode 100644 target/loongarch/helper.h
>  create mode 100644 target/loongarch/op_helper.c
>  create mode 100644 target/loongarch/translate.c
>  create mode 100644 target/loongarch/translate.h

> diff --git a/target/loongarch/internals.h b/target/loongarch/internals.h
> index cfb08df..1052cb6 100644
> --- a/target/loongarch/internals.h
> +++ b/target/loongarch/internals.h
> @@ -9,7 +9,6 @@
>  #ifndef LOONGARCH_INTERNALS_H
>  #define LOONGARCH_INTERNALS_H
>  
> -
>  void loongarch_translate_init(void);
>  
>  void loongarch_cpu_dump_state(CPUState *cpu, FILE *f, int flags);

Remnant from previous patch ;) Not a big deal.



reply via email to

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