qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v14 18/22] accel: introduce AccelCPUClass extending CPUClass


From: Richard Henderson
Subject: Re: [PATCH v14 18/22] accel: introduce AccelCPUClass extending CPUClass
Date: Sat, 30 Jan 2021 09:01:53 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 1/30/21 12:53 AM, Claudio Fontana wrote:
> To summarize:
> 
> 1) accel->cpu_realizefn extends the current cpu target-specific realize 
> functions with accelerator-specific code,
>    which currently does not make use of errp at all (thus, the temptation to 
> remove errp from the interface until it is actually needed by a target).

No, arm does use errp in realizefn already.
It's just that the void return value is hinky.


r~



reply via email to

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