diff --git a/hw/acpi/acpi_pm.c b/hw/acpi/acpi_pm.c index 0b52ae67a..799380c56 100644 --- a/hw/acpi/acpi_pm.c +++ b/hw/acpi/acpi_pm.c @@ -363,6 +363,7 @@ void pm_write_dsdt(struct vmctx *ctx, int ncpu) dsdt_line(""); dsdt_write_pss(ctx, i); + dsdt_write_cst(ctx, i); /* hard code _PPC and _PCT for all vpu */ if (i == 0) {