[libvirt] [PATCHv2] docs: schema: Add missing element to input device

2018-06-14 Thread Lily Zhu
For the 2 optional sub-elements - and of input device, make the order of them interchangeable in the XML. Signed-off-by: Lily Zhu --- docs/schemas/domaincommon.rng | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas

[libvirt] [PATCH] docs: schema: Add missing element to input device

2018-06-14 Thread Lily Zhu
Input device has 2 optional sub-elements - and the order of which should be interchangeable in the XML. Signed-off-by: Lily Zhu --- docs/schemas/domaincommon.rng | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng index 1d06a5e

[libvirt] [PATCH] Doc fix of /etc/libvirt/libvirt-guests

2017-08-14 Thread Lily Zhu
As in previous doc, it may cause confusion about whether parallel_shutdown would take effect when guests are asked to suspend on host shutdown. Hence, changed the doc of parallel_shutdown, make it more clear. Signed-off-by: Lily Zhu --- tools/libvirt-guests.sysconf | 6 -- 1 file changed

[libvirt] [PATCH v2] Fix documentation errors about the path of conf files

2017-06-27 Thread Lily Zhu
ME/libvirt/", rather than "XDG_CONFIG_HOME". Signed-off-by: Lily Zhu --- daemon/libvirtd.pod | 4 ++-- src/locking/virtlockd.pod | 4 ++-- src/logging/virtlogd.pod | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/daemon/libvirtd.pod b/daemon/libvirtd.pod in

[libvirt] [PATCH] Fix documentation errors about the path of conf files

2017-06-20 Thread Lily Zhu
The conf files, for example, libvirtd.conf, virtlockd.conf and virtlogd.conf, should be located under the directory "/etc/libvirt", rather than "/etc". Signed-off-by: Lily Zhu --- daemon/libvirtd.pod | 2 +- src/locking/virtlockd.pod | 2 +- src/logging/virtlogd.