hw/rtc/mc146818rtc: Convert to 3-phase reset (Resettable interface)
commitfae5a0420754453beca3407250899254fb6745a1
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 2 May 2021 16:39:31 +0000 (2 18:39 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 13 May 2021 16:05:22 +0000 (13 18:05 +0200)
tree9d0f760f6f6d075ee8e80fb8b971a9159f611a44
parent72fe4742c6e7fa3d237b5cb5866dfaf7733141e9
hw/rtc/mc146818rtc: Convert to 3-phase reset (Resettable interface)

TYPE_MC146818_RTC is an ISA device, so its DeviceClass::reset()
handler is called automatically when its qbus parent is reset
(we don't need to register it manually).

We have 2 reset() methods: a generic one and the qdev one.
Merge them into a reset_enter handler (keeping the IRQ lowering
to a reset_hold one), and remove the qemu_register_reset() call.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-Id: <20210502163931.552675-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/rtc/mc146818rtc.c