Re: [RFC PATCH v3 03/11] plugins: add hooks for new discontinuity related callbacks

2025-01-09 Thread Alex Bennée
Julian Ganz writes: > 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

Re: [RFC PATCH v3 03/11] plugins: add hooks for new discontinuity related callbacks

2024-12-04 Thread Pierrick Bouvier
On 12/2/24 11:26, 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 h

[RFC PATCH v3 03/11] plugins: add hooks for new discontinuity related callbacks

2024-12-02 Thread Julian Ganz
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