On Wed, Jul 8, 2015 at 10:37 AM, Jan Beulich wrote:
> >>> On 07.07.15 at 15:52, wrote:
> > --- a/xen/arch/x86/monitor.c
> > +++ b/xen/arch/x86/monitor.c
> > @@ -42,10 +42,29 @@ int status_check(struct xen_domctl_monitor_op *mop,
> bool_t status)
> > return 0;
> > }
> >
> > +static inline u
>>> On 07.07.15 at 15:52, wrote:
> --- a/xen/arch/x86/monitor.c
> +++ b/xen/arch/x86/monitor.c
> @@ -42,10 +42,29 @@ int status_check(struct xen_domctl_monitor_op *mop,
> bool_t status)
> return 0;
> }
>
> +static inline uint32_t get_capabilities(struct domain *d)
> +{
> +uint32_t cap
On 07/07/2015 04:52 PM, Tamas K Lengyel wrote:
> Add option to monitor_op domctl to determine the monitor capabilities of the
> system.
>
> Signed-off-by: Tamas K Lengyel
> ---
> v3: move is_singlestep_supported into vmx
> sanity check capabilities for each monitor_op enable/disable
> fix
Add option to monitor_op domctl to determine the monitor capabilities of the
system.
Signed-off-by: Tamas K Lengyel
---
v3: move is_singlestep_supported into vmx
sanity check capabilities for each monitor_op enable/disable
fix comment typo
v2: skipped
---
tools/libxc/include/xenctrl.h |