]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Inline need_replay_interrupt
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 28 Jan 2024 03:12:54 +0000 (13:12 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 29 Jan 2024 11:04:10 +0000 (21:04 +1000)
commitb7e9a4a9b0d74aca386682d384d4ad0d20226d24
treeb67b1c771bb3fb680e203f7e52d87920fccf016c
parent6ae754815f341f0a6dfe9c43ffe25e51375264b8
accel/tcg: Inline need_replay_interrupt

The function is now trivial, and with inlining we can
re-use the calling function's tcg_ops variable.

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