]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/char/sh_serial: Delete fifo_timeout_timer in DeviceUnrealize
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 24 Jan 2025 17:43:36 +0000 (18:43 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 10 Jun 2025 08:58:59 +0000 (10:58 +0200)
commita5844ea5530b664ea70852418fb751d63c15dba5
treef0220a9911f7454e997c0d1a950910734f24b332
parentbc98ffdc7577e55ab8373c579c28fe24d600c40f
hw/char/sh_serial: Delete fifo_timeout_timer in DeviceUnrealize

fifo_timeout_timer is created in the DeviceRealize handler,
not in the instance_init one. For parity, delete it in
DeviceUnrealize, rather than instance_finalize.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20250124175053.74461-2-philmd@linaro.org>
hw/char/sh_serial.c