]> www.infradead.org Git - qemu-nvme.git/commit
tcg: Create tcg_init
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 9 Mar 2021 23:24:33 +0000 (17:24 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 11 Jun 2021 16:26:28 +0000 (09:26 -0700)
commita76aabd37b5d9ddfff2de837ddef91768aa26e3e
tree38f779677d0ed4a335509165f0f8f14e1e1d446e
parent7109ef15c51d2a948f88764e4a4fe0666c4c91db
tcg: Create tcg_init

Perform both tcg_context_init and tcg_region_init.
Do not leave this split to the caller.

Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
include/tcg/tcg.h
tcg/tcg-internal.h
tcg/tcg.c