On Thu, 12 Oct 2023 at 13:19, Philippe Mathieu-Daudé <[email protected]> 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? thanks -- PMM
