qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Peter Xu <peterx@redhat.com>, qemu-devel@nongnu.org
Cc: Juraj Marcin <jmarcin@redhat.com>,
	Fabiano Rosas <farosas@suse.de>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [PATCH] scripts/vmstate-static-checker.py: Add new hpet entry for num_timers
Date: Mon, 5 May 2025 08:25:25 +0200	[thread overview]
Message-ID: <fb8991c6-c9e9-4e6c-a852-02977942eb28@redhat.com> (raw)
In-Reply-To: <20250501151235.636709-1-peterx@redhat.com>

On 01/05/2025 17.12, Peter Xu wrote:
> 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>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>   scripts/vmstate-static-checker.py | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/scripts/vmstate-static-checker.py b/scripts/vmstate-static-checker.py
> index 25aca839a0..2335e25f94 100755
> --- a/scripts/vmstate-static-checker.py
> +++ b/scripts/vmstate-static-checker.py
> @@ -91,6 +91,7 @@ def check_fields_match(name, s_field, d_field):
>                         'mem_win_size', 'mig_mem_win_size',
>                         'io_win_addr', 'mig_io_win_addr',
>                         'io_win_size', 'mig_io_win_size'],
> +        'hpet': ['num_timers', 'num_timers_save'],
>       }
>   
>       if not name in changed_names:

Reviewed-by: Thomas Huth <thuth@redhat.com>



      reply	other threads:[~2025-05-05  6:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-01 15:12 [PATCH] scripts/vmstate-static-checker.py: Add new hpet entry for num_timers Peter Xu
2025-05-05  6:25 ` Thomas Huth [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fb8991c6-c9e9-4e6c-a852-02977942eb28@redhat.com \
    --to=thuth@redhat.com \
    --cc=farosas@suse.de \
    --cc=jmarcin@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).