tools/migration: Drop IHDR_VERSION constant from libxc and python
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 16 Dec 2019 18:53:02 +0000 (18:53 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 29 May 2020 16:33:03 +0000 (17:33 +0100)
commit7bac300b42a407cb9f4c07431997267c5264cbc1
tree3a20fa409e34a270038ecc7bdd431636d9153376
parent7582bbc14cbae56a732d83b916b60bf7c4d6d690
tools/migration: Drop IHDR_VERSION constant from libxc and python

Migration v3 is in the process of being introduced, meaning that the code has
to cope with both versions.  Use an explicit 2 for now.

For the verify-stream-v2 and convert-legacy-stream scripts, update text to say
"v2 (or later)".  What matters is the distinction vs legacy streams.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/xc_sr_restore.c
tools/libxc/xc_sr_save.c
tools/libxc/xc_sr_stream_format.h
tools/python/scripts/convert-legacy-stream
tools/python/scripts/verify-stream-v2
tools/python/xen/migration/libxc.py