[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 09/14] target/arm: add ARMv8.4-SEL2 system registers
From: |
Richard Henderson |
Subject: |
Re: [PATCH 09/14] target/arm: add ARMv8.4-SEL2 system registers |
Date: |
Tue, 3 Nov 2020 13:40:15 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 11/3/20 1:09 PM, Peter Maydell wrote:
> On Tue, 3 Nov 2020 at 19:50, Richard Henderson
> <richard.henderson@linaro.org> wrote:
>>
>> On 11/2/20 2:57 AM, remi.denis.courmont@huawei.com wrote:
>>> From: Rémi Denis-Courmont <remi.denis.courmont@huawei.com>
>>>
>>> Signed-off-by: Rémi Denis-Courmont <remi.denis.courmont@huawei.com>
>>> ---
>>> target/arm/cpu.h | 2 ++
>>> target/arm/helper.c | 24 ++++++++++++++++++++++++
>>> 2 files changed, 26 insertions(+)
>>
>> These need a new VMStateDescription section in machine.c.
>
> Do they? I think they're handled by the existing generic
> migration-of-sysregs code...
Doh, yes indeed. ARM magic...
r~