diff options
author | Peter Maydell | 2013-07-01 13:40:19 +0200 |
---|---|---|
committer | Peter Maydell | 2013-07-15 18:13:51 +0200 |
commit | 82a3a11897308b606120f7235001e87809708f85 (patch) | |
tree | 81105fc79cc5dbe83181f128efd7954722adaab8 /hw/sd/pl181.c | |
parent | target-arm: avoid undefined behaviour when writing TTBCR (diff) | |
download | qemu-82a3a11897308b606120f7235001e87809708f85.tar.gz qemu-82a3a11897308b606120f7235001e87809708f85.tar.xz qemu-82a3a11897308b606120f7235001e87809708f85.zip |
target-arm: Avoid g_hash_table_get_keys()
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 'hw/sd/pl181.c')
0 files changed, 0 insertions, 0 deletions