On 9/5/26 02:54, Pierrick Bouvier wrote:
This saves us having to check if it's initialized everytime we have to access it. No other QOM type should be initialized or accessed during static ctor calls, so we don't depend on their ordering.Suggested-by: Richard Henderson <[email protected]> Signed-off-by: Pierrick Bouvier <[email protected]> --- qom/object.c | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
