> ; Julien Grall ; Stefano Stabellini
> ; Alexandru Isaila ; Petre
> Pircalabu ; Pau Monné, Roger
> ; Nakajima, Jun
> Subject: RE: [PATCH 3/3] x86/monitor: Add new monitor event to catch all
> vmexits
>
> > From: Tamas K Lengyel
> > Sent: Wednesday, May 18, 2022 11:0
> From: Tamas K Lengyel
> Sent: Wednesday, May 18, 2022 11:02 PM
>
> On Thu, May 12, 2022 at 9:47 AM Tamas K Lengyel
> wrote:
> >
> > On Wed, May 4, 2022 at 9:12 AM Tamas K Lengyel
> wrote:
> > >
> > > On Wed, Apr 27, 2022 at 11:51 AM Tamas K Lengyel
> > > wrote:
> > > >
> > > > Add monitor ev
On Thu, May 12, 2022 at 9:47 AM Tamas K Lengyel wrote:
>
> On Wed, May 4, 2022 at 9:12 AM Tamas K Lengyel wrote:
> >
> > On Wed, Apr 27, 2022 at 11:51 AM Tamas K Lengyel
> > wrote:
> > >
> > > Add monitor event that hooks the vmexit handler allowing for both sync and
> > > async monitoring of ev
On Wed, May 4, 2022 at 9:12 AM Tamas K Lengyel wrote:
>
> On Wed, Apr 27, 2022 at 11:51 AM Tamas K Lengyel
> wrote:
> >
> > Add monitor event that hooks the vmexit handler allowing for both sync and
> > async monitoring of events. With async monitoring an event is placed on the
> > monitor ring f
On Wed, Apr 27, 2022 at 11:51 AM Tamas K Lengyel
wrote:
>
> Add monitor event that hooks the vmexit handler allowing for both sync and
> async monitoring of events. With async monitoring an event is placed on the
> monitor ring for each exit and the rest of the vmexit handler resumes
> normally.
On Thu, Apr 28, 2022 at 9:56 AM Roger Pau Monné wrote:
>
> On Wed, Apr 27, 2022 at 11:34:20AM -0400, Tamas K Lengyel wrote:
> > Add monitor event that hooks the vmexit handler allowing for both sync and
> > async monitoring of events. With async monitoring an event is placed on the
> > monitor rin
On Wed, Apr 27, 2022 at 11:34:20AM -0400, Tamas K Lengyel wrote:
> Add monitor event that hooks the vmexit handler allowing for both sync and
> async monitoring of events. With async monitoring an event is placed on the
> monitor ring for each exit and the rest of the vmexit handler resumes
> norm
Add monitor event that hooks the vmexit handler allowing for both sync and
async monitoring of events. With async monitoring an event is placed on the
monitor ring for each exit and the rest of the vmexit handler resumes normally.
If there are additional monitor events configured those will also pl