Re: [RFC PATCH v3 02/11] plugins: add API for registering discontinuity callbacks

2025-01-10 Thread Julian Ganz
Hi Alex, January 9, 2025 at 2:57 PM, "Alex Bennée" wrote: > Julian Ganz writes: > > diff --git a/include/qemu/qemu-plugin.h b/include/qemu/qemu-plugin.h > > index 9c67374b7e..f998a465e5 100644 > > --- a/include/qemu/qemu-plugin.h > > +++ b/include/qemu/qemu-plugin.h > > @@ -273,6 +273,21 @@

Re: [RFC PATCH v3 02/11] plugins: add API for registering discontinuity 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 to > those events, we recently defined discontinuity events, which include > traps. > > This change introduces a function to register call

Re: [RFC PATCH v3 02/11] plugins: add API for registering discontinuity 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 to those events, we recently defined discontinuity events, which include traps. This change introduces a function to registe

[RFC PATCH v3 02/11] plugins: add API for registering discontinuity 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 to those events, we recently defined discontinuity events, which include traps. This change introduces a function to register callbacks for these events. We define