修正 Markdown 语法错误.
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
7674e9ebed
commit
5520d07019
|
@ -346,7 +346,7 @@ Flag to indicate whether all guest console output should be copied into the cons
|
||||||
>
|
>
|
||||||
> Default: `conswitch=a`
|
> Default: `conswitch=a`
|
||||||
|
|
||||||
Specify which character should be used to switch serial input between Xen and dom0\. The required sequence is CTRL-<switch char> three times.
|
Specify which character should be used to switch serial input between Xen and dom0\. The required sequence is CTRL-\<switch char\> three times.
|
||||||
|
|
||||||
The optional trailing `x` indicates that Xen should not automatically switch the console input to dom0 during boot. Any other value, including omission, causes Xen to automatically switch to the dom0 console during dom0 boot. Use `conswitch=ax` to keep the default switch character, but for xen to keep the console.
|
The optional trailing `x` indicates that Xen should not automatically switch the console input to dom0 during boot. Any other value, including omission, causes Xen to automatically switch to the dom0 console during dom0 boot. Use `conswitch=ax` to keep the default switch character, but for xen to keep the console.
|
||||||
|
|
||||||
|
@ -506,7 +506,7 @@ Gives dom0 a number of VCPUs equal to the number of PCPUs, but always at least `
|
||||||
|
|
||||||
For example, with `dom0_max_vcpus=4-8`:
|
For example, with `dom0_max_vcpus=4-8`:
|
||||||
|
|
||||||
> ```
|
```sh
|
||||||
> Number of
|
> Number of
|
||||||
> PCPUs | Dom0 VCPUs
|
> PCPUs | Dom0 VCPUs
|
||||||
> 2 | 4
|
> 2 | 4
|
||||||
|
@ -515,7 +515,7 @@ For example, with `dom0_max_vcpus=4-8`:
|
||||||
> 8 | 8
|
> 8 | 8
|
||||||
> 10 | 8
|
> 10 | 8
|
||||||
>
|
>
|
||||||
> ```
|
```
|
||||||
|
|
||||||
### dom0_mem
|
### dom0_mem
|
||||||
|
|
||||||
|
@ -781,7 +781,7 @@ Control Xens use of the APEI Hardware Error Source Table, should one be found.
|
||||||
|
|
||||||
The specified value is a bit mask with the individual bits having the following meaning:
|
The specified value is a bit mask with the individual bits having the following meaning:
|
||||||
|
|
||||||
> ```
|
```sh
|
||||||
> Bit 0 - debug level 0 (unused at present)
|
> Bit 0 - debug level 0 (unused at present)
|
||||||
> Bit 1 - debug level 1 (Control Register logging)
|
> Bit 1 - debug level 1 (Control Register logging)
|
||||||
> Bit 2 - debug level 2 (VMX logging of MSR restores when context switching)
|
> Bit 2 - debug level 2 (VMX logging of MSR restores when context switching)
|
||||||
|
@ -795,7 +795,7 @@ The specified value is a bit mask with the individual bits having the following
|
||||||
> Bit 10 - hypercall logging
|
> Bit 10 - hypercall logging
|
||||||
> Bit 11 - MSR operation logging
|
> Bit 11 - MSR operation logging
|
||||||
>
|
>
|
||||||
> ```
|
```
|
||||||
|
|
||||||
Recognized in debug builds of the hypervisor only.
|
Recognized in debug builds of the hypervisor only.
|
||||||
|
|
||||||
|
@ -1526,7 +1526,7 @@ If a boolean is not used, combinations of flags are allowed, comma separated. Fo
|
||||||
|
|
||||||
Note that if **watchdog** option is also specified vpmu will be turned off.
|
Note that if **watchdog** option is also specified vpmu will be turned off.
|
||||||
|
|
||||||
_Warning:_ As the virtualisation is not 100% safe, don't use the vpmu flag on production systems (see http://xenbits.xen.org/xsa/advisory-163.html)!
|
_Warning:_ As the virtualisation is not 100% safe, don't use the vpmu flag on production systems (see <http://xenbits.xen.org/xsa/advisory-163.html>)!
|
||||||
|
|
||||||
### vwfi
|
### vwfi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue