From: Cho, Yu-Chen Date: Wed, 7 Jul 2021 10:53:12 +0000 (+0800) Subject: hw/s390x: rename tod-qemu.c to tod-tcg.c X-Git-Tag: v6.1.0-rc0~25^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85f1b67d4bcbdc6a12c3d2416df1a6d599414ee5;p=thirdparty%2Fqemu.git hw/s390x: rename tod-qemu.c to tod-tcg.c we stop short of renaming the actual qom object though, so type remains TYPE_QEMU_S390_TOD, ie "s390-tod-qemu". Signed-off-by: Claudio Fontana Signed-off-by: Cho, Yu-Chen Reviewed-by: David Hildenbrand Reviewed-by: Cornelia Huck Reviewed-by: Thomas Huth Message-Id: <20210707105324.23400-3-acho@suse.com> Signed-off-by: Cornelia Huck --- diff --git a/hw/s390x/meson.build b/hw/s390x/meson.build index 327e9c93afa..02e81a9467e 100644 --- a/hw/s390x/meson.build +++ b/hw/s390x/meson.build @@ -16,7 +16,7 @@ s390x_ss.add(files( 'sclp.c', 'sclpcpu.c', 'sclpquiesce.c', - 'tod-qemu.c', + 'tod-tcg.c', 'tod.c', )) s390x_ss.add(when: 'CONFIG_KVM', if_true: files( diff --git a/hw/s390x/tod-qemu.c b/hw/s390x/tod-tcg.c similarity index 97% rename from hw/s390x/tod-qemu.c rename to hw/s390x/tod-tcg.c index e91b9590f58..aa44deb809f 100644 --- a/hw/s390x/tod-qemu.c +++ b/hw/s390x/tod-tcg.c @@ -1,5 +1,5 @@ /* - * TOD (Time Of Day) clock - QEMU implementation + * TOD (Time Of Day) clock - TCG implementation * * Copyright 2018 Red Hat, Inc. * Author(s): David Hildenbrand