[PATCH v2] target/ppc: Fix migration of CPUs with TLB_EMB TLB type

2024-08-22 Thread Arman Nabiev
From: Arman Nabiev In vmstate_tlbemb a cut-and-paste error meant we gave this vmstate subsection the same "cpu/tlb6xx" name as the vmstate_tlb6xx subsection. This breaks migration load for any CPU using the TLB_EMB CPU type, because when we see the "tlb6xx" name in the inc

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: >

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