Re: [PATCH 09/10] include/exec: fix assert in size_memop

2025-03-20 Thread Akihiko Odaki
Updating the email address of Juan Quintela according to .mailmap. On 2025/03/20 3:22, Alex Bennée wrote: We can handle larger sized memops now, expand the range of the assert. Fixes: 4b473e0c60 (tcg: Expand MO_SIZE to 3 bits) Signed-off-by: Alex Bennée --- include/exec/memop.h | 4 ++-- 1

Re: [PATCH 09/10] include/exec: fix assert in size_memop

2025-03-20 Thread Philippe Mathieu-Daudé
On 20/3/25 07:29, Akihiko Odaki wrote: Updating the email address of Juan Quintela according to .mailmap. On 2025/03/20 3:22, Alex Bennée wrote: We can handle larger sized memops now, expand the range of the assert. Fixes: 4b473e0c60 (tcg: Expand MO_SIZE to 3 bits) Signed-off-by: Alex Bennée

[PATCH 09/10] include/exec: fix assert in size_memop

2025-03-19 Thread Alex Bennée
We can handle larger sized memops now, expand the range of the assert. Fixes: 4b473e0c60 (tcg: Expand MO_SIZE to 3 bits) Signed-off-by: Alex Bennée --- include/exec/memop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/exec/memop.h b/include/exec/memop.h index 4