]> git.ipfire.org Git - thirdparty/qemu.git/commit
plugins: add hooks for new discontinuity related callbacks
authorJulian Ganz <neither@nut.email>
Mon, 27 Oct 2025 11:03:16 +0000 (11:03 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 29 Oct 2025 14:12:43 +0000 (14:12 +0000)
commita1688bc86ce93ac0e006673766cd123eed43c02c
tree5cae40d8ea3b8c224dd7e1c9cf24a68b7e1d04b4
parentaac73d85d2d6f556dbcee6041a2898cb0ef9b0e6
plugins: add hooks for new discontinuity related callbacks

The plugin API allows registration of callbacks for a variety of VCPU
related events, such as VCPU reset, idle and resume. In addition, we
recently introduced API for registering callbacks for discontinuity
events, specifically for interrupts, exceptions and host calls.

This change introduces the corresponding hooks called from target
specific code inside qemu.

Signed-off-by: Julian Ganz <neither@nut.email>
Message-ID: <20251027110344.2289945-10-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
include/qemu/plugin.h
plugins/core.c