mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-29 18:17:40 +00:00
Add these commands to HV console: 1.rdmsr [-p<pcpu_id>] [msr_index] read MSR register, eg., 'rdmsr 0xc8f' read MSR with address 0xc8f; 'rdmsr -p1 0xc8f' read MSR address 0xc8f, on PCPU1. 1.wrmsr [-p<pcpu_id>] [msr_index] [value] write to MSR register, eg., 'wrmsr 0xc8f 0x100000000' write 0x100000000 to MSR, which address is 0xc8f; 'wrmsr -p1 0xc8f 0x100000000' write 0x100000000 to MSR address 0xc8f, on PCPU1. Tracked-On: #2462 Signed-off-by: Tao Yuhong <yuhong.tao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
31 KiB
31 KiB