mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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>
This commit is contained in:
parent
ffa175f22d
commit
fbae27e857
7 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* QEMU ICH9 TCO emulation
|
||||
* QEMU ICH9 TCO emulation (total cost of ownership)
|
||||
*
|
||||
* Copyright (c) 2015 Paulo Alcantara <pcacjr@zytor.com>
|
||||
*
|
Loading…
Add table
Add a link
Reference in a new issue