Re: [PATCH v2 2/6] arm64: KVM: Rename DEBUG_STATE_SAVE_TRBE to DEBUG_STATE_SAVE_TRFCR

From: James Clark
Date: Thu Oct 19 2023 - 12:57:19 EST




On 05/10/2023 19:04, Suzuki K Poulose wrote:
> On 05/10/2023 17:41, Suzuki K Poulose wrote:
>> On 05/10/2023 13:57, James Clark wrote:
>>> This flag actually causes the TRFCR register to be saved, so rename it
>>> to that effect.
>>>
>>> Currently it only happens when TRBE is used, but in a later commit
>>> TRFCR will be saved and restored even if TRBE isn't used, so the new
>>> name will be more accurate.
>>>
>>> Signed-off-by: James Clark <james.clark@xxxxxxx>
>>
>> Reviewed-by: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
>
> Reviewing the patch 5, this change may need to be dropped
> and instead we need to add a new flag for TRFCR.
>
> Suzuki
>

Yes I dropped this commit and added a new one to add a new flag.