]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: take .helpers out of TCGContext
authorEmilio G. Cota <cota@braap.org>
Wed, 5 Jul 2017 22:41:23 +0000 (18:41 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 10 Oct 2017 14:37:10 +0000 (07:37 -0700)
commit619205fd1facd5078d127cd94e4713b590770f96
treebc8123cf7fb7cf27b3e81798f454048cac8a50d1
parent5e75150cdf573d9aa21fc9e8552aa2cc6a48bcb1
tcg: take .helpers out of TCGContext

Groundwork for supporting multiple TCG contexts.

The hash table becomes read-only after it is filled in,
so we can save space by keeping just a global pointer to it.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Reviewed-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>
tcg/tcg.c
tcg/tcg.h