]> git.proxmox.com Git - mirror_qemu.git/commit - tests/unit/test-qht.c
qht: drop ht argument from qht iterators
authorEmilio G. Cota <cota@braap.org>
Mon, 10 Sep 2018 17:06:12 +0000 (13:06 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Sep 2018 15:55:54 +0000 (08:55 -0700)
commit78255ba2cc00f41d96aa2911933764f59f24c958
tree06b33056d900b7cdc79ac7d8540461c6768a4c15
parentca8897a44cda60693e66085f1e916e76b94400df
qht: drop ht argument from qht iterators

Accessing the HT from an iterator results almost always
in a deadlock. Given that only one qht-internal function
uses this argument, drop it from the interface.

Suggested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
include/qemu/qht.h
tests/test-qht.c
util/qht.c
util/qsp.c