]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase reset
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Nov 2022 14:34:59 +0000 (14:34 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Dec 2022 15:56:55 +0000 (15:56 +0000)
commited053e899799fe7b32797f484de34869b9d26b3f
tree9a9216f72ca3bdf043541e6e32f701da8d0883e7
parent8bdaed0f30ef8e8fb04d7909d7b9639bf98ce454
hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase reset

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.maydell@linaro.org>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20221110143459.3833425-3-peter.maydell@linaro.org
hw/misc/mac_via.c
hw/misc/macio/cuda.c
hw/misc/macio/pmu.c
include/hw/misc/mos6522.h