aboutsummaryrefslogtreecommitdiff
path: root/cpus.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-07-01 12:40:19 +0100
committerPeter Maydell <peter.maydell@linaro.org>2013-07-15 16:14:58 +0100
commitd04670e579279522a75d2868f37e4c31cbef2c54 (patch)
tree81105fc79cc5dbe83181f128efd7954722adaab8 /cpus.c
parent2b94569808781a1daf8fc522d3de32b069a07128 (diff)
target-arm: Avoid g_hash_table_get_keys()pull-target-arm-20130715
g_hash_table_get_keys() was only introduced in glib 2.14, and we're still targeting a minimum version of 2.12. Rewrite the offending code (introduced in commit 721fae1) to use g_hash_table_foreach() to build the list of keys. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Tested-by: Laurent Desnogues <laurent.desnogues@gmail.com> Tested-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: 1372678819-8633-1-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'cpus.c')
0 files changed, 0 insertions, 0 deletions