mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 03:40:27 +00:00
doc: update another few mis-handled titles
After grand update of all titles to use title-case, we found some more that needed a manual tweak. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
committed by
fitchbe
parent
e14387bebf
commit
359f4ee6ea
@@ -59,7 +59,7 @@ Command Examples
|
||||
|
||||
The following sections provide further details and examples for some of these commands.
|
||||
|
||||
Vm_list
|
||||
vm_list
|
||||
=======
|
||||
|
||||
``vm_list`` provides the name of each virtual machine and its corresponding ID and
|
||||
@@ -70,7 +70,7 @@ state.
|
||||
|
||||
vm_list information
|
||||
|
||||
Vcpu_list
|
||||
vcpu_list
|
||||
=========
|
||||
|
||||
``vcpu_list`` provides information about virtual CPUs (vCPU), including
|
||||
@@ -82,7 +82,7 @@ STATE (init, paused, running, zombie or unknown).
|
||||
|
||||
vcpu_list information
|
||||
|
||||
Vcpu_dumpreg
|
||||
vcpu_dumpreg
|
||||
============
|
||||
|
||||
``vcpu_dumpreg vmid cpuid`` provides vCPU related information such as
|
||||
@@ -107,7 +107,7 @@ function ``acpi_idle_do_entry``.
|
||||
|
||||
system map information
|
||||
|
||||
Dump_host_mem
|
||||
dump_host_mem
|
||||
=============
|
||||
|
||||
``dump_host_mem hva length`` provides the specified memory target data such as
|
||||
@@ -132,7 +132,7 @@ pCPU number is 0x0000000000000004.
|
||||
|
||||
acrn map information
|
||||
|
||||
Dump_guest_mem
|
||||
dump_guest_mem
|
||||
==============
|
||||
|
||||
The ``dump_guest_mem`` command can dump guest memory according to the given
|
||||
@@ -152,13 +152,13 @@ in guest console or through the ``system.map`` (Note that the path for
|
||||
|
||||
guest memory information
|
||||
|
||||
Vm_console
|
||||
vm_console
|
||||
===========
|
||||
|
||||
The ``vm_console`` command switches the ACRN's console to become the VM's console.
|
||||
Press :kbd:`Ctrl` + :kbd:`Space` to return to the ACRN shell console.
|
||||
|
||||
Vioapic
|
||||
vioapic
|
||||
=======
|
||||
|
||||
``vioapic <vm_id>`` shows the virtual IOAPIC information for a specific
|
||||
@@ -170,7 +170,7 @@ VM1:
|
||||
|
||||
vioapic information
|
||||
|
||||
Dump_ioapic
|
||||
dump_ioapic
|
||||
===========
|
||||
|
||||
``dump_ioapic`` provides IOAPIC information and we can get IRQ number,
|
||||
@@ -181,7 +181,7 @@ IRQ vector number, etc.
|
||||
|
||||
dump_ioapic information
|
||||
|
||||
Pt
|
||||
pt
|
||||
==
|
||||
|
||||
``pt`` provides passthrough detailed information, such as the virtual
|
||||
@@ -193,7 +193,7 @@ trigger mode, etc.
|
||||
|
||||
pt information
|
||||
|
||||
Int
|
||||
int
|
||||
===
|
||||
|
||||
``int`` provides interrupt information on all CPUs and their corresponding
|
||||
@@ -204,7 +204,7 @@ interrupt vector.
|
||||
|
||||
int information
|
||||
|
||||
Cpuid
|
||||
cpuid
|
||||
=====
|
||||
|
||||
``cpuid <leaf> [subleaf]`` provides the CPUID leaf [subleaf] in
|
||||
@@ -215,7 +215,7 @@ hexadecimal.
|
||||
|
||||
cpuid information
|
||||
|
||||
RDMSR
|
||||
rdmsr
|
||||
=====
|
||||
|
||||
We can read model specific register (MSR) to get register
|
||||
@@ -238,7 +238,7 @@ and see that 1B (Hexadecimal) is the IA32_APIC_BASE MSR address.
|
||||
|
||||
rdmsr information
|
||||
|
||||
WRMSR
|
||||
wrmsr
|
||||
=====
|
||||
|
||||
We can write model specific register (MSR) to set register
|
||||
|
@@ -385,7 +385,7 @@ GVT-g (AcrnGT) Kernel Options Details
|
||||
This section provides additional information and details on the kernel command
|
||||
line options that are related to AcrnGT.
|
||||
|
||||
I915.enable_gvt
|
||||
i915.enable_gvt
|
||||
---------------
|
||||
|
||||
This option enables support for Intel GVT-g graphics virtualization
|
||||
@@ -393,7 +393,7 @@ support in the host. By default, it's not enabled, so we need to add
|
||||
``i915.enable_gvt=1`` in the Service VM kernel command line. This is a Service
|
||||
OS only parameter, and cannot be enabled in the User VM.
|
||||
|
||||
I915.enable_hangcheck
|
||||
i915.enable_hangcheck
|
||||
=====================
|
||||
|
||||
This parameter enable detection of a GPU hang. When enabled, the i915
|
||||
|
Reference in New Issue
Block a user