]> git.ipfire.org Git - thirdparty/qemu.git/commit
scripts/vmstate-static-checker.py: Add new hpet entry for num_timers
authorPeter Xu <peterx@redhat.com>
Thu, 1 May 2025 15:12:35 +0000 (11:12 -0400)
committerPeter Xu <peterx@redhat.com>
Tue, 20 May 2025 15:26:32 +0000 (11:26 -0400)
commitc4f88b7136aa5aa5670a16c2f173ffb45da401b2
tree688a51cabf58658d44f860309d2f5ee1e1c92eae
parent2af4a82ab2cce3412ffc92cd4c96bd870e33bc8e
scripts/vmstate-static-checker.py: Add new hpet entry for num_timers

The old "num_timers" got a rename.  See commit 1433e38cc8 ("hpet: do not
overwrite properties on post_load") for more details.  Teach the script to
accept the new name.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Thomas Huth <thuth@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Link: https://lore.kernel.org/r/20250501151235.636709-1-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
scripts/vmstate-static-checker.py