Re: [Xen-devel] [PATCH] tools: handle xl migrate --debug in legacy stream

2016-05-09 Thread Ian Jackson
Ian Jackson writes ("Re: [PATCH] tools: handle xl migrate --debug in legacy stream"): > Andrew Cooper writes ("Re: [PATCH] tools: handle xl migrate --debug in legacy > stream"): > > Ian: This is also a backport candidate for 4.6 > > Queued for backport. Pushed to 4.6. Ian. ___

Re: [Xen-devel] [PATCH] tools: handle xl migrate --debug in legacy stream

2016-04-08 Thread Ian Jackson
Andrew Cooper writes ("Re: [PATCH] tools: handle xl migrate --debug in legacy stream"): > On 07/04/16 17:31, Olaf Hering wrote: > > Doing a 'xl migrate --debug domU host' on xen-4.5 adds a > > XC_SAVE_ID_ENABLE_VERIFY_MODE marker, which is not handled. > > Since using --debug is valid usage, handl

Re: [Xen-devel] [PATCH] tools: handle xl migrate --debug in legacy stream

2016-04-08 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH] tools: handle xl migrate --debug in legacy stream"): > On Thu, Apr 07, 2016 at 06:31:01PM +0200, Olaf Hering wrote: > > Doing a 'xl migrate --debug domU host' on xen-4.5 adds a > > XC_SAVE_ID_ENABLE_VERIFY_MODE marker, which is not handled. > > Since using --debug is v

Re: [Xen-devel] [PATCH] tools: handle xl migrate --debug in legacy stream

2016-04-08 Thread Wei Liu
On Thu, Apr 07, 2016 at 06:31:01PM +0200, Olaf Hering wrote: > Doing a 'xl migrate --debug domU host' on xen-4.5 adds a > XC_SAVE_ID_ENABLE_VERIFY_MODE marker, which is not handled. > Since using --debug is valid usage, handle it by logging the fact > instead of aborting the migration. > > Signed-

Re: [Xen-devel] [PATCH] tools: handle xl migrate --debug in legacy stream

2016-04-07 Thread Andrew Cooper
On 07/04/16 17:31, Olaf Hering wrote: > Doing a 'xl migrate --debug domU host' on xen-4.5 adds a > XC_SAVE_ID_ENABLE_VERIFY_MODE marker, which is not handled. > Since using --debug is valid usage, handle it by logging the fact > instead of aborting the migration. > > Signed-off-by: Olaf Hering > C

[Xen-devel] [PATCH] tools: handle xl migrate --debug in legacy stream

2016-04-07 Thread Olaf Hering
Doing a 'xl migrate --debug domU host' on xen-4.5 adds a XC_SAVE_ID_ENABLE_VERIFY_MODE marker, which is not handled. Since using --debug is valid usage, handle it by logging the fact instead of aborting the migration. Signed-off-by: Olaf Hering Cc: Ian Jackson Cc: Wei Liu --- tools/python/scri