Re: [Xen-devel] [PATCH] fix migration failure with xl migrate --debug

2014-11-27 Thread M A Young
On Wed, 26 Nov 2014, Andrew Cooper wrote: On 26/11/2014 20:51, M A Young wrote: --- xen-4.5.0-rc1/tools/libxl/xl_cmdimpl.c.orig 2014-10-24 15:22:40.0 +0100 +++ xen-4.5.0-rc1/tools/libxl/xl_cmdimpl.c 2014-11-25 20:29:06.723856433 +000 0 @@ -383,7 +383,7 @@ Sadly, changing printf

Re: [Xen-devel] [PATCH] fix migration failure with xl migrate --debug

2014-11-26 Thread Andrew Cooper
On 26/11/2014 20:51, M A Young wrote: > Migrations with xl migrate --debug will fail because debugging > information from the receiving process is written to the stdout > channel. This channel is also used for status messages so the > migration will fail as the sending process receives an unexpecte

[Xen-devel] [PATCH] fix migration failure with xl migrate --debug

2014-11-26 Thread M A Young
Migrations with xl migrate --debug will fail because debugging information from the receiving process is written to the stdout channel. This channel is also used for status messages so the migration will fail as the sending process receives an unexpected message. This patch moves the debugging