Re: [PATCH 04/23] tracepoints: move physmem trace points

2024-06-28 Thread Richard Henderson
On 6/28/24 05:42, Alex Bennée wrote: @@ -1885,7 +1885,7 @@ static void ram_block_add(RAMBlock *new_block, Error **errp) } else { /* list is empty */ QLIST_INSERT_HEAD_RCU(&ram_list.blocks, new_block, next); } -ram_list.mru_block = NULL; +qatomic_rcu_set(&ram_list.mr

[PATCH 04/23] tracepoints: move physmem trace points

2024-06-28 Thread Alex Bennée
They don't need to be in the global trace-events file and can have a local trace header. Also add address_space_map tracepoint for tracking mapping behaviour. Signed-off-by: Alex Bennée --- system/physmem.c| 6 -- system/trace-events | 6 ++ trace-events| 5 - 3 files cha