[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry
From: |
Peter Maydell |
Subject: |
Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry |
Date: |
Wed, 21 Aug 2024 16:45:21 +0100 |
On Wed, 21 Aug 2024 at 15:08, Physics Набиев <nabiev.arman13@gmail.com> wrote:
>
> Sorry for not providing enough argumentation for my patch. I found a
> configuration where this error occurs. Please take a look at
> https://gitlab.com/qemu-project/qemu/-/issues/2522.
Hmm. I don't understand why fixing this field name would
fix record-and-replay, because I would have thought that
all that should matter is that the name that we write out
in the record matches the one we read in in the replay...
-- PMM