RE: [PATCH 3/3] x86/monitor: Add new monitor event to catch all vmexits

2022-05-20 Thread Lengyel, Tamas
> ; 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

RE: [PATCH 3/3] x86/monitor: Add new monitor event to catch all vmexits

2022-05-19 Thread Tian, Kevin
> 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

Re: [PATCH 3/3] x86/monitor: Add new monitor event to catch all vmexits

2022-05-18 Thread Tamas K Lengyel
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

Re: [PATCH 3/3] x86/monitor: Add new monitor event to catch all vmexits

2022-05-12 Thread Tamas K Lengyel
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

Re: [PATCH 3/3] x86/monitor: Add new monitor event to catch all vmexits

2022-05-04 Thread Tamas K Lengyel
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.

Re: [PATCH 3/3] x86/monitor: Add new monitor event to catch all vmexits

2022-04-28 Thread Tamas K Lengyel
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

Re: [PATCH 3/3] x86/monitor: Add new monitor event to catch all vmexits

2022-04-28 Thread Roger Pau Monné
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 >