]> git.ipfire.org Git - thirdparty/libvirt.git/commit
report error when specifying wrong desturi
authorWen Congyang <wency@cn.fujitsu.com>
Wed, 12 Jan 2011 06:12:29 +0000 (14:12 +0800)
committerEric Blake <eblake@redhat.com>
Wed, 12 Jan 2011 16:52:51 +0000 (09:52 -0700)
commit59d13aae329ce7d4153e5f8a7d7ec94b779a610b
treea883abc4f5e08f1ce7ff05a6a0b799b0ef5d1f09
parent0444ce1b001dc6427e97959108a320dbe80e501b
report error when specifying wrong desturi

When we do peer2peer migration, the dest uri is an address of the
target host as seen from the source machine. So we must specify
the ip or hostname of target host in dest uri. If we do not specify
it, report an error to the user.

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
src/libvirt.c