Skip to content

Commit 657ac49

Browse files
Geoffroy Van Cutsemdbkinder
authored andcommitted
doc: add rdmsr/wrmsr to the "ACRN Shell Commands" documentation
Add 'rdmsr' and 'wrmsr' to the "ACRN Shell Commands" documentation. Both are already described via the interactive help command but not (yet) included in our on-line documentation. Tracked-On: #2684 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
1 parent 90b4937 commit 657ac49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/user-guides/acrn-shell.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ The ACRN hypervisor shell supports the following commands:
4444
- Display the CPUID leaf [subleaf], in hexadecimal
4545
* - reboot
4646
- Trigger a system reboot (immediately)
47+
* - rdmsr [-p<pcpu_id>] <msr_index>
48+
- Read the Model-Specific Register (MSR) at index ``msr_index`` (in
49+
hexadecimal) for CPU ID ``pcpu_id``
50+
* - wrmsr [-p<pcpu_id>] <msr_index> <value>
51+
- Write ``value`` (in hexadecimal) to the Model-Specific Register (MSR) at
52+
index ``msr_index`` (in hexadecimal) for CPU ID ``pcpu_id``

0 commit comments

Comments
 (0)