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

2015-04-15 Thread Linda Jacobson
New functions to provide logical and and or of two bitmaps functions can be used in vNUMA configuration check function. They are also generally useful, so they have been made as public API. Signed-off-by: Linda Jacobson --- v.1 The new functions were added. v.2 The comments and format were

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

2015-04-15 Thread Linda Jacobson
t;>>> On Wed, 2015-04-15 at 05:45 -0600, Linda Jacobson wrote: >>>>> There are new functions to provide logical and and or of two bitmaps. >>>> >>>> Please could you add a sentence or two on the intended use of these >>>> functions, sinc

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

2015-04-15 Thread Linda Jacobson
There are new functions to provide logical and and or of two bitmaps. Signed-off-by: Linda Jacobson --- v.1 The new functions were added. v.2 The comments and format were corrected. v.3 The bitmap functions were rewritten to manipulate bytes not bits. v.4 Several non-modified parameters, and

[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

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

2015-04-14 Thread Linda Jacobson
> And you forgot to change the subject line to > libxl: provide libxl_bitmap_{and,or} > > I'm a picky about the subject line because this is what shows up when > you look at git commit log. > >> On Tue, Apr 14, 2015 at 08:07:59AM -0600, Linda Jacobson wrote: >>

[Xen-devel] [[PATCH v4]] new functions 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 --- tools/libxl

[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

[Xen-devel] [PATCH 2/2] update definition of libxl_bitmap_{or, and}

2015-04-10 Thread Linda Jacobson
Fixed a comment that included a reference to a function that was not included with these changes. Signed-off-by: Linda Jacobson --- tools/libxl/libxl_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_utils.h b/tools/libxl/libxl_utils.h index 0b6480d

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

2015-04-10 Thread Linda Jacobson
Added functions to create the logical 'and' and logical 'or' of two input bitmaps. Cleaned up spacing and comments. Removed accidentally committed libxl_u_disk* files. Signed-off-by: Linda Jacobson --- tools/libxl/libxl_utils.c | 55

Re: [Xen-devel] implementing a classic Xen front/back pv driver pair to provide a transport for 9P FS Protocol

2015-04-02 Thread Linda Jacobson
files - for two patches). 2). git send-email --to xen-de...@xenproject.org --to someotheremail.org --compose --subject "[PATCH RFC] Patches to fix XYZ." 000*.patch And in the editor do a little writeup of what the patches have. At the end of this, I attach the output from: git diff -

Re: [Xen-devel] implementing a classic Xen front/back pv driver pair to provide a transport for 9P FS Protocol

2015-04-02 Thread Linda Jacobson
Konrad - Here's the log. Maybe someone can make sense of this. Thanks. Linda log Description: Binary data ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

[Xen-devel] [PATCH] tools/libxl new bitmap functions

2015-04-02 Thread Linda Jacobson
From: Linda Added bitmap functions for union intersection and difference betweenn two bitmaps Signed-off-by: Linda --- tools/libxl/libxl_utils.c | 115 ++ tools/libxl/libxl_utils.h | 10 2 files changed, 125 insertions(+) diff --git a/tools/l

Re: [Xen-devel] coding standards

2015-03-30 Thread Linda Jacobson
Will do. Thanks for all the info. L Sent from my iPhone > On Mar 30, 2015, at 12:52 PM, Wei Liu wrote: > >> On Mon, Mar 30, 2015 at 12:29:41PM -0600, Linda wrote: >> Hi Wei, >>I have a few questions before we chat Tuesday. Per your instructions, I >> read the coding standards, which re