mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 17:46:15 +00:00
HV: setup px info when create vm
The vm px info would be used for guest Pstate control. Currently it is copied from host boot cpu. Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
@@ -38,5 +38,6 @@ struct cpu_state_table {
|
||||
};
|
||||
|
||||
void load_cpu_state_data(void);
|
||||
void vm_setup_cpu_state(struct vm *vm);
|
||||
|
||||
#endif /* CPU_STATE_TBL_H */
|
||||
|
||||
Reference in New Issue
Block a user