From 657ac4977216cf4c5cec8a7fadf3c4a0cf3545c1 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Tue, 19 Mar 2019 11:43:30 +0100 Subject: [PATCH] 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 --- doc/user-guides/acrn-shell.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/user-guides/acrn-shell.rst b/doc/user-guides/acrn-shell.rst index 4eac02ae2..d85c7d372 100644 --- a/doc/user-guides/acrn-shell.rst +++ b/doc/user-guides/acrn-shell.rst @@ -44,3 +44,9 @@ The ACRN hypervisor shell supports the following commands: - Display the CPUID leaf [subleaf], in hexadecimal * - reboot - Trigger a system reboot (immediately) + * - rdmsr [-p] + - Read the Model-Specific Register (MSR) at index ``msr_index`` (in + hexadecimal) for CPU ID ``pcpu_id`` + * - wrmsr [-p] + - Write ``value`` (in hexadecimal) to the Model-Specific Register (MSR) at + index ``msr_index`` (in hexadecimal) for CPU ID ``pcpu_id``