]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Improve buffer overflow in tb_gen_code
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Sep 2025 20:26:53 +0000 (13:26 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 24 Sep 2025 17:29:43 +0000 (10:29 -0700)
commitebf7a5d294a336c7701018884587646d89030073
treee515cc21595a5f9781d0d6aa3ee0e09811a77acb
parenta9519a46154105713c3f2d3039b40b205ac35e56
accel/tcg: Improve buffer overflow in tb_gen_code

If we only have one vcpu, or within cpu_exec_step_atomic,
we needn't jump all the way back out to the cpu loop to
empty the code gen buffer.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c