Buh I forgot to Cc Eduardo. On 7/1/19 2:31 PM, Philippe Mathieu-Daudé wrote: > First we use ARM_CPU_TYPE_NAME() when we should. > > Then is follow up of > https://lists.gnu.org/archive/html/qemu-devel/2019-05/msg01492.html > > This series looks at Eduardo suggestions from [1] > and Thomas commit aff39be0ed97 to replace various > object_initialize + qdev_set_parent_bus calls by > sysbus_init_child_obj(). > > Finally, some devices are declared orphean while they have a parent, > let them be together again. > > [1] https://patchwork.ozlabs.org/patch/943333/#1953608 > > Philippe Mathieu-Daudé (6): > hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriate > hw/arm: Use object_initialize_child for correct reference counting > hw/arm: Use sysbus_init_child_obj for correct reference counting > hw/arm/fsl-imx: Add the cpu as child of the SoC object > hw/dma/xilinx_axi: Use object_initialize_child for correct ref. > counting > hw/net/xilinx_axi: Use object_initialize_child for correct ref. > counting
- [Qemu-devel] [PATCH 5/6] hw/dma/xilinx_axi: Use ob... Philippe Mathieu-Daudé
- Re: [Qemu-devel] [PATCH 5/6] hw/dma/xilinx_ax... Alistair Francis
- Re: [Qemu-devel] [PATCH 5/6] hw/dma/xilin... Philippe Mathieu-Daudé
- Re: [Qemu-devel] [PATCH 5/6] hw/dma/x... Alistair Francis
- [Qemu-devel] [PATCH 2/6] hw/arm: Use object_initia... Philippe Mathieu-Daudé
- [Qemu-devel] [PATCH 3/6] hw/arm: Use sysbus_init_c... Philippe Mathieu-Daudé
- [Qemu-devel] [PATCH 1/6] hw/arm: Use ARM_CPU_TYPE_... Philippe Mathieu-Daudé
- Re: [Qemu-devel] [PATCH 1/6] hw/arm: Use ARM_... Alistair Francis
- [Qemu-devel] [PATCH 6/6] hw/net/xilinx_axi: Use ob... Philippe Mathieu-Daudé
- Re: [Qemu-devel] [PATCH 6/6] hw/net/xilinx_ax... Alistair Francis
- Re: [Qemu-devel] [PATCH 0/6] hw/arm: Use ARM_CPU_T... Philippe Mathieu-Daudé
- [Qemu-devel] [PATCH 4/6] hw/arm/fsl-imx: Add the c... Philippe Mathieu-Daudé
- Re: [Qemu-devel] [PATCH 0/6] hw/arm: Use ARM_CPU_T... no-reply
- Re: [Qemu-devel] [PATCH 0/6] hw/arm: Use ARM_... Philippe Mathieu-Daudé
- Re: [Qemu-devel] [PATCH 0/6] hw/arm: Use ... Peter Maydell