qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH RFC 2/4] Curling: cmdline interface


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH RFC 2/4] Curling: cmdline interface
Date: Tue, 10 Sep 2013 15:03:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

Il 10/09/2013 15:57, Juan Quintela ha scritto:
>> >  
>> > +    if (strstart(uri, "curling:", &p)) {
>> > +        ft_mode = true;
>> > +        uri = p;
>> > +    }
>> > +
> Syntax is at least weird:
> 
> curling:tcp:foo:9999
> 
> curling+tcp:foo:9999 
> 
> could be better?  Suggestions folks?
> 
> notice that we still need more things: tcp+tls should happen at some
> time soon.  This is not related with this patch.
> 

I think for the outgoing side it should just be "migrate -f tcp:foo:9999".

On the incoming side, perhaps you could have a different ID instead of
QEMU_VM_FILE_MAGIC, that triggers fault-tolerance mode automatically?
Then again it would be simply "-incoming tcp:foo:9999".

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]