[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC PATCH 1/4] arm/monitor: Introduce monitoring of single-step events
> diff --git a/xen/include/asm-arm/monitor.h b/xen/include/asm-arm/monitor.h > index 7567be66bd..66c7fe14fe 100644 > --- a/xen/include/asm-arm/monitor.h > +++ b/xen/include/asm-arm/monitor.h > @@ -57,12 +57,15 @@ static inline uint32_t > arch_monitor_get_capabilities(struct domain *d) > { > uint32_t capabilities = 0; > > - capabilities = (1U << XEN_DOMCTL_MONITOR_EVENT_GUEST_REQUEST | > + capabilities = (1U << XEN_DOMCTL_MONITOR_EVENT_SINGLESTEP | > + 1U << XEN_DOMCTL_MONITOR_EVENT_GUEST_REQUEST | > 1U << XEN_DOMCTL_MONITOR_EVENT_PRIVILEGED_CALL); Please append the new capability bit instead of prepending. Tamas _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |