mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-06 20:09:01 +00:00
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>
This commit is contained in:
parent
d140b7935b
commit
88b530fc2f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user