>>> On 06.10.17 at 14:25, <paul.durr...@citrix.com> wrote: > --- a/xen/arch/x86/hvm/ioreq.c > +++ b/xen/arch/x86/hvm/ioreq.c > @@ -357,6 +357,9 @@ static void hvm_update_ioreq_evtchn(struct > hvm_ioreq_server *s, > } > } > > +#define HANDLE_BUFIOREQ(s) \ > + (s->bufioreq_handling != HVM_IOREQSRV_BUFIOREQ_OFF)
Didn't I point out already that s wants to be parenthesized here? Or was that on another macro? With this taken care of Reviewed-by: Jan Beulich <jbeul...@suse.com> Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel