Re: [Xen-devel] [PATCH v5] libxl: provide libxl_bitmap_{or,and}

2015-04-15 Thread Wei Liu
Hmm... You only changed the subject line but missed all other changes I asked for. Please have a look at my comments on V4 and address them properly. Wei. ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

[Xen-devel] [PATCH v5] libxl: provide libxl_bitmap_{or,and}

2015-04-14 Thread Linda Jacobson
provide logical and and or of two bitmaps Signed-off-by: Linda Jacobson --- v.1 new functions v.2 updated comments and format v.3 rewrote bitmap functions to manipulate bytes not bits v.4 made non-modified parameters, and local variables const; fixed code formatting v.5 changed commit subje