Re: [PATCH v2 01/58] qdev: Rename qbus_realize() to qbus_init()

2020-05-30 Thread Philippe Mathieu-Daudé
On 5/29/20 3:44 PM, Markus Armbruster wrote: > qbus_realize() does not actually realize. Rename it to qbus_init(). > > Signed-off-by: Markus Armbruster > --- > hw/core/bus.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 01/58] qdev: Rename qbus_realize() to qbus_init()

2020-05-29 Thread Markus Armbruster
qbus_realize() does not actually realize. Rename it to qbus_init(). Signed-off-by: Markus Armbruster --- hw/core/bus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/core/bus.c b/hw/core/bus.c index 50924793ac..33a4443217 100644 --- a/hw/core/bus.c +++