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

2024-09-14 Thread osstest service owner
flight 187698 xen-unstable real [real] flight 187706 xen-unstable real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/187698/ http://logs.test-lab.xenproject.org/osstest/logs/187706/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd6

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

2024-09-14 Thread osstest service owner
flight 187701 qemu-mainline real [real] flight 187708 qemu-mainline real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/187701/ http://logs.test-lab.xenproject.org/osstest/logs/187708/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-am

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

2024-09-14 Thread osstest service owner
flight 187704 linux-linus real [real] flight 187709 linux-linus real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/187704/ http://logs.test-lab.xenproject.org/osstest/logs/187709/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-

[libvirt test] 187705: tolerable all pass - PUSHED

2024-09-14 Thread osstest service owner
flight 187705 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/187705/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt 16 saverestore-support-checkfail like 187686 test-amd64-amd64-libvirt-xsm 15 migrate-s

[xen-unstable test] 187707: tolerable FAIL

2024-09-14 Thread osstest service owner
flight 187707 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/187707/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-amd64-xl-qemut-debianhvm-i386-xsm 12 debian-hvm-install fail in 187698 pass in 187707 test-amd64-am

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

2024-09-14 Thread osstest service owner
flight 187710 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/187710/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt 16 saverestore-support-checkfail like 187704 test-amd64-amd64-xl-qemut-win7-amd64

Re: [PATCH 2/3] x86/boot: Refactor BIOS/PVH start

2024-09-14 Thread Jan Beulich
On 10.09.2024 18:16, Frediano Ziglio wrote: > --- a/xen/arch/x86/boot/head.S > +++ b/xen/arch/x86/boot/head.S > @@ -25,6 +25,9 @@ > #define MB2_HT(name) (MULTIBOOT2_HEADER_TAG_##name) > #define MB2_TT(name) (MULTIBOOT2_TAG_TYPE_##name) > > +#define BOOT_TYPE_BIOS 1 > +#define BOOT_TYP

Re: [PATCH 1/3] x86/boot: Initialise BSS as soon as possible

2024-09-14 Thread Jan Beulich
On 10.09.2024 18:16, Frediano Ziglio wrote: > --- a/xen/arch/x86/boot/head.S > +++ b/xen/arch/x86/boot/head.S > @@ -231,6 +231,27 @@ __efi64_mb2_start: > /* VGA is not available on EFI platforms. */ > movl $0,vga_text_buffer(%rip) > > +/* > + * Align the stack