Re: [PATCH v2 12/58] qdev: Convert uses of qdev_set_parent_bus() manually

2020-06-09 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 5/29/20 3:44 PM, Markus Armbruster wrote: >> Same transformation as in the previous commit. Manual, because >> convincing Coccinelle to transform these cases is somewhere between >> not worthwhile and infeasible (at least for me). >> >> Signed-off-by: Markus

Re: [PATCH v2 12/58] qdev: Convert uses of qdev_set_parent_bus() manually

2020-06-09 Thread Philippe Mathieu-Daudé
On 5/29/20 3:44 PM, Markus Armbruster wrote: > Same transformation as in the previous commit. Manual, because > convincing Coccinelle to transform these cases is somewhere between > not worthwhile and infeasible (at least for me). > > Signed-off-by: Markus Armbruster > --- > hw/pci-host/prep.c

[PATCH v2 12/58] qdev: Convert uses of qdev_set_parent_bus() manually

2020-05-29 Thread Markus Armbruster
Same transformation as in the previous commit. Manual, because convincing Coccinelle to transform these cases is somewhere between not worthwhile and infeasible (at least for me). Signed-off-by: Markus Armbruster --- hw/pci-host/prep.c | 3 +-- hw/ppc/pnv.c | 6 ++ hw/s390x/sclp.c