Re: [Xen-devel] [PATCH v4 1/3] x86/monitor: add get_capabilities to monitor_op domctl

2015-07-09 Thread Razvan Cojocaru
On 07/09/2015 01:52 AM, Tamas K Lengyel wrote: > Add option to monitor_op domctl to determine the monitor capabilities of the > system. > > Signed-off-by: Tamas K Lengyel > --- > v4: add inline function wrapper for is_singlestep_supported to hvm.h > v3: move is_singlestep_supported into vmx >

Re: [Xen-devel] [PATCH v4 1/3] x86/monitor: add get_capabilities to monitor_op domctl

2015-07-09 Thread Lengyel, Tamas
On Jul 9, 2015 5:15 AM, "Ian Campbell" wrote: > > On Wed, 2015-07-08 at 18:52 -0400, Tamas K Lengyel wrote: > > Add option to monitor_op domctl to determine the monitor capabilities of the > > system. > > > > Signed-off-by: Tamas K Lengyel > > --- > > v4: add inline function wrapper for is_single

Re: [Xen-devel] [PATCH v4 1/3] x86/monitor: add get_capabilities to monitor_op domctl

2015-07-09 Thread Ian Campbell
On Wed, 2015-07-08 at 18:52 -0400, Tamas K Lengyel wrote: > Add option to monitor_op domctl to determine the monitor capabilities of the > system. > > Signed-off-by: Tamas K Lengyel > --- > v4: add inline function wrapper for is_singlestep_supported to hvm.h > v3: move is_singlestep_supported int

[Xen-devel] [PATCH v4 1/3] x86/monitor: add get_capabilities to monitor_op domctl

2015-07-08 Thread Tamas K Lengyel
Add option to monitor_op domctl to determine the monitor capabilities of the system. Signed-off-by: Tamas K Lengyel --- v4: add inline function wrapper for is_singlestep_supported to hvm.h v3: move is_singlestep_supported into vmx sanity check capabilities for each monitor_op enable/disable