tools: handle xl migrate --debug in legacy stream
authorOlaf Hering <olaf@aepfle.de>
Thu, 7 Apr 2016 16:31:01 +0000 (18:31 +0200)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 8 Apr 2016 13:44:28 +0000 (14:44 +0100)
commit281962851f8bd59c6aed2efee222337349857e3a
tree24a1919e8967d563ac778d06bb4d9f8b8240fe45
parentc01c674e98fe294da09200dbad4b1062b49ef2a0
tools: handle xl migrate --debug in legacy stream

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 <olaf@aepfle.de>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/python/scripts/convert-legacy-stream