[linux-linus test] 150213: tolerable FAIL - PUSHED

2020-05-16 Thread osstest service owner
flight 150213 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/150213/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): test-armhf-armhf-xl-rtds 12 guest-start fail REGR. vs. 150202 Tests which did not

[xen-unstable-smoke test] 150218: tolerable all pass - PUSHED

2020-05-16 Thread osstest service owner
flight 150218 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/150218/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 13 migrate-support-checkfail never pass test-arm64-arm64-xl-xsm

[xen-unstable-smoke test] 150217: tolerable all pass - PUSHED

2020-05-16 Thread osstest service owner
flight 150217 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/150217/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 13 migrate-support-checkfail never pass test-arm64-arm64-xl-xsm

Re: IOCTL_PRIVCMD_MMAPBATCH on Xen 4.13.0

2020-05-16 Thread Andrew Cooper
On 15/05/2020 22:53, Manuel Bouyer wrote: > On Fri, May 15, 2020 at 10:38:13PM +0100, Andrew Cooper wrote: >>> [...] >>> Does it help ? >> Yes and no.  This is collateral damage of earlier bug. >> >> What failed was xen_init_fv()'s >> >>     shared_page = xc_map_foreign_range(xc_handle, domid,

[xen-unstable test] 150212: tolerable FAIL - PUSHED

2020-05-16 Thread osstest service owner
flight 150212 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/150212/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): test-armhf-armhf-xl-rtds16 guest-start/debian.repeat fail REGR. vs. 150192 Tests which did not

[PATCH] x86/hvm: Fix shifting in stdvga_mem_read()

2020-05-16 Thread Andrew Cooper
stdvga_mem_read() has a return type of uint8_t, which promotes to int rather than unsigned int. Shifting by 24 may hit the sign bit. Spotted by Coverity. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu CC: Roger Pau Monné --- xen/arch/x86/hvm/stdvga.c | 2 +- 1 file changed, 1

[qemu-mainline test] 150215: tolerable FAIL - PUSHED

2020-05-16 Thread osstest service owner
flight 150215 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/150215/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-amd64-xl-rtds 16 guest-localmigrate fail in 150211 pass in 150215 test-armhf-armhf-libvirt-raw

[xen-unstable test] 150192: tolerable FAIL - PUSHED

2020-05-16 Thread osstest service owner
flight 150192 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/150192/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-rtds 16 guest-localmigrate fail like 150164

[libvirt test] 150210: regressions - FAIL

2020-05-16 Thread osstest service owner
flight 150210 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/150210/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-libvirt 6 libvirt-buildfail REGR. vs. 146182 build-i386-libvirt

[RESEND PATCH v2 for-4.14] pvcalls: Document correctly and explicitely the padding for all arches

2020-05-16 Thread Julien Grall
From: Julien Grall The documentation of pvcalls suggests there is padding for 32-bit x86 at the end of most the structure. However, they are not described in in the public header. Because of that all the structures would be 32-bit aligned and not 64-bit aligned for 32-bit x86. For all the

[linux-linus test] 150202: tolerable FAIL - PUSHED

2020-05-16 Thread osstest service owner
flight 150202 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/150202/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-rtds 18 guest-localmigrate/x10 fail like 150186 test-amd64-amd64-xl-qemut-win7-amd64

[PATCH] pvcalls: Document correctly and explicitely the padding for all arches

2020-05-16 Thread Julien Grall
From: Julien Grall The documentation of pvcalls suggests there is padding for 32-bit x86 at the end of most the structure. However, they are not described in in the public header. Because of that all the structures would be 32-bit aligned and not 64-bit aligned for 32-bit x86. For all the

Re: [PATCH] pvcalls: Document correctly and explicitely the padding for all arches

2020-05-16 Thread Julien Grall
Sorry I forgot to CC the maintainers on the e-mail. I will resent it. On 16/05/2020 11:19, Julien Grall wrote: From: Julien Grall The documentation of pvcalls suggests there is padding for 32-bit x86 at the end of most the structure. However, they are not described in in the public header.

Re: [PATCH 6/7] xen/guest_access: Consolidate guest access helpers in xen/guest_access.h

2020-05-16 Thread Julien Grall
Ping 2. On 29/04/2020 15:04, Julien Grall wrote: Hi, Gentle ping. Any comments on the direction to take? On 09/04/2020 10:28, Julien Grall wrote: On 09/04/2020 09:06, Jan Beulich wrote: On 09.04.2020 10:01, Julien Grall wrote: Hi, On 09/04/2020 07:30, Jan Beulich wrote: On 09.04.2020

[PATCH] CHANGELOG: add hypervisor framework and Hyper-V support

2020-05-16 Thread Wei Liu
Signed-off-by: Wei Liu --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554eeb6a1216..ccb5055c87b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ The format is based on [Keep a

[PATCH] x86/hvm: Fix memory leaks in hvm_copy_context_and_params()

2020-05-16 Thread Andrew Cooper
Any error from hvm_save() or hvm_set_param() leaks the c.data allocation. Spotted by Coverity. Fixes: 353744830 "x86/hvm: introduce hvm_copy_context_and_params" Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu CC: Roger Pau Monné CC: Tamas K Lengyel This was the XenServer

[qemu-mainline test] 150211: regressions - FAIL

2020-05-16 Thread osstest service owner
flight 150211 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/150211/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-libvirt-raw 15 guest-start/debian.repeat fail REGR. vs. 150194 Regressions

RE: [PATCH] CHANGELOG: add hypervisor framework and Hyper-V support

2020-05-16 Thread Paul Durrant
> -Original Message- > From: Wei Liu > Sent: 16 May 2020 12:55 > To: Xen Development List > Cc: Wei Liu ; Paul Durrant ; Community Manager > > Subject: [PATCH] CHANGELOG: add hypervisor framework and Hyper-V support > > Signed-off-by: Wei Liu Acked-by: Paul Durrant > --- >

[xen-unstable-smoke test] 150214: tolerable all pass - PUSHED

2020-05-16 Thread osstest service owner
flight 150214 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/150214/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 13 migrate-support-checkfail never pass test-arm64-arm64-xl-xsm