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
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
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
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
> 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:
>>
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
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
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
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
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 -
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
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
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
13 matches
Mail list logo