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

2022-04-27 Thread Roger Pau Monné
On Tue, Apr 26, 2022 at 02:53:54PM -0400, Tamas K Lengyel wrote: > On Tue, Apr 26, 2022 at 4:50 AM Roger Pau Monné wrote: > > > > On Mon, Apr 25, 2022 at 11:40:11AM -0400, Tamas K Lengyel wrote: > > > On Mon, Apr 25, 2022 at 10:41 AM Roger Pau Monné > > > wrote: > > > > > > > > On Wed, Apr 13, 2

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

2022-04-26 Thread Tamas K Lengyel
On Tue, Apr 26, 2022 at 4:50 AM Roger Pau Monné wrote: > > On Mon, Apr 25, 2022 at 11:40:11AM -0400, Tamas K Lengyel wrote: > > On Mon, Apr 25, 2022 at 10:41 AM Roger Pau Monné > > wrote: > > > > > > On Wed, Apr 13, 2022 at 09:41:52AM -0400, Tamas K Lengyel wrote: > > > > Add monitor event that

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

2022-04-26 Thread Roger Pau Monné
On Mon, Apr 25, 2022 at 11:40:11AM -0400, Tamas K Lengyel wrote: > On Mon, Apr 25, 2022 at 10:41 AM Roger Pau Monné wrote: > > > > On Wed, Apr 13, 2022 at 09:41:52AM -0400, Tamas K Lengyel wrote: > > > Add monitor event that hooks the vmexit handler allowing for both sync and > > > async monitorin

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

2022-04-25 Thread Tamas K Lengyel
On Mon, Apr 25, 2022 at 10:41 AM Roger Pau Monné wrote: > > On Wed, Apr 13, 2022 at 09:41:52AM -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 ri

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

2022-04-25 Thread Roger Pau Monné
On Wed, Apr 13, 2022 at 09:41:52AM -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

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

2022-04-22 Thread Tamas K Lengyel
On Wed, Apr 13, 2022 at 9:43 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. >

[PATCH v4 2/2] x86/monitor: Add new monitor event to catch all vmexits

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