mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 09:41:30 +00:00
There are 3 ACPI objects for Px: _PCT, _PPC and _PSS need to be writed to DSDT, and the _PSS data is per-cpu specific so we need to pass the vm id and vcpu id as parameter. Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Kevin Tian <kevin.tian@intel.com>