> > +static inline bool vm_event_is_enabled(struct vcpu *v)
> > +{
> > +#ifdef CONFIG_VM_EVENT
> > + return v->arch.vm_event != NULL;
>
> Is "enabled" (in the function name) a good description of this condition,
> Tamas?Sure, sounds fine to me. Tamas
