diff options
author | Philippe Mathieu-Daudé | 2019-10-04 01:03:56 +0200 |
---|---|---|
committer | Laurent Vivier | 2019-10-24 20:23:15 +0200 |
commit | 2811ac30596644c1bfc3eee4e2ebffd2a107c3e4 (patch) | |
tree | 7a4d1da706036cb03f4d18e46618a7f2ac1a314e /MAINTAINERS | |
parent | hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectory (diff) | |
download | qemu-2811ac30596644c1bfc3eee4e2ebffd2a107c3e4.tar.gz qemu-2811ac30596644c1bfc3eee4e2ebffd2a107c3e4.tar.xz qemu-2811ac30596644c1bfc3eee4e2ebffd2a107c3e4.zip |
hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory
Move RTC devices under the hw/rtc/ subdirectory.
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Artyom Tarasenko <atar4qemu@gmail.com>
Message-Id: <20191003230404.19384-7-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ba0d1906aa..a7de5e2d12 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1163,8 +1163,8 @@ Sun4v M: Artyom Tarasenko <atar4qemu@gmail.com> S: Maintained F: hw/sparc64/niagara.c -F: hw/timer/sun4v-rtc.c -F: include/hw/timer/sun4v-rtc.h +F: hw/rtc/sun4v-rtc.c +F: include/hw/rtc/sun4v-rtc.h Leon3 M: Fabien Chouteau <chouteau@adacore.com> |