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 /include/hw/acpi/ich9.h | |
| parent | ffa175f22dc32120865627d062f9f17de930876f (diff) | |
| download | focaccia-qemu-fbae27e857061e1098c21944c81bd025c8946c62.tar.gz focaccia-qemu-fbae27e857061e1098c21944c81bd025c8946c62.zip | |
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 'include/hw/acpi/ich9.h')
| -rw-r--r-- | include/hw/acpi/ich9.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/acpi/ich9.h b/include/hw/acpi/ich9.h index 7ca92843c6..d41866a229 100644 --- a/include/hw/acpi/ich9.h +++ b/include/hw/acpi/ich9.h @@ -27,7 +27,7 @@ #include "hw/acpi/pcihp.h" #include "hw/acpi/memory_hotplug.h" #include "hw/acpi/acpi_dev_interface.h" -#include "hw/acpi/tco.h" +#include "hw/acpi/ich9_tco.h" #define ACPI_PCIHP_ADDR_ICH9 0x0cc0 |