Hey,
I've just pushed these 2 patches under the trivial/doc rule.
Christophe
Show replies by date
The previous description was a bit confusing.
---
docs/formatsnapshot.html.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/formatsnapshot.html.in b/docs/formatsnapshot.html.in
index 8fcc04c..b1e259f 100644
--- a/docs/formatsnapshot.html.in
+++ b/docs/formatsnapshot.html.in
@@ -146,8 +146,9 @@
the <a href="formatdomain.html#elementsDisks">disk
devices</a> specified for the domain at the time of the
snapshot. The attribute <code>snapshot</code> is
- optional, and has the same values of the disk device
- element for a domain
+ optional, and the possible values are the same as the
+ <code>snapshot<code> attribute for
+ <a href="formatdomain.html#elementsDisks">disk
devices</a>
(<code>no</code>, <code>internal</code>,
or <code>external</code>). Some hypervisors like ESX
require that if specified, the snapshot mode must not
--
1.8.1.4
It was written VIR_DOMAIN_EVENT_ID_PMSuspend
---
include/libvirt/libvirt.h.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
index 518f0fe..2945bd2 100644
--- a/include/libvirt/libvirt.h.in
+++ b/include/libvirt/libvirt.h.in
@@ -4701,7 +4701,7 @@ typedef void (*virConnectDomainEventPMWakeupCallback)(virConnectPtr
conn,
* This callback occurs when the guest is waken up.
*
* The callback signature to use when registering for an event of type
- * VIR_DOMAIN_EVENT_ID_PMSuspend with virConnectDomainEventRegisterAny()
+ * VIR_DOMAIN_EVENT_ID_PMSUSPEND with virConnectDomainEventRegisterAny()
*/
typedef void (*virConnectDomainEventPMSuspendCallback)(virConnectPtr conn,
virDomainPtr dom,
--
1.8.1.4