On Fri, 09 Mar 2012 12:35:32 -0600 Anthony Liguori <aligu...@us.ibm.com> wrote:
> >> +## > >> +# @migrate > >> +# > >> +# Migrates the current running guest to another Virtual Machine. > >> +# > >> +# @uri: the Uniform Resource Identifier of the destination VM > >> +# > >> +# @blk: #optional do block migration (full disk copy) > >> +# > >> +# @inc: #optional incremental disk copy migration > >> +# > >> +# @detach: this argument exists only for compatibility reasons and should > >> not > >> +# be used. > > > > Libvirt is currently using it, but it appears that libvirt always sets > > it to true. Does this mean the argument is ignored no matter whether > > you pass true or false? > > Yes, and we should specify that. The argument is ignored by QEMU. Will do for v3.