Re: [PATCH] sabre: use object_initialize_child() for iommu child object

2020-10-27 Thread Mark Cave-Ayland
On 25/10/2020 11:41, Philippe Mathieu-Daudé wrote: On 10/25/20 12:11 PM, Mark Cave-Ayland wrote: On 21/10/2020 12:43, Mark Cave-Ayland wrote: Store the child object directly within the sabre object rather than using link properties. Signed-off-by: Mark Cave-Ayland ---   hw/pci-host/sabre.c 

Re: [PATCH] sabre: use object_initialize_child() for iommu child object

2020-10-25 Thread Philippe Mathieu-Daudé
On 10/25/20 12:11 PM, Mark Cave-Ayland wrote: On 21/10/2020 12:43, Mark Cave-Ayland wrote: Store the child object directly within the sabre object rather than using link properties. Signed-off-by: Mark Cave-Ayland ---   hw/pci-host/sabre.c | 10 --   hw/sparc64/sun4u.c 

Re: [PATCH] sabre: use object_initialize_child() for iommu child object

2020-10-25 Thread Mark Cave-Ayland
On 21/10/2020 12:43, Mark Cave-Ayland wrote: Store the child object directly within the sabre object rather than using link properties. Signed-off-by: Mark Cave-Ayland --- hw/pci-host/sabre.c | 10 -- hw/sparc64/sun4u.c | 8 +--- include/hw/pci-host/sabre.h |

[PATCH] sabre: use object_initialize_child() for iommu child object

2020-10-21 Thread Mark Cave-Ayland
Store the child object directly within the sabre object rather than using link properties. Signed-off-by: Mark Cave-Ayland --- hw/pci-host/sabre.c | 10 -- hw/sparc64/sun4u.c | 8 +--- include/hw/pci-host/sabre.h | 2 +- 3 files changed, 6 insertions(+), 14 deletio