Re: [Qemu-devel] [PATCH 2/8] tcg: Use a GHashTable for tcg_find_helper

2013-09-14 Thread Stefan Weil
Am 15.09.2013 02:03, schrieb Richard Henderson: > Slightly changes the interface, in that we now return name > instead of a TCGHelperInfo structure, which goes away. > > Signed-off-by: Richard Henderson > --- > tcg/tcg.c | 74 > --- > t

[Qemu-devel] [PATCH 2/8] tcg: Use a GHashTable for tcg_find_helper

2013-09-14 Thread Richard Henderson
Slightly changes the interface, in that we now return name instead of a TCGHelperInfo structure, which goes away. Signed-off-by: Richard Henderson --- tcg/tcg.c | 74 --- tcg/tcg.h | 10 + 2 files changed, 19 insertions(+), 65 d