> Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
> ---
> docs/formatcaps.html.in | 13 +++++-
> docs/formatdomain.html.in | 93 +++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 103 insertions(+), 3 deletions(-)
>
ACK.
Thanks, pushed with the following fixes (I didn't have xhtml dtds installed
when sending the patch):
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 5030b6c..ce49f7d 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -206,7 +206,7 @@
<p>
Requirements for CPU model, its features and topology can be specified
using the following collection of elements.
- <snap class="since">Since 0.7.5</span>
+ <span class="since">Since 0.7.5</span>
</p>
<pre>
@@ -232,7 +232,7 @@
...</pre>
<dl>
- <dt><code>cpu</code><dt>
+ <dt><code>cpu</code></dt>
<dd>The <code>cpu</code> element is the main container for
describing
guest CPU requirements. Its <code>match</code> attribute specified
how
strictly has the virtual CPU provided to the guest match these
Jirka