]> Git Repo - qemu.git/commit
hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectory
authorPhilippe Mathieu-Daudé <[email protected]>
Thu, 3 Oct 2019 23:04:01 +0000 (01:04 +0200)
committerLaurent Vivier <[email protected]>
Thu, 24 Oct 2019 18:31:44 +0000 (20:31 +0200)
commitea5dcf4e1d00ea6de8112968164a97ce8a92ddce
treee0b584a3a614e3869767f46cb3a54ed28debc664
parent7f0df1ccdf4f0500798b42d4b21dd7fc5ed854ba
hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectory

Move RTC devices under the hw/rtc/ subdirectory.

Reviewed-by: Cédric Le Goater <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Acked-by: Peter Maydell <[email protected]>
Message-Id: <20191003230404[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
hw/rtc/Makefile.objs
hw/rtc/aspeed_rtc.c [new file with mode: 0644]
hw/rtc/trace-events
hw/timer/Makefile.objs
hw/timer/aspeed_rtc.c [deleted file]
hw/timer/trace-events
include/hw/arm/aspeed_soc.h
include/hw/rtc/aspeed_rtc.h [new file with mode: 0644]
include/hw/timer/aspeed_rtc.h [deleted file]
This page took 0.030071 seconds and 4 git commands to generate.