diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2022-12-12 11:51:15 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-12-21 07:32:24 -0500 |
commit | fbae27e857061e1098c21944c81bd025c8946c62 (patch) | |
tree | cbf11ff44df6fd42d193031809998db6e18c31a1 /tests | |
parent | ffa175f22dc32120865627d062f9f17de930876f (diff) |
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/tco-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/tco-test.c b/tests/qtest/tco-test.c index caabcac6e5..d865e95dfc 100644 --- a/tests/qtest/tco-test.c +++ b/tests/qtest/tco-test.c @@ -16,7 +16,7 @@ #include "hw/pci/pci_regs.h" #include "hw/i386/ich9.h" #include "hw/acpi/ich9.h" -#include "hw/acpi/tco.h" +#include "hw/acpi/ich9_tco.h" #define RCBA_BASE_ADDR 0xfed1c000 #define PM_IO_BASE_ADDR 0xb000 |