[libvirt] [PATCH] docs: Notes for geometry in formatdomain doc

Han Han posted 1 patch 4 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200114060637.5059-1-hhan@redhat.com
docs/formatdomain.html.in | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
[libvirt] [PATCH] docs: Notes for geometry in formatdomain doc
Posted by Han Han 4 years, 3 months ago
Since commit b340c6c614 CHS geometry is not supported in usb and sd, CHS
translation is only supported in ide. Add these notes to formatdomain
doc.

Signed-off-by: Han Han <hhan@redhat.com>
---
 docs/formatdomain.html.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 2af4960981..74bea528be 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3715,9 +3715,13 @@
           <dt><code>secs</code></dt>
           <dd>The <code>secs</code> attribute is the
             number of sectors per track. </dd>
+          <dt>Note that <code>cyls</code>, <code>heads</code> and
+            <code>secs</code> are not supported in <code>usb</code>
+            or <code>sd</code> bus.</dt>
           <dt><code>trans</code></dt>
           <dd>The optional <code>trans</code> attribute is the
-            BIOS-Translation-Modus (none, lba or auto)</dd>
+            BIOS-Translation-Modus (none, lba or auto). Note that this
+            attribute is only supported in <code>ide</code> bus.</dd>
         </dl>
       </dd>
       <dt><code>blockio</code></dt>
-- 
2.24.0.rc1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list