Re: [Xen-devel] [PATCH] common/vm_event: Fix comment

2016-08-11 Thread Jan Beulich
>>> On 11.08.16 at 14:10, wrote: > On 08/11/2016 01:38 PM, Jan Beulich wrote: > On 09.08.16 at 10:32, wrote: >>> --- a/xen/common/vm_event.c >>> +++ b/xen/common/vm_event.c >>> @@ -255,7 +255,7 @@ static inline void vm_event_release_slot(struct domain >>> *d, >>> >>> /* >>> * vm_event_m

Re: [Xen-devel] [PATCH] common/vm_event: Fix comment

2016-08-11 Thread Razvan Cojocaru
On 08/11/2016 01:38 PM, Jan Beulich wrote: On 09.08.16 at 10:32, wrote: >> --- a/xen/common/vm_event.c >> +++ b/xen/common/vm_event.c >> @@ -255,7 +255,7 @@ static inline void vm_event_release_slot(struct domain >> *d, >> >> /* >> * vm_event_mark_and_pause() tags vcpu and put it to slee

Re: [Xen-devel] [PATCH] common/vm_event: Fix comment

2016-08-11 Thread Jan Beulich
>>> On 09.08.16 at 10:32, wrote: > --- a/xen/common/vm_event.c > +++ b/xen/common/vm_event.c > @@ -255,7 +255,7 @@ static inline void vm_event_release_slot(struct domain *d, > > /* > * vm_event_mark_and_pause() tags vcpu and put it to sleep. > - * The vcpu will resume execution in vm_event_wa

[Xen-devel] [PATCH] common/vm_event: Fix comment

2016-08-09 Thread Razvan Cojocaru
There's no such thing as function vm_event_wake_waiters() anymore. Signed-off-by: Razvan Cojocaru --- xen/common/vm_event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/vm_event.c b/xen/common/vm_event.c index 941345b..ad7f986 100644 --- a/xen/common/vm_event.c