]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/char/pl011: implement a reset method
authorEvgeny Iakovlev <eiakovlev@linux.microsoft.com>
Mon, 23 Jan 2023 16:23:02 +0000 (17:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Feb 2023 12:59:22 +0000 (12:59 +0000)
commit3b7a165e8c94b1f7eee326fa6b68eb45f0324ea1
treeed51288b876713871ae841957a8008ccd9586c05
parent13ea96fa34bcb6076f42a41194ab363c945e4b07
hw/char/pl011: implement a reset method

PL011 currently lacks a reset method. Implement it.

Signed-off-by: Evgeny Iakovlev <eiakovlev@linux.microsoft.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20230123162304.26254-4-eiakovlev@linux.microsoft.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/char/pl011.c