Re: [PATCH v2 06/12] mos6522: use device_class_set_parent_reset() to propagate reset to parent

2022-03-03 Thread Laurent Vivier
Le 24/02/2022 à 12:59, Mark Cave-Ayland a écrit : Switch from using a legacy approach to the more formal approach for propagating device reset to the parent. Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell --- hw/misc/mac_via.c| 7 +-- hw/misc/macio/cuda.c | 3 ++- hw/mi

[PATCH v2 06/12] mos6522: use device_class_set_parent_reset() to propagate reset to parent

2022-02-24 Thread Mark Cave-Ayland
Switch from using a legacy approach to the more formal approach for propagating device reset to the parent. Signed-off-by: Mark Cave-Ayland Reviewed-by: Peter Maydell --- hw/misc/mac_via.c| 7 +-- hw/misc/macio/cuda.c | 3 ++- hw/misc/macio/pmu.c | 3 ++- hw/misc/mos6522.c| 1 - 4