diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 4e4922806b..41f24889c2 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -5283,6 +5283,20 @@ qemu-kvm -net nic,model=? /dev/null "on" and "off" (default). Since 1.3.1.

+

+ Regardless of thetype, character devices can + have an optional log file associated with them. This is + expressed via a log sub-element, with a + file attribute. There can also be a append + attribute which takes teh same values described above. + 1.3.3. +

+ +
+  ...
+  <log file="/var/log/libvirt/qemu/guestname-serial0.log" append="off"/>
+  ...
+

Each character device element has an optional sub-element <address> which can tie the diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 6ca937c07a..8c6287d8bf 100644 --- a/docs/schemas/domaincommon.rng +++ b/docs/schemas/domaincommon.rng @@ -3299,6 +3299,18 @@ + + + + + + + + + + + +