Hey,
I lately tried to live migrate a VM but had to find out that the
syntax shown in the KVM examples and the actual syntax expected
by the code do not match.
from the Wiki:
tcp:// migration protocol
But the code says (kvm-79/qemu/migration.c):
void qemu_start_incoming_migration(const char *uri)
{
const char *p;
if (strstart(uri, "tcp:", &p)) <===================
tcp_start_incoming_migration(p);
else
...
So the syntax expected by the code is *without* the //.
Am I missing something?
Thanks
flip
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html