On 11/11/22 00:34, Peter Maydell wrote:
Convert the various subclasses of TYPE_MOS6522 to 3-phase reset.
This removes some uses of device_class_set_parent_reset(), which we
would eventually like to be able to get rid of.
Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
include/hw/misc/mos6522.h | 2 +-
hw/misc/mac_via.c | 26 ++++++++++++++++----------
hw/misc/macio/cuda.c | 14 ++++++++------
hw/misc/macio/pmu.c | 14 ++++++++------
4 files changed, 33 insertions(+), 23 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~