Skip to content

Commit 3fc5ebc

Browse files
jsun26inteljren1
authored andcommitted
DM Cx: build DSDT with cx data
With this patch, UOS would be capable of guest Cx controling. Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Kevin Tian <kevin.tian@intel.com>
1 parent 5e7e816 commit 3fc5ebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devicemodel/hw/acpi/acpi_pm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ void pm_write_dsdt(struct vmctx *ctx, int ncpu)
363363
dsdt_line("");
364364

365365
dsdt_write_pss(ctx, i);
366+
dsdt_write_cst(ctx, i);
366367

367368
/* hard code _PPC and _PCT for all vpu */
368369
if (i == 0) {

0 commit comments

Comments
 (0)