Hi Peter,

On 17/10/23 18:32, Peter Maydell wrote:
On Thu, 12 Oct 2023 at 13:19, Philippe Mathieu-Daudé <phi...@linaro.org> wrote:

There are no root function properties exposed by the host
bridge, so using a 2-step QOM creation isn't really useful.

Simplify by creating the root function when the host bridge
is realized.

It's not necessary, but on the other hand "init child objects
in init; realize child objects in realize" is the standard
way to do this. Does not moving this to the realize method
block anything in the rest of the patchset?

I thought it was only recommended to use the init/realize
pair when properties could be consumed. Otherwise using
a single handler makes a model simpler.

No problem if I can drop this patch.

Reply via email to