BmapCopy: verify versions in a single function
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 1 Nov 2013 10:38:58 +0000 (12:38 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 1 Nov 2013 11:18:46 +0000 (13:18 +0200)
commit7592bd4fc3a0842629b6721cb6760f21403eedf0
tree622a3048458c3d2e91fab859577e7cc7e8d335cf
parent2a0c87158fb141ce882af8180dcb26ad7230ec0d
BmapCopy: verify versions in a single function

This patch is a minor clean-up and a preparation to the upcoming changes. It
makes sure that all the differences between various bmap format version are
handled in the '_parse_bmap()' method, and we do not have to worry about the
format differences later on.

Change-Id: I00b0cc7b5f9c3372f85fb7519c3ce768f5db3bf4
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptools/BmapCopy.py