qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 2/8] target/loongarch: Add a check parameter to the TRANS


From: Richard Henderson
Subject: Re: [PATCH v2 2/8] target/loongarch: Add a check parameter to the TRANS macro
Date: Fri, 11 Aug 2023 08:23:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 8/11/23 03:02, Song Gao wrote:
The default check parmeter is ALL, remove TRANS_64 marco.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>

If you're going to remove TRANS_64, you should simply drop the patch that added it, and be careful about the final patch ordering such that the LA32 cpu is created after your patch 3 (which adds avail_64()).

Otherwise there will be a bisection point at which LA32 is enabled, but avail_64 is not enforced.


r~



reply via email to

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