]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix commit 29c1e913e459058c12d02b3f4b767b3dd428a498
authorPeter Krempa <pkrempa@redhat.com>
Fri, 7 Jun 2013 15:12:47 +0000 (17:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 10 Jun 2013 07:52:49 +0000 (09:52 +0200)
commitc2093b2aba47438152173c9d2dad5236738371f7
treeb7e2583beb30c46d32b1112d91cd8e871f9e8765
parentdb459dbdb9031f8f0050535a50184f5f70473ad0
Fix commit 29c1e913e459058c12d02b3f4b767b3dd428a498

This patch fixes changes done in commit 29c1e913e459058c12d02b3f4b767b3
that was pushed without implementing review feedback.

The flag introduced by the patch is changed to VIR_DOMAIN_VCPU_GUEST and
documentation makes the difference between regular hotplug and this new
functionality more explicit.

The virsh options that enable the use of the new flag are changed to
"--guest" and the documentation is fixed too.
include/libvirt/libvirt.h.in
src/libvirt.c
src/qemu/qemu_driver.c
tools/virsh-domain.c
tools/virsh.pod