[Xen-devel] [xen-4.6-testing test] 62603: tolerable FAIL - PUSHED

2015-10-04 Thread osstest service owner
flight 62603 xen-4.6-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/62603/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): test-amd64-i386-rumpuserxen-i386 15 rumpuserxen-demo-xenstorels/xenstorels.repeat fail REGR. vs. 62535 t

[Xen-devel] [linux-4.1 test] 62609: regressions - trouble: blocked/broken/fail/pass

2015-10-04 Thread osstest service owner
flight 62609 linux-4.1 real [real] http://logs.test-lab.xenproject.org/osstest/logs/62609/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-pvops 3 host-install(3) broken REGR. vs. 62318 test-amd64-i386-xl-qemu

[Xen-devel] [linux-linus test] 62615: regressions - FAIL

2015-10-04 Thread osstest service owner
flight 62615 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/62615/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-cubietruck 6 xen-bootfail REGR. vs. 59254 test-armhf-armhf-xl-x

[Xen-devel] [xen-4.4-testing test] 62616: regressions - FAIL

2015-10-04 Thread osstest service owner
flight 62616 xen-4.4-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/62616/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-win7-amd64 16 guest-localmigrate/x10 fail in 62389 REGR. vs. 60727 Tes

[Xen-devel] Swapping frame contents

2015-10-04 Thread Bilal Bakht Ahmad
Is there any way the contents of 2 frames be swapped given their gmfn/mfn? ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

[Xen-devel] [libvirt test] 62618: regressions - FAIL

2015-10-04 Thread osstest service owner
flight 62618 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/62618/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 16 guest-start/debianhvm.repeat fail REGR. vs. 62435

[Xen-devel] [xen-4.6-testing baseline-only test] 38122: regressions - FAIL

2015-10-04 Thread Platform Team regression test user
This run is configured for baseline tests only. flight 38122 xen-4.6-testing real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38122/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl-midway 16 guest-start/

[Xen-devel] [PATCH for-4.6] xen/public: arm: Use __typeof__ rather than typeof

2015-10-04 Thread Julien Grall
The keyword typeof is not portable: /usr/src/freebsd/sys/xen/hypervisor.h:93:2: error: implicit declaration of function 'typeof' is invalid in C99 [-Werror,-Wimplicit-function-declaration] Signed-off-by: Julien Grall --- Cc: Ian Campbell Cc: Ian Jackson Cc: Jan Beulich Cc: Keir Fraser Cc: T

[Xen-devel] [PATCH] xen/public: Fix typo in memory.h

2015-10-04 Thread Julien Grall
Signed-off-by: Julien Grall --- Cc: Ian Campbell Cc: Ian Jackson Cc: Jan Beulich Cc: Keir Fraser Cc: Tim Deegan --- xen/include/public/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/memory.h b/xen/include/public/memory.h index 320de91..4df38d

[Xen-devel] [PATCH 0/2] Bulk mem-share identical domains

2015-10-04 Thread Tamas K Lengyel
The following patches add a convenience memop to the mem_sharing system, allowing for the rapid deduplication of memory pages between identical domains. The envisioned use-case for this is the following: 1) Create two domains from the same snapshot using xl. This step can also be performed by p

[Xen-devel] [PATCH 1/2] x86/mem-sharing: Bulk mem-sharing entire domains

2015-10-04 Thread Tamas K Lengyel
Currently mem-sharing can be performed on a page-by-page base from the control domain. However, when completely deduplicating (cloning) a VM, this requires at least 3 hypercalls per page. As the user has to loop through all pages up to max_gpfn, this process is very slow and wasteful. This patch i

[Xen-devel] [PATCH 2/2] tests/mem-sharing: Add bulk option to memshrtool

2015-10-04 Thread Tamas K Lengyel
Add the bulk option to the test tool to perform complete deduplication between domains. Signed-off-by: Tamas K Lengyel Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu --- tools/tests/mem-sharing/memshrtool.c | 20 1 file changed, 20 insertions(+) dif

[Xen-devel] [linux-next test] 62630: tolerable FAIL

2015-10-04 Thread osstest service owner
flight 62630 linux-next real [real] http://logs.test-lab.xenproject.org/osstest/logs/62630/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): test-armhf-armhf-libvirt-raw 6 xen-boot fail REGR. vs. 62544 test-armhf-armhf-libvirt-xsm 6

Re: [Xen-devel] [PATCH 2/2] MAINTAINERS: adding myself as co-maintainer of cpupools.

2015-10-04 Thread Juergen Gross
On 10/03/2015 03:59 AM, Dario Faggioli wrote: Signed-off-by: Dario Faggioli Acked-by: Juergen Gross --- Cc: Juergen Gross --- MAINTAINERS |1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index b612e06..902a28a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@