]> git.ipfire.org Git - thirdparty/qemu.git/commit
qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
authorChris Laplante <chris@laplante.io>
Tue, 22 Aug 2023 16:31:01 +0000 (17:31 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 22 Aug 2023 16:31:01 +0000 (17:31 +0100)
commitc7bb6fa6afb427f9538bf2f95ea55e8a1ce8da60
tree0ab4c8859932c0a998ff1d9bcba434d2e388cd71
parentfe692f7c8c477dd794a45b18148e248c3c327931
qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed

This is much better than just silently failing with OK.

Signed-off-by: Chris Laplante <chris@laplante.io>
Message-id: 20230728160324.1159090-6-chris@laplante.io
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
softmmu/qtest.c