diff options
author | Philippe Mathieu-Daudé | 2019-10-04 01:03:54 +0200 |
---|---|---|
committer | Laurent Vivier | 2019-10-24 20:20:45 +0200 |
commit | 819ce6b2a598b5c5c6866a3a6d1acb5261592f8a (patch) | |
tree | 92cec69a4e1637810472f9d053559aa16bece465 /hw/ppc/ppc405_boards.c | |
parent | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory (diff) | |
download | qemu-819ce6b2a598b5c5c6866a3a6d1acb5261592f8a.tar.gz qemu-819ce6b2a598b5c5c6866a3a6d1acb5261592f8a.tar.xz qemu-819ce6b2a598b5c5c6866a3a6d1acb5261592f8a.zip |
hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory
The M48T59 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>
Message-Id: <20191003230404.19384-5-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/ppc/ppc405_boards.c')
-rw-r--r-- | hw/ppc/ppc405_boards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/ppc405_boards.c b/hw/ppc/ppc405_boards.c index 388cae0b43..1f721feed6 100644 --- a/hw/ppc/ppc405_boards.c +++ b/hw/ppc/ppc405_boards.c @@ -29,7 +29,7 @@ #include "cpu.h" #include "hw/ppc/ppc.h" #include "ppc405.h" -#include "hw/timer/m48t59.h" +#include "hw/rtc/m48t59.h" #include "hw/block/flash.h" #include "sysemu/sysemu.h" #include "sysemu/qtest.h" |