All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Wehrheim <flipstar@gmx.net>
To: kvm@vger.kernel.org
Subject: KVM live migration syntax
Date: Mon, 08 Dec 2008 14:53:22 +0100	[thread overview]
Message-ID: <493D26D2.5010202@gmx.net> (raw)

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

             reply	other threads:[~2008-12-08 14:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-08 13:53 Philipp Wehrheim [this message]
2008-12-08 16:46 ` KVM live migration syntax Charles Duffy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=493D26D2.5010202@gmx.net \
    --to=flipstar@gmx.net \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.