[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 7/7] xen/vm-events: move arch_domain.monitor bits to common
>>> On 10.02.16 at 17:00, <czuzu@xxxxxxxxxxxxxxx> wrote: > --- a/xen/include/xen/sched.h > +++ b/xen/include/xen/sched.h > @@ -464,6 +464,22 @@ struct domain > /* vNUMA topology accesses are protected by rwlock. */ > rwlock_t vnuma_rwlock; > struct vnuma_info *vnuma; > + > + /* Common monitor vm-events options */ > + struct { > +#if CONFIG_HAS_VM_EVENT_SINGLESTEP > + uint8_t singlestep_enabled : 1; > +#endif // HAS_VM_EVENT_SINGLESTEP > + > +#if CONFIG_HAS_VM_EVENT_SOFTWARE_BREAKPOINT > + uint8_t software_breakpoint_enabled : 1; > +#endif // HAS_VM_EVENT_SOFTWARE_BREAKPOINT > + > +#if CONFIG_HAS_VM_EVENT_GUEST_REQUEST > + uint8_t guest_request_enabled : 1; > + uint8_t guest_request_sync : 1; > +#endif // HAS_VM_EVENT_GUEST_REQUEST > + } monitor; > }; Please use C-style comments only (see ./CODING_STYLE). Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |