hw/intc/pxa2xx: Convert to Resettable interface
commitead17ebf537c6bde0daa19d61a6913b595940e51
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Oct 2023 13:03:27 +0000 (20 15:03 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Oct 2023 11:48:57 +0000 (27 12:48 +0100)
treec024c6d0b16345077f803a34e0858b6d8f875bf9
parentcbf08c18512600650b8b25d1b7d7aa3a83846dc9
hw/intc/pxa2xx: Convert to Resettable interface

Factor reset code out of the DeviceRealize() handler.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20231020130331.50048-7-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/pxa2xx_pic.c