qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] bb9c36: vmstate static checker: whitelist add


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] bb9c36: vmstate static checker: whitelist additions
Date: Mon, 04 Aug 2014 07:00:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: bb9c3636d9fce994470bce6c76bfefae413a570a
      
https://github.com/qemu/qemu/commit/bb9c3636d9fce994470bce6c76bfefae413a570a
  Author: Amit Shah <address@hidden>
  Date:   2014-07-22 (Tue, 22 Jul 2014)

  Changed paths:
    M scripts/vmstate-static-checker.py

  Log Message:
  -----------
  vmstate static checker: whitelist additions

Comparing json outputs from qemu-1.0 with qemu-2.1 turned up a few
description name changes; whitelist them here.

Signed-off-by: Amit Shah <address@hidden>


  Commit: 32ce1b4817e8341f55906dc003cc09ae22502ea7
      
https://github.com/qemu/qemu/commit/32ce1b4817e8341f55906dc003cc09ae22502ea7
  Author: Amit Shah <address@hidden>
  Date:   2014-08-04 (Mon, 04 Aug 2014)

  Changed paths:
    M scripts/vmstate-static-checker.py

  Log Message:
  -----------
  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 <address@hidden>


  Commit: cc11a0623ab4b16faa6945f1f6dedcb59f993b61
      
https://github.com/qemu/qemu/commit/cc11a0623ab4b16faa6945f1f6dedcb59f993b61
  Author: Peter Maydell <address@hidden>
  Date:   2014-08-04 (Mon, 04 Aug 2014)

  Changed paths:
    M scripts/vmstate-static-checker.py

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/amit-migration/for-2.2' into staging

* remotes/amit-migration/for-2.2:
  checker: ignore fields marked unused
  vmstate static checker: whitelist additions

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/924c09db51b1...cc11a0623ab4

reply via email to

[Prev in Thread] Current Thread [Next in Thread]