]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/rtc: Add Ricoh RS5C372 RTC emulation
authorBernhard Beschow <shentey@gmail.com>
Sun, 23 Feb 2025 11:47:08 +0000 (12:47 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 11 Mar 2025 19:01:26 +0000 (20:01 +0100)
commit822405b1fea4f0f404df418bd70da0588b9207ce
tree6f209f9ab30b7b12b8b2b5d6fe7e4703999eed4e
parentd060b2789f71e8cd1d07c4374e0c96c299423952
hw/rtc: Add Ricoh RS5C372 RTC emulation

The implementation just allows Linux to determine date and time.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Fabiano Rosas <farosas@suse.de>
Message-ID: <20250223114708.1780-19-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
MAINTAINERS
hw/rtc/Kconfig
hw/rtc/meson.build
hw/rtc/rs5c372.c [new file with mode: 0644]
hw/rtc/trace-events
tests/qtest/meson.build
tests/qtest/rs5c372-test.c [new file with mode: 0644]