]> git.proxmox.com Git - mirror_qemu.git/commit
hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 3 Oct 2019 23:03:52 +0000 (01:03 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 24 Oct 2019 18:10:27 +0000 (20:10 +0200)
commit877c181cd41e024ba1d076f96efe3c5777938846
tree4e5d3249f5eade8ad4cd44be1cef9c4227fa2027
parent2baa483bb76f3e3924a799f90ff47f48e3237a59
hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory

The PL031 is a Real Time Clock, not a timer.
Move it under the hw/rtc/ subdirectory.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20191003230404.19384-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
15 files changed:
MAINTAINERS
Makefile.objs
hw/Kconfig
hw/Makefile.objs
hw/arm/musca.c
hw/rtc/Kconfig [new file with mode: 0644]
hw/rtc/Makefile.objs [new file with mode: 0644]
hw/rtc/pl031.c [new file with mode: 0644]
hw/rtc/trace-events [new file with mode: 0644]
hw/timer/Kconfig
hw/timer/Makefile.objs
hw/timer/pl031.c [deleted file]
hw/timer/trace-events
include/hw/rtc/pl031.h [new file with mode: 0644]
include/hw/timer/pl031.h [deleted file]