On 2/3/21 3:23 PM, Philippe Mathieu-Daudé wrote:
> On 2/1/21 11:09 AM, Claudio Fontana wrote:
>> avoid open coding the accesses to cpu->accel_cpu interfaces,
>> and instead introduce:
>>
>> accel_cpu_instance_init,
>> accel_cpu_realizefn
>>
>> to be used by the targets/ initfn code,
>> and by cpu_e
On 2/1/21 11:09 AM, Claudio Fontana wrote:
> avoid open coding the accesses to cpu->accel_cpu interfaces,
> and instead introduce:
>
> accel_cpu_instance_init,
> accel_cpu_realizefn
>
> to be used by the targets/ initfn code,
> and by cpu_exec_realizefn respectively.
>
> Add warnings about the u
avoid open coding the accesses to cpu->accel_cpu interfaces,
and instead introduce:
accel_cpu_instance_init,
accel_cpu_realizefn
to be used by the targets/ initfn code,
and by cpu_exec_realizefn respectively.
Add warnings about the use of target-specific headers.
Signed-off-by: Claudio Fontana