Re: [Qemu-devel] [PATCH] qapi: g_hash_table_find() instead of GHashTableIter.

2012-04-23 Thread Luiz Capitulino
On Sat, 21 Apr 2012 22:41:27 +0900 "NODA, Kai" wrote: > From: "NODA, Kai" > > GHashTableIter was first introduced in glib 2.16. > This patch removes it in favor of older g_hash_table_find() > for better compatibility with RHEL5. > > Signed-off-by: NODA, Kai Forgot to say this was applied, bu

[Qemu-devel] [PATCH] qapi: g_hash_table_find() instead of GHashTableIter.

2012-04-21 Thread NODA, Kai
From: "NODA, Kai" GHashTableIter was first introduced in glib 2.16. This patch removes it in favor of older g_hash_table_find() for better compatibility with RHEL5. Signed-off-by: NODA, Kai --- Added sign-off. Sorry for inconvenience! qapi/qmp-input-visitor.c | 25 +---

Re: [Qemu-devel] [PATCH] qapi: g_hash_table_find() instead of GHashTableIter.

2012-04-17 Thread Luiz Capitulino
On Sat, 14 Apr 2012 00:01:49 +0900 "NODA, Kai" wrote: > From: "NODA, Kai" > > GHashTableIter was first introduced in glib 2.16. > This patch removes it in favor of older g_hash_table_find() > for better compatibility with RHEL5. Missing signed-off, otherwise looks good. > --- > qapi/qmp-inpu

Re: [Qemu-devel] [PATCH] qapi: g_hash_table_find() instead of GHashTableIter.

2012-04-17 Thread Erik Rull
On April 13, 2012 at 5:01 PM "NODA, Kai" wrote: > From: "NODA, Kai" > > GHashTableIter was first introduced in glib 2.16. > This patch removes it in favor of older g_hash_table_find() > for better compatibility with RHEL5. > --- > qapi/qmp-input-visitor.c | 25 + > 1

[Qemu-devel] [PATCH] qapi: g_hash_table_find() instead of GHashTableIter.

2012-04-13 Thread NODA, Kai
From: "NODA, Kai" GHashTableIter was first introduced in glib 2.16. This patch removes it in favor of older g_hash_table_find() for better compatibility with RHEL5. --- qapi/qmp-input-visitor.c | 25 + 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/qapi/