Re: [Xen-devel] [PATCH V4 09/11] xen: Add generic implementation of binary search

2016-07-14 Thread Julien Grall
Hi Shanker, Can you please try to thread properly your series, and re-number it with the correct amount of patch if some have been applied. It will avoid people to wondering if they missed some e-mails. On 14/07/16 17:18, Shanker Donthineni wrote: This patch adds the generic implementation o

[Xen-devel] [PATCH V4 09/11] xen: Add generic implementation of binary search

2016-07-14 Thread Shanker Donthineni
This patch adds the generic implementation of binary search algorithm whcih is copied from Linux kernel. Only coding style changes to match the general XEN coding style. No functional changes. Signed-off-by: Shanker Donthineni --- xen/common/Makefile | 1 + xen/common/bsearch.c | 52