]> git.proxmox.com Git - mirror_qemu.git/commit
exec-all: bring tb->invalid into tb->cflags
authorEmilio G. Cota <cota@braap.org>
Tue, 11 Jul 2017 00:03:50 +0000 (20:03 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 10 Oct 2017 14:37:10 +0000 (07:37 -0700)
commit84f1c148da2b35fbb5a436597872765257e8914e
tree123d14f1cb0cbd823b4f4702f6c07d9b1c415ab2
parentf6bb84d53110398f4899c19dab4e0fe9908ec060
exec-all: bring tb->invalid into tb->cflags

This gets rid of a hole in struct TranslationBlock.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/translate-all.c
include/exec/exec-all.h
include/exec/tb-lookup.h