[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..4

[Xen-devel] [xen-4.5-testing test] 50373: regressions - FAIL

2015-04-10 Thread osstest service user
flight 50373 xen-4.5-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/50373/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-freebsd10-amd64 14 guest-localmigrate/x10 fail in 50317 REGR. vs. 50268 Tests w

[Xen-devel] [xen-4.4-testing test] 50372: FAIL

2015-04-10 Thread osstest service user
flight 50372 xen-4.4-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/50372/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-rumpuserxen 7 capture-logs!broken in 50356 [st=!broken

[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 +++ tools/libxl/