Re: [Qemu-devel] [PATCH v2 0/6] hw/arm: Use ARM_CPU_TYPE_NAME() and object_initialize_child()

2019-09-06 Thread Peter Maydell
On Fri, 23 Aug 2019 at 15:33, Philippe Mathieu-Daudé wrote: > > First we use ARM_CPU_TYPE_NAME() when we should. > > Then is follow up of [1]: > > This series looks at Eduardo suggestions from [2] > and Thomas commit aff39be0ed97 to replace various > object_initialize + qdev_set_parent_bus

[Qemu-devel] [PATCH v2 0/6] hw/arm: Use ARM_CPU_TYPE_NAME() and object_initialize_child()

2019-08-23 Thread Philippe Mathieu-Daudé
First we use ARM_CPU_TYPE_NAME() when we should. Then is follow up of [1]: This series looks at Eduardo suggestions from [2] and Thomas commit aff39be0ed97 to replace various object_initialize + qdev_set_parent_bus calls by sysbus_init_child_obj(). Finally, some devices are declared