]> git.proxmox.com Git - mirror_qemu.git/commit
include/hw/core: Move do_interrupt in TCGCPUOps
authorAnton Johansson <anjo@rev.ng>
Sun, 28 Jan 2024 00:24:10 +0000 (10:24 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 28 Jan 2024 21:13:13 +0000 (07:13 +1000)
commitb11cdf27482af998a3fa42f36bc17a3f59404037
tree8f57d07c35c36e74aa8cdd6e404278f9fe916382
parenta7f6f4f53fe0d43c37cb2375e3e648f978296941
include/hw/core: Move do_interrupt in TCGCPUOps

The ifdef out of which it is moved is not quite right: do_interrupt is
only needed for system mode.  Move it to the top of a different ifdef
block, which preserves its position within the structure for that case.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20240119144024.14289-18-anjo@rev.ng>
[rth: Split from a larger patch and simplified.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/hw/core/tcg-cpu-ops.h