On Sun, 1 May 2022 at 07:05, Richard Henderson <[email protected]> wrote: > > Cast the uint32_t key into a gpointer directly, which > allows us to avoid allocating storage for each key. > > Use g_hash_table_lookup when we already have a gpointer > (e.g. for callbacks like count_cpreg), or when using > get_arm_cp_reginfo would require casting away const. > > Signed-off-by: Richard Henderson <[email protected]> > --- > v4: Adjust usage of functions to match new note above.
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
