Re: [Xen-devel] [PATCH] new functions libxl_bitmap_{or,and}

2015-04-14 Thread Julien Grall
Hi Linda, Hi Linda, On 14/04/15 13:14, Linda wrote: > On 4/14/2015 3:19 AM, Wei Liu wrote: >> Thanks, we're getting there. If my comments confuse you please just ask >> for clarification. >> >> There is no need to change the subject line. However, it would be >> useful if you have some kind of v

Re: [Xen-devel] [PATCH] new functions libxl_bitmap_{or,and}

2015-04-14 Thread Linda
On 4/14/2015 3:19 AM, Wei Liu wrote: Thanks, we're getting there. If my comments confuse you please just ask for clarification. There is no need to change the subject line. However, it would be useful if you have some kind of version number in you subject line. That is [PATCH vX] libxl:

Re: [Xen-devel] [PATCH] new functions libxl_bitmap_{or,and}

2015-04-14 Thread Wei Liu
Thanks, we're getting there. If my comments confuse you please just ask for clarification. There is no need to change the subject line. However, it would be useful if you have some kind of version number in you subject line. That is [PATCH vX] libxl: provide libxl_bimap_{and,or} You can do t

[Xen-devel] [PATCH] new functions libxl_bitmap_{or,and}

2015-04-13 Thread Linda Jacobson
provide logical and and or of two bitmaps --- v.1 updated comments and format v.2 rewrote bitmap functions to manipulate bytes not bits Signed-off-by: Linda Jacobson --- tools/libxl/libxl_utils.c | 74 +++ tools/libxl/libxl_utils.h | 5 2 fil