Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry

2024-08-22 Thread Arman Nabiev
Thank you. Do I need to resend the patch with the specified corrections, or will you do it and all I need is the name in signed-off? In the second case, you need to specify Arman Nabiev. Just in case I'll attach the fixed patch here. On Thu, 22 Aug 2024 at 16:12, Peter Maydell wrote: > On Wed, 2

Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry

2024-08-22 Thread Peter Maydell
On Wed, 21 Aug 2024 at 20:33, Peter Maydell wrote: > > On Wed, 21 Aug 2024 at 19:56, Arman Nabiev wrote: > > > > In my example in https://gitlab.com/qemu-project/qemu/-/issues/2522 the > > .needed function returns true for vmstate_tlbemb, but not for > > vmstate_tlb6xx. I tried to do some tests

Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry

2024-08-21 Thread Peter Maydell
On Wed, 21 Aug 2024 at 19:56, Arman Nabiev wrote: > > In my example in https://gitlab.com/qemu-project/qemu/-/issues/2522 the > .needed function returns true for vmstate_tlbemb, but not for vmstate_tlb6xx. > I tried to do some tests without fixing the typo. When I changed the .fields > in the t

Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry

2024-08-21 Thread Arman Nabiev
In my example in https://gitlab.com/qemu-project/qemu/-/issues/2522 the .needed function returns true for vmstate_tlbemb, but not for vmstate_tlb6xx. I tried to do some tests without fixing the typo. When I changed the .fields in the two structures to the same value so that the size of the data the

Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry

2024-08-21 Thread Peter Maydell
On Wed, 21 Aug 2024 at 15:08, Physics Набиев 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 wo

Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry

2024-08-21 Thread Physics Набиев
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. вт, 20 авг. 2024 г. в 19:20, Peter Maydell : > On Tue, 20 Aug 2024 at 17:03, wrote: > > > > From: armanincredible

Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry

2024-08-20 Thread Peter Maydell
On Tue, 20 Aug 2024 at 17:03, wrote: > > From: armanincredible > > Signed-off-by: armanincredible [cc'd the ppc maintainers and list] > --- > target/ppc/machine.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/ppc/machine.c b/target/ppc/machine.c > index 731

[PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry

2024-08-20 Thread nabiev . arman13
From: armanincredible Signed-off-by: armanincredible --- target/ppc/machine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/ppc/machine.c b/target/ppc/machine.c index 731dd8df35..d433fd45fc 100644 --- a/target/ppc/machine.c +++ b/target/ppc/machine.c @@ -621,7 +621,