mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 01:37:44 +00:00
HV Cx: add hypercall function to retrieve host cx
The patch add function in vhm hypercall to retrieve physical cx data to VHM/DM. Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
@@ -33,5 +33,6 @@
|
||||
|
||||
void vm_setup_cpu_state(struct vm *vm);
|
||||
int validate_pstate(struct vm *vm, uint64_t perf_ctl);
|
||||
struct cpu_cx_data* get_target_cx(struct vm *vm, uint8_t cn);
|
||||
|
||||
#endif /* PM_H */
|
||||
|
Reference in New Issue
Block a user