]> www.infradead.org Git - qemu-nvme.git/commit
tcg: Split out tcg_region_initial_alloc
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 9 Mar 2021 18:27:05 +0000 (12:27 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 11 Jun 2021 16:26:28 +0000 (09:26 -0700)
commit0430ca00f586a7ad27d3f13de3010ac4d6f40bb6
tree2119934228a6fa9c26f08dd9706786e2bfb8cc5b
parentbd35f2ceac5e933f8eb168866e8899a36e32317d
tcg: Split out tcg_region_initial_alloc

This has only one user, and currently needs an ifdef,
but will make more sense after some code motion.

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>
tcg/tcg.c