]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 3 Oct 2019 23:03:53 +0000 (01:03 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 24 Oct 2019 18:13:10 +0000 (20:13 +0200)
commitbcdb90640ae41128e0c2ae2ec8ebf5a832102097
tree62743a64e9670faca7aba86faf50153d141c3665
parent877c181cd41e024ba1d076f96efe3c5777938846
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory

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

Use copyright statement from 80cabfad163 for "hw/rtc/mc146818rtc.h".

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191003230404.19384-4-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
24 files changed:
MAINTAINERS
hw/alpha/dp264.c
hw/hppa/machine.c
hw/i386/acpi-build.c
hw/i386/pc.c
hw/i386/pc_q35.c
hw/mips/mips_fulong2e.c
hw/mips/mips_jazz.c
hw/mips/mips_malta.c
hw/mips/mips_r4k.c
hw/ppc/pnv.c
hw/ppc/prep.c
hw/rtc/Kconfig
hw/rtc/Makefile.objs
hw/rtc/mc146818rtc.c [new file with mode: 0644]
hw/timer/Kconfig
hw/timer/Makefile.objs
hw/timer/hpet.c
hw/timer/mc146818rtc.c [deleted file]
include/hw/rtc/mc146818rtc.h [new file with mode: 0644]
include/hw/rtc/mc146818rtc_regs.h [new file with mode: 0644]
include/hw/timer/mc146818rtc.h [deleted file]
include/hw/timer/mc146818rtc_regs.h [deleted file]
tests/rtc-test.c