Hi On Thu, Feb 19, 2026 at 11:26 AM Peter Maydell <[email protected]> wrote: > > +# EVENT_AUDIO_IN has changed > > +v13_event_table = v12_event_table > > + > > def parse_arguments(): > > "Grab arguments for script" > > parser = argparse.ArgumentParser() > > @@ -413,7 +416,10 @@ def decode_file(filename): > > # see REPLAY_VERSION > > print("HEADER: version 0x%x" % (version)) > > > > - if version == 0xe0200c: > > + if version == 0xe0200d: > > + event_decode_table = v13_event_table > > + replay_state.checkpoint_start = 30 > > + elif version == 0xe0200c: > > > > Yes, you'll need to resubmit, because I can't edit signed tags. > > Also, ideally somebody who understands the replay tests should > review that fix. >
No comments so far, I am sending v2. thanks
