[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] docs/commandline: Fix formatting issues
commit 4413affc5fd5d36286d82f815eb9d3084ae5c21a Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Thu Nov 20 15:22:00 2014 +0000 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Thu Nov 20 15:40:54 2014 +0000 docs/commandline: Fix formatting issues For 'dom0_max_vcpus' and 'hvm_debug', markdown was interpreting the text as regular text, and reflowing it as a regular paragraph, leading to a single line as output. Reformat them as code blocks inside blockquote blocks, which causes them to take their precise whitespace layout. For 'psr', the bullet point was incorrectly delineated from paragraph text, causing it to be reflowed. Alter the formatting to include the CMT-specific options as sub-bullets of the overall CMT resource. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx> Release-acked-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> CC: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> --- docs/misc/xen-command-line.markdown | 47 +++++++++++++++++------------------ 1 files changed, 23 insertions(+), 24 deletions(-) diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown index b7eaeea..2b7d29c 100644 --- a/docs/misc/xen-command-line.markdown +++ b/docs/misc/xen-command-line.markdown @@ -475,13 +475,13 @@ defaults of 1 and unlimited respectively are used instead. For example, with `dom0_max_vcpus=4-8`: - Number of - PCPUs | Dom0 VCPUs - 2 | 4 - 4 | 4 - 6 | 6 - 8 | 8 - 10 | 8 +> Number of +> PCPUs | Dom0 VCPUs +> 2 | 4 +> 4 | 4 +> 6 | 6 +> 8 | 8 +> 10 | 8 ### dom0\_mem > `= List of ( min:<size> | max:<size> | <size> )` @@ -684,18 +684,18 @@ supported only when compiled with XSM\_ENABLE=y on x86. The specified value is a bit mask with the individual bits having the following meaning: -Bit 0 - debug level 0 (unused at present) -Bit 1 - debug level 1 (Control Register logging) -Bit 2 - debug level 2 (VMX logging of MSR restores when context switching) -Bit 3 - debug level 3 (unused at present) -Bit 4 - I/O operation logging -Bit 5 - vMMU logging -Bit 6 - vLAPIC general logging -Bit 7 - vLAPIC timer logging -Bit 8 - vLAPIC interrupt logging -Bit 9 - vIOAPIC logging -Bit 10 - hypercall logging -Bit 11 - MSR operation logging +> Bit 0 - debug level 0 (unused at present) +> Bit 1 - debug level 1 (Control Register logging) +> Bit 2 - debug level 2 (VMX logging of MSR restores when context switching) +> Bit 3 - debug level 3 (unused at present) +> Bit 4 - I/O operation logging +> Bit 5 - vMMU logging +> Bit 6 - vLAPIC general logging +> Bit 7 - vLAPIC timer logging +> Bit 8 - vLAPIC interrupt logging +> Bit 9 - vIOAPIC logging +> Bit 10 - hypercall logging +> Bit 11 - MSR operation logging Recognized in debug builds of the hypervisor only. @@ -1047,12 +1047,11 @@ resource. RMID is a hardware-provided layer of abstraction between software and logical processors. The following resources are available: -* Cache Monitoring Technology (Haswell and later). Information -regarding the L3 cache occupancy. -`cmt` instructs Xen to enable/disable Cache Monitoring Technology. - -`rmid_max` indicates the max value for rmid. +* Cache Monitoring Technology (Haswell and later). Information regarding the + L3 cache occupancy. + * `cmt` instructs Xen to enable/disable Cache Monitoring Technology. + * `rmid_max` indicates the max value for rmid. ### reboot > `= t[riple] | k[bd] | a[cpi] | p[ci] | n[o] [, [w]arm | [c]old]` -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |