Re: [Qemu-devel] [PATCH 01/16] qht: require a default comparison function

2018-03-28 Thread Alex Bennée
Emilio G. Cota writes: > qht_lookup now uses the default cmp function. qht_lookup_custom is defined > to retain the old behaviour, that is a cmp function is explicitly provided. > > qht_insert will gain use of the default cmp in the next patch. > > Signed-off-by: Emilio G. Cota Reviewed-by: Al

Re: [Qemu-devel] [PATCH 01/16] qht: require a default comparison function

2018-02-28 Thread Richard Henderson
On 02/26/2018 09:39 PM, Emilio G. Cota wrote: > qht_lookup now uses the default cmp function. qht_lookup_custom is defined > to retain the old behaviour, that is a cmp function is explicitly provided. > > qht_insert will gain use of the default cmp in the next patch. > > Signed-off-by: Emilio G.

[Qemu-devel] [PATCH 01/16] qht: require a default comparison function

2018-02-26 Thread Emilio G. Cota
qht_lookup now uses the default cmp function. qht_lookup_custom is defined to retain the old behaviour, that is a cmp function is explicitly provided. qht_insert will gain use of the default cmp in the next patch. Signed-off-by: Emilio G. Cota --- accel/tcg/cpu-exec.c | 4 ++-- accel/tcg/