On 30/05/2019 07:18, Petre Pircalabu wrote: > diff --git a/xen/common/vm_event.c b/xen/common/vm_event.c > index 3505589..1dd3e48 100644 > --- a/xen/common/vm_event.c > +++ b/xen/common/vm_event.c > @@ -277,7 +277,7 @@ void vm_event_put_request(struct domain *d, > RING_IDX req_prod; > struct vcpu *curr = current; > > - if( !vm_event_check_ring(ved)) > + if( !vm_event_check(ved))
Ideally with fixing up this style error, as you're changing the line. This can be fixed on commit. Acked-by: Andrew Cooper <andrew.coop...@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel