qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v13 02/26] target/loongarch: Add core definition


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v13 02/26] target/loongarch: Add core definition
Date: Mon, 6 Dec 2021 11:39:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

On 12/6/21 02:22, gaosong wrote:
> HI,
> On 2021/12/5 上午1:26, Philippe Mathieu-Daudé wrote:
>>> +
>>> +    env->fcsr0_mask = 0x1f1f031f;
>> Is this for all CPUs or only the 3A5000?
>>
> Yes,     env->fcsr0_mask = FCSR0_M1 | FCSR0_M2 | FCSR0_M3 = 0x1f1f031f;

Let's use "env->fcsr0_mask = FCSR0_M1 | FCSR0_M2 | FCSR0_M3;" then :)

With review comment addressed:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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