Re: [PATCH v5 02/25] plugins: add API for registering discontinuity callbacks

2025-05-24 Thread Richard Henderson
On 5/19/25 16:19, 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 registe

[PATCH v5 02/25] plugins: add API for registering discontinuity callbacks

2025-05-19 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