Re: [PATCH v4 01/23] plugins: add types for callbacks related to certain discontinuities

2025-05-12 Thread Pierrick Bouvier
Hi Julian, 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. However, traps of any kind, i.e. interrupts or exceptions, were previously not covered. These kinds of events are arguably

[PATCH v4 01/23] plugins: add types for callbacks related to certain discontinuities

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. However, traps of any kind, i.e. interrupts or exceptions, were previously not covered. These kinds of events are arguably quite significant and usually go hand in hand with a