Peter Maydell f8833a37c0 hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_iter_*)
The g_hash_table_iter_* functions for iterating through a hash table
are not present in glib 2.12, which is our current minimum requirement.
Rewrite the code to use g_hash_table_foreach() instead.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
2014-11-04 23:26:13 +01:00
..
2014-09-29 10:20:05 +02:00
2014-08-15 19:12:48 +04:00
2014-11-04 23:26:12 +01:00
2014-09-02 22:38:16 +04:00
2014-11-04 15:56:26 +00:00
2014-11-03 09:48:41 +00:00
2014-10-22 16:39:49 +01:00
2014-10-31 17:02:22 +01:00
2014-11-04 23:26:13 +01:00
2014-10-24 12:19:11 +01:00
2014-10-31 17:39:41 +01:00
2014-10-28 11:38:18 +01:00