Re: [PATCH v4 02/23] plugins: add API for registering discontinuity callbacks

2025-05-12 Thread Pierrick Bouvier
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 to those events, we recently defined discontinuity events, which include traps. This change introduces a function to regis

[PATCH v4 02/23] plugins: add API for registering discontinuity callbacks

2025-05-11 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 to those events, we recently defined discontinuity events, which include traps. This change introduces a function to register callbacks for these events. We define