qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] target-arm: Merge EL3 CP15 register lists


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] target-arm: Merge EL3 CP15 register lists
Date: Mon, 15 Dec 2014 17:13:59 +0000

On 12 December 2014 at 17:47, Greg Bellows <address@hidden> wrote:
> Merge of the v8_el2_cp_reginfo and el3_cp_reginfo ARMCPRegInfo lists.
> Previously, some EL3 registers were restricted to the ARMv8 list under the
> impression that they were not needed on ARMv7.  However, this is not the case
> as the ARMv7/32-bit variants rely on the ARMv8/64-bit variants to handle
> migration and reset.  For this reason they must always exist.
>
> Signed-off-by: Greg Bellows <address@hidden>
> ---
>
> This is a fix of a regression exposed in patchset
> address@hidden  Apply this patch
> prior to applying the other patchset.

You could have made the diff a little easier to read by just
collapsing the two arrays into one rather than moving all
the entries from the second list to the top of the first,
but never mind now.

Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM



reply via email to

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