checker: ignore fields marked unused
authorAmit Shah <amit.shah@redhat.com>
Tue, 22 Jul 2014 07:36:25 +0000 (13:06 +0530)
committerAmit Shah <amit.shah@redhat.com>
Mon, 4 Aug 2014 09:32:37 +0000 (15:02 +0530)
commit32ce1b4817e8341f55906dc003cc09ae22502ea7
tree436cce6e47a85717584e65a1518743fd1edc721e
parentbb9c3636d9fce994470bce6c76bfefae413a570a
checker: ignore fields marked unused

While comparing qemu-1.0 json output with qemu-2.1, a few fields got
marked unused.  These need to be skipped over, and not flagged as
mismatches.

For handling unused fields, the exact number of bytes need to be skipped
over as the size of the unused field.

Currently, only the term "unused" is matched.  When more field names
turn up, this will have to be updated based on the whitelist matching
method to match more such terms.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
scripts/vmstate-static-checker.py