[email protected] writes: > From: "Dr. David Alan Gilbert" <[email protected]> > > Move the docs for the info subcommand from the separate hx > into the top level file next to the 'info' command itself. > That makes every command in the top level file have a RST section. > > Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Generated HTML changes slightly, diff appended. Shows as vertical space differences in Firefox. Do we care? --- bld-docs/docs.old/manual/system/monitor.html 2026-01-15 12:30:17.300968723 +0100 +++ bld-docs/docs/manual/system/monitor.html 2026-01-15 12:55:43.909694634 +0100 @@ -601,10 +601,11 @@ command.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">xen-event-list</span></code></dt><dd><p>List event channels in the guest</p> </dd> -</dl> -<dl> <dt><code class="docutils literal notranslate"><span class="pre">info</span></code> <em>subcommand</em></dt><dd><p>Show various information about the system state.</p> -<dl> +</dd> +</dl> +<blockquote> +<div><dl> <dt><code class="docutils literal notranslate"><span class="pre">info</span> <span class="pre">version</span></code></dt><dd><p>Show the version of QEMU.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">info</span> <span class="pre">network</span></code></dt><dd><p>Show the network state.</p> @@ -639,8 +640,6 @@ command.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">info</span> <span class="pre">jit</span></code></dt><dd><p>Show dynamic compiler info.</p> </dd> -<dt><code class="docutils literal notranslate"><span class="pre">info</span> <span class="pre">accel</span></code></dt><dd><p>Show accelerator statistics.</p> -</dd> <dt><code class="docutils literal notranslate"><span class="pre">info</span> <span class="pre">sync-profile</span> <span class="pre">[-m|-n]</span></code> [<em>max</em>]</dt><dd><p>Show synchronization profiling info, up to <em>max</em> entries (default: 10), sorted by total wait time.</p> <dl class="simple"> @@ -653,6 +652,8 @@ sorted by total wait time.</p> the “Object” field shows—enclosed in brackets—the number of objects being coalesced.</p> </dd> +<dt><code class="docutils literal notranslate"><span class="pre">info</span> <span class="pre">accel</span></code></dt><dd><p>Show accelerator statistics.</p> +</dd> <dt><code class="docutils literal notranslate"><span class="pre">info</span> <span class="pre">kvm</span></code></dt><dd><p>Show KVM information.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">info</span> <span class="pre">accelerators</span></code></dt><dd><p>Show which accelerators are compiled into a QEMU binary, and what accelerator @@ -765,8 +766,7 @@ enabled) memory in bytes.</p> <dt><code class="docutils literal notranslate"><span class="pre">info</span> <span class="pre">firmware-log</span></code></dt><dd><p>Show the firmware (ovmf) debug log.</p> </dd> </dl> -</dd> -</dl> +</div></blockquote> </section> <section id="integer-expressions"> <h2>Integer expressions<a class="headerlink" href="#integer-expressions" title="Link to this heading"></a></h2>
