| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hw/acpi/ich9_tco: Include missing 'migration/vmstate.h' header | Philippe Mathieu-Daudé | 2024-02-22 | 1 | -0/+1 |
| | | | | | | | | | | We need the VMStateDescription structure definition from "migration/vmstate.h" in order to declare vmstate_tco_io_sts. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Message-Id: <20240219141412.71418-4-philmd@linaro.org> | ||||
| * | hw/acpi: Rename tco.c -> ich9_tco.c | Philippe Mathieu-Daudé | 2022-12-21 | 1 | -0/+82 |
| 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> | |||||