qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 3/4] target-arm/helper.c: Allow const opaques


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v1 3/4] target-arm/helper.c: Allow const opaques in arm CP
Date: Wed, 10 Jul 2013 08:32:33 +0100

On 10 July 2013 05:22,  <address@hidden> wrote:
> From: Peter Crosthwaite <address@hidden>
>
> Allow for defining const opaque data in ARM CP register definitions by
> setting .opaque = foo. If non null opaque is passes into
> define_one_arm_cp_reg_with_opaque then that opaque will take
> precedence, otherwise if null opaque is passed, the original opaque
> data will be used.

This doesn't seem to have any motivating use in later
patches in the series, or did I miss it? I guess being able
to have the opaque data in the data-tables is nice, though.

thanks
-- PMM



reply via email to

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