mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-12 16:08:13 +00:00
MSR operations are directly done based on physical cpu's profiling_handle_msrops: Per cpu function, performs the MSR operations (Read, Read clear,Write) For SOCWATCH/ power tool, generates MSR samples. profiling_msr_ops_all_cpus : Receives required information for MSR operations from guest, SMP calls profiling_handle_msrops, Copies the information collected to guest Tracked-On: projectacrn#1409 Acked-by: Eddie Dong <eddie.dong@intel.com> Signed-off-by: Chinthapally, Manisha <manisha.chinthapally@intel.com>