于 2011年02月01日 05:14, Eric Blake 写道:
On 01/30/2011 12:58 AM, Osier Yang wrote:
> Command line building for imcoming tunneled migration is missed,
s/imcoming/incoming/
> as a result, all the tunneled migration will fail with "unknown
> migration protocol".
>
> * src/qemu/qemu_command.c
> ---
> src/qemu/qemu_command.c | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
ACK - this is a regression that I introduced in commit 1859939a (prior
to that point, the code validated tcp, stdio, and exec in one place in
the code, then blindly used the string in another without regards to it
being a possible fourth value; the rewrite rejected unknown values,
which is incorrect).
Please apply!
Thanks, pushed
Regards
Osier