mbox

[PULL] migration: static checker: handle 'unused' fields, whitelist update

Message ID 20140804093605.GN18947@grmbl.mre
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git for-2.2

Message

Amit Shah Aug. 4, 2014, 9:36 a.m. UTC
Hello,

This patchset updates the vmstate static checker to handle fields that
got marked 'unused' in qemu versions.  Also update the whitelist based
on a few false-positives.

The following changes since commit 35858955e6c6f9ef41c199d15457c13426ac6434:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into staging (2014-07-21 18:06:12 +0100)

are available in the git repository at:


  git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git for-2.2

for you to fetch changes up to 32ce1b4817e8341f55906dc003cc09ae22502ea7:

  checker: ignore fields marked unused (2014-08-04 15:02:37 +0530)

----------------------------------------------------------------
Amit Shah (2):
      vmstate static checker: whitelist additions
      checker: ignore fields marked unused

 scripts/vmstate-static-checker.py | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 65 insertions(+), 5 deletions(-)


		Amit

Comments

Amit Shah Aug. 4, 2014, 9:40 a.m. UTC | #1
On (Mon) 04 Aug 2014 [15:06:05], Amit Shah wrote:
> Hello,
> 
> This patchset updates the vmstate static checker to handle fields that
> got marked 'unused' in qemu versions.  Also update the whitelist based
> on a few false-positives.
> 
> The following changes since commit 35858955e6c6f9ef41c199d15457c13426ac6434:
> 
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into staging (2014-07-21 18:06:12 +0100)

Oops, didn't rebase, but doesn't matter as the static checker didn't
see any updates in the meantime.

		Amit
Peter Maydell Aug. 4, 2014, 1:58 p.m. UTC | #2
On 4 August 2014 10:36, Amit Shah <amit.shah@redhat.com> wrote:
> Hello,
>
> This patchset updates the vmstate static checker to handle fields that
> got marked 'unused' in qemu versions.  Also update the whitelist based
> on a few false-positives.
>
> The following changes since commit 35858955e6c6f9ef41c199d15457c13426ac6434:
>
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into staging (2014-07-21 18:06:12 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git for-2.2
>
> for you to fetch changes up to 32ce1b4817e8341f55906dc003cc09ae22502ea7:
>
>   checker: ignore fields marked unused (2014-08-04 15:02:37 +0530)
>
> ----------------------------------------------------------------
> Amit Shah (2):
>       vmstate static checker: whitelist additions
>       checker: ignore fields marked unused
>
>  scripts/vmstate-static-checker.py | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
>  1 file changed, 65 insertions(+), 5 deletions(-)

Applied, thanks.

-- PMM