commit | 7f445c8c7aad0d8fca7d99a48cc8118dc82aa0f3 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Sep 03 17:03:12 2019 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Oct 28 10:35:23 2019 +0100 |
tree | df65b6ff7d381e365ad418d0d7ee0efdf182bd3a | |
parent | bb8e3ea6fa8f616678133c9e8c8c3bf232c179ec [diff] |
cputlb: Fix tlb_vaddr_to_host Using uintptr_t instead of target_ulong meant that, for 64-bit guest and 32-bit host, we truncated the guest address comparator and so may not hit the tlb when we should. Fixes: 4811e9095c0 Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>