[xen-unstable test] 181154: tolerable FAIL

2023-06-04 Thread osstest service owner
flight 181154 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/181154/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-i386-qemuu-rhel6hvm-amd 7 xen-install fail in 181137 pass in 181154 test-amd64-i386-qemut-rhel6hvm-a

[linux-linus test] 181157: regressions - FAIL

2023-06-04 Thread osstest service owner
flight 181157 linux-linus real [real] flight 181164 linux-linus real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/181157/ http://logs.test-lab.xenproject.org/osstest/logs/181164/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run

[qemu-mainline test] 181159: regressions - FAIL

2023-06-04 Thread osstest service owner
flight 181159 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/181159/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-libvirt-pair 30 leak-check/check/src_host fail REGR. vs. 180691 test-amd64-amd

[linux-linus test] 181167: regressions - FAIL

2023-06-04 Thread osstest service owner
flight 181167 linux-linus real [real] flight 181172 linux-linus real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/181167/ http://logs.test-lab.xenproject.org/osstest/logs/181172/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run

[qemu-mainline test] 181168: regressions - FAIL

2023-06-04 Thread osstest service owner
flight 181168 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/181168/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-libvirt-pair 30 leak-check/check/src_host fail REGR. vs. 180691 test-amd64-amd

Re: [PATCH v2 10/40] xen/arm: split MMU and MPU config files from config.h

2023-06-04 Thread Penny Zheng
Hi, Sorry for the late reply. Got sidetracked by other tasks... On 2023/1/19 22:20, Julien Grall wrote: Hi, On 13/01/2023 05:28, Penny Zheng wrote: From: Wei Chen Xen defines some global configuration macros for Arm in config.h. We still want to use it for Armv8-R systems, but there are s

Xen reliance on non-standard GCC features

2023-06-04 Thread Roberto Bagnara
Hi there. It appears Xen uses lots of GCC features that are outside the C99 standard. Some of them are documented GNU extensions to the language. Some of them seem not to be documented, so they do not qualify as language extensions (at least, not as far as the spirit and letter of functional-saf