|
| From: | Paolo Bonzini |
| Subject: | Re: [Qemu-devel] Re: [PATCH 19/19] migration: add a parser to accept FT migration incoming mode. |
| Date: | Fri, 28 Jan 2011 16:10:22 +0100 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7 |
On 01/28/2011 04:05 PM, Yoshiaki Tamura wrote:
Having a scheme like "kemari:tcp:host:port" looks quite challenging to me. We can of course add some quick hacks for it, but adding a nice layered architecture should be more appropriate. Similar to protocols and formats in block layer? At the same time, I want to avoid anything over engineered.
I was simply thinking of
if (strstart (uri, "kemari:", &p)) {
ft_mode = FT_INIT;
uri = p;
}
:)
I think the same could be done for outgoing migration instead of -k
actually.
Paolo
| [Prev in Thread] | Current Thread | [Next in Thread] |