]> git.proxmox.com Git - qemu.git/commit
qapi: g_hash_table_find() instead of GHashTableIter.
authorNODA, Kai <nodakai@gmail.com>
Sat, 21 Apr 2012 13:41:27 +0000 (22:41 +0900)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 23 Apr 2012 16:03:45 +0000 (13:03 -0300)
commit57a33d89672d7c6b1864185652b7cae0747f8323
treef67dd7082660465bf9d5f80ca41ce996d59c441c
parentdb58f9c0605fa151b8c4d691aa9ff4c6cf0de62e
qapi: g_hash_table_find() instead of GHashTableIter.

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 <nodakai@gmail.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
qapi/qmp-input-visitor.c