On Mon, Oct 19, 2009 at 02:55:40PM +0200, Daniel Veillard wrote:
On Mon, Oct 19, 2009 at 11:56:01AM +0200, Dan Kenigsberg wrote:
> ---
> src/libvirt.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/libvirt.c b/src/libvirt.c
> index 92a1eaa..d2a0d7a 100644
> --- a/src/libvirt.c
> +++ b/src/libvirt.c
> @@ -3279,7 +3279,7 @@ error:
> * @bandwidth: (optional) specify migration bandwidth limit in Mbps
> *
> * Migrate the domain object from its current host to the destination
> - * host given by dconn (a connection to the destination host).
> + * host given by duri.
> *
> * Flags may be one of more of the following:
> * VIR_MIGRATE_LIVE Do not pause the VM during migration
Yup, I also removed 2 other sentences in that description also
referencing dconn non-existent parameter.
Actually, a more complete rewrite is required. Currently the doc of
virDomainMigrateToURI says reflexibly that it might better to use
virDomainMigrateToURI instead.