Re: [Xen-devel] [PATCH v2] VT-d/RMRR: Adjust the return values of register_one_rmrr()

2017-02-05 Thread Tian, Kevin
> From: Venu Busireddy [mailto:venu.busire...@oracle.com] > Sent: Thursday, February 02, 2017 11:08 PM > > Adjust/manage the return values of register_one_rmrr() such that new > callers log errors for non-debug builds too, while not affecting the > behavior of the original callers. > >

Re: [Xen-devel] [PATCH v2] VT-d/RMRR: Adjust the return values of register_one_rmrr()

2017-02-02 Thread Jan Beulich
>>> On 02.02.17 at 16:08, wrote: > Adjust/manage the return values of register_one_rmrr() such that new > callers log errors for non-debug builds too, while not affecting the > behavior of the original callers. > > Signed-off-by: Venu Busireddy

[Xen-devel] [PATCH v2] VT-d/RMRR: Adjust the return values of register_one_rmrr()

2017-02-02 Thread Venu Busireddy
Adjust/manage the return values of register_one_rmrr() such that new callers log errors for non-debug builds too, while not affecting the behavior of the original callers. Signed-off-by: Venu Busireddy --- xen/drivers/passthrough/vtd/dmar.c | 11 +++ 1 file