hw/acpi: Rename tco.c -> ich9_tco.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 12 Dec 2022 10:51:15 +0000 (11:51 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Dec 2022 12:32:24 +0000 (07:32 -0500)
commitfbae27e857061e1098c21944c81bd025c8946c62
treecbf11ff44df6fd42d193031809998db6e18c31a1
parentffa175f22dc32120865627d062f9f17de930876f
hw/acpi: Rename tco.c -> ich9_tco.c

tco.c contains the ICH9 implementation of its "total cost
of ownership". Rename it accordingly to emphasis this is
a part of the ICH9 model.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221212105115.2113-1-philmd@linaro.org>
Acked-by: Igor Mammedov <imammedo@redhat.com>
MAINTAINERS
hw/acpi/ich9.c
hw/acpi/ich9_tco.c [new file with mode: 0644]
hw/acpi/meson.build
hw/acpi/tco.c [deleted file]
include/hw/acpi/ich9.h
include/hw/acpi/ich9_tco.h [new file with mode: 0644]
include/hw/acpi/tco.h [deleted file]
tests/qtest/tco-test.c