qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 03/23] plugins: add hooks for new discontinuity related ca


From: Pierrick Bouvier
Subject: Re: [PATCH v4 03/23] plugins: add hooks for new discontinuity related callbacks
Date: Mon, 12 May 2025 15:37:23 -0700
User-agent: Mozilla Thunderbird

On 5/11/25 6:13 AM, Julian Ganz wrote:
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>
---
  include/qemu/plugin.h | 12 ++++++++++
  plugins/core.c        | 53 +++++++++++++++++++++++++++++++++++++++++++
  2 files changed, 65 insertions(+)

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]