Re: [PATCH 3/5] include/exec: remove warning_printed from MemoryRegion

2024-03-08 Thread Peter Xu
On Thu, Mar 07, 2024 at 06:11:03PM +, Alex Bennée wrote: > Since d197063fcf9 (memory: move unassigned_mem_ops to memory.c) this > field is unused. > > Signed-off-by: Alex Bennée Reviewed-by: Peter Xu -- Peter Xu

Re: [PATCH 3/5] include/exec: remove warning_printed from MemoryRegion

2024-03-07 Thread Richard Henderson
On 3/7/24 08:11, Alex Bennée wrote: Since d197063fcf9 (memory: move unassigned_mem_ops to memory.c) this field is unused. Signed-off-by: Alex Bennée --- include/exec/memory.h | 1 - 1 file changed, 1 deletion(-) Reviewed-by: Richard Henderson r~

Re: [PATCH 3/5] include/exec: remove warning_printed from MemoryRegion

2024-03-07 Thread Philippe Mathieu-Daudé
On 7/3/24 19:11, Alex Bennée wrote: Since d197063fcf9 (memory: move unassigned_mem_ops to memory.c) this field is unused. Signed-off-by: Alex Bennée --- include/exec/memory.h | 1 - 1 file changed, 1 deletion(-) 10+ years ;) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 3/5] include/exec: remove warning_printed from MemoryRegion

2024-03-07 Thread Alex Bennée
Since d197063fcf9 (memory: move unassigned_mem_ops to memory.c) this field is unused. Signed-off-by: Alex Bennée --- include/exec/memory.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/exec/memory.h b/include/exec/memory.h index 8626a355b31..17b741bc4f5 100644 --- a/include/exec/mem