mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue