doc: Minor style cleanup

- Remove "currently"
- Capitalize titles and Device Model

Signed-off-by: Reyes, Amy <amy.reyes@intel.com>
This commit is contained in:
Reyes, Amy
2022-03-18 15:24:35 -07:00
committed by David Kinder
parent 21aeb4f422
commit f5b021b1b5
47 changed files with 226 additions and 218 deletions

View File

@@ -85,11 +85,11 @@ state (init, paused, running, zombie, or unknown).
vcpu_dumpreg
============
The ``vcpu_dumpreg <vm_id> <vcpu_id>`` command provides vCPU-related
The ``vcpu_dumpreg <vm_id> <vcpu_id>`` command provides vCPU-related
information such as register values.
In the following example, we dump the vCPU0 RIP register value and get into
the Service VM to search for the currently running function, using these
the Service VM to search for the running function, using these
commands::
cat /proc/kallsyms | grep RIP_value
@@ -185,7 +185,7 @@ IRQ vector number, etc.
pt
==
The ``pt`` command provides passthrough detailed information, such as the
The ``pt`` command provides passthrough detailed information, such as the
virtual machine number, interrupt type, interrupt request, interrupt vector,
and trigger mode.
@@ -197,7 +197,7 @@ and trigger mode.
int
===
The ``int`` command provides interrupt information on all CPUs and their
The ``int`` command provides interrupt information on all CPUs and their
corresponding interrupt vector.
.. figure:: images/shell_image17.png