diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 8b5081449d..438cbf0e42 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -353,7 +353,7 @@
vcpupin
element specifies which of host
physical CPUS the domain VCPU will be pinned to. If this is ommited,
each VCPU pinned to all the physical CPUS by default. It contains two
- required attributes, the attribute vcpu specifies vcpu id,
+ required attributes, the attribute vcpu
specifies vcpu id,
and the attribute cpuset
is same as attribute cpuset
of element vcpu
. NB, Only qemu driver supports
shares
/etc/libvirt/hooks/qemu guest_name prepare begin -The second location, available Since 0.8.0, occurs after libvirt has finished labeling - all resources, but has not yet started the guest, called as: + all resources, but has not yet started the guest, called as:
/etc/libvirt/hooks/qemu guest_name start begin -
/etc/libvirt/hooks/qemu guest_name stopped end -Then, after libvirt has released all resources, the hook is called again, since 0.9.0, to allow diff --git a/src/libvirt.c b/src/libvirt.c index 9bdb4c8f07..8be18d4285 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -2852,7 +2852,7 @@ error: } /* - * virDomainSetMemoryFlags + * virDomainSetMemoryFlags: * @domain: a domain object or NULL * @memory: the memory size in kilobytes * @flags: an OR'ed set of virDomainMemoryModFlags