[xen-unstable test] 175470: regressions - FAIL

2022-12-23 Thread osstest service owner
flight 175470 xen-unstable real [real] flight 175479 xen-unstable real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/175470/ http://logs.test-lab.xenproject.org/osstest/logs/175479/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be r

[linux-5.4 test] 175466: FAIL

2022-12-23 Thread osstest service owner
flight 175466 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/175466/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-credit2 broken in 175407 test-amd64-a

[linux-linus test] 175462: regressions - trouble: broken/fail/pass

2022-12-23 Thread osstest service owner
flight 175462 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/175462/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-xl-seattle broken test-arm64-arm64-xl-seattle 5 host-insta

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

2022-12-23 Thread osstest service owner
flight 175472 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/175472/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 15 migrate-support-checkfail never pass test-armhf-armhf-xl 1

[libvirt test] 175463: regressions - FAIL

2022-12-23 Thread osstest service owner
flight 175463 libvirt real [real] flight 175473 libvirt real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/175463/ http://logs.test-lab.xenproject.org/osstest/logs/175473/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-

Re: [PATCH v5 0/2] xen/arm: refine vpl011

2022-12-23 Thread Julien Grall
Hi Jiamei, On 05/12/2022 07:26, Jiamei Xie wrote: This patch is the version 5 for "xen/arm: vpl011: Make access to DMACR write-ignore" [1]. [1] https://patchwork.kernel.org/project/xen-devel/patch/20221122054644.1092173-1-jiamei@arm.com/ Sorry, it looks like I forgot to commit this serie

[xen-unstable test] 175460: regressions - FAIL

2022-12-23 Thread osstest service owner
flight 175460 xen-unstable real [real] flight 175468 xen-unstable real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/175460/ http://logs.test-lab.xenproject.org/osstest/logs/175468/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be r

[ovmf test] 175467: all pass - PUSHED

2022-12-23 Thread osstest service owner
flight 175467 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/175467/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf a086f4a63bc0295b0b02f8ee76381c6b437122bf baseline version: ovmf bf65d7ee8842a93116534

[ovmf test] 175465: all pass - PUSHED

2022-12-23 Thread osstest service owner
flight 175465 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/175465/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf bf65d7ee8842a93116534f727abcad235dd3e233 baseline version: ovmf d8d4abdff9096a69ff59d

Re: [XEN PATCH v1 1/4] arch/riscv: initial RISC-V support to build/run minimal Xen

2022-12-23 Thread Julien Grall
Hi Oleksii, + Anthony for the Makefile changes. On 23/12/2022 11:16, Oleksii Kurochko wrote: The patch provides a minimal amount of changes to start build and run minimal Xen binary at GitLab CI&CD that will allow continuous checking of the build status of RISC-V Xen. RISC-V Xen can be built b

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

2022-12-23 Thread osstest service owner
flight 175464 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/175464/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 15 migrate-support-checkfail never pass test-armhf-armhf-xl 1

[linux-5.4 test] 175459: FAIL

2022-12-23 Thread osstest service owner
flight 175459 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/175459/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-credit2 broken in 175407 test-amd64-a

Re: [PATCH 06/22] x86: map/unmap pages in restore_all_guests

2022-12-23 Thread Julien Grall
Hi, On 22/12/2022 11:12, Jan Beulich wrote: On 16.12.2022 12:48, Julien Grall wrote: --- a/xen/arch/x86/x86_64/entry.S +++ b/xen/arch/x86/x86_64/entry.S @@ -165,7 +165,24 @@ restore_all_guest: and %rsi, %rdi and %r9, %rsi add %rcx, %rdi -add %rcx, %

Re: [PATCH 05/22] x86/srat: vmap the pages for acpi_slit

2022-12-23 Thread Julien Grall
Hi Jan, On 20/12/2022 15:30, Jan Beulich wrote: On 16.12.2022 12:48, Julien Grall wrote: From: Hongyan Xia This avoids the assumption that boot pages are in the direct map. Signed-off-by: Hongyan Xia Signed-off-by: Julien Grall Reviewed-by: Jan Beulich However, ... --- a/xen/arch/x86

[XEN PATCH v1 4/4] automation: add RISC-V 64 cross-build tests for Xen

2022-12-23 Thread Oleksii Kurochko
Add build jobs to cross-compile Xen-only for RISC-V 64. Signed-off-by: Oleksii Kurochko --- automation/gitlab-ci/build.yaml | 43 + automation/scripts/build| 4 +-- 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/automation/gitlab-ci/build

[XEN PATCH v1 2/4] automation: add cross-compiler support for the build script

2022-12-23 Thread Oleksii Kurochko
Docker images that are currently available and used for cross-compilation is additionally installed GCC/Binutils which is why the build script doesn't crash. RISC-V docker image doesn't have native GCC only           cross-compiler which will lead to the fact  that the build script will fail. Sig

[XEN PATCH v1 3/4] automation: add python3 package for riscv64.dockerfile

2022-12-23 Thread Oleksii Kurochko
Pyhton3 package is requited by automation/scripts/build script so it shoud be installed to riscv64 docker image Signed-off-by: Oleksii Kurochko --- automation/build/archlinux/riscv64.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automation/build/archlinux/riscv

[XEN PATCH v1 1/4] arch/riscv: initial RISC-V support to build/run minimal Xen

2022-12-23 Thread Oleksii Kurochko
The patch provides a minimal amount of changes to start build and run minimal Xen binary at GitLab CI&CD that will allow continuous checking of the build status of RISC-V Xen. RISC-V Xen can be built by the following instructions: $ CONTAINER=riscv64 ./automation/scripts/containerize \ ma

[XEN PATCH v1 0/4] Add minimal RISC-V Xen build and build testing

2022-12-23 Thread Oleksii Kurochko
The patch series introduces the following: - provide a minimal amount of changes to add initial RISC-V support to make Xen binary buildable and runnable for RISC-V architecture which can be used for future development and testing. - add RISC-V 64 cross-compile build jobs to check if any new ch

Re: [XEN v1 2/9] xen/arm: Define translate_dt_address_size() for the translation between u64 and paddr_t

2022-12-23 Thread Julien Grall
On 23/12/2022 10:01, Ayan Kumar Halder wrote: Hi Julien/Stefano, I want to make sure I understand correctly. On 22/12/2022 23:20, Stefano Stabellini wrote: On Sat, 17 Dec 2022, Julien Grall wrote: On 17/12/2022 00:46, Stefano Stabellini wrote: On Fri, 16 Dec 2022, Julien Grall wrote: Hi

Re: [XEN v1 2/9] xen/arm: Define translate_dt_address_size() for the translation between u64 and paddr_t

2022-12-23 Thread Ayan Kumar Halder
Hi Julien/Stefano, I want to make sure I understand correctly. On 22/12/2022 23:20, Stefano Stabellini wrote: On Sat, 17 Dec 2022, Julien Grall wrote: On 17/12/2022 00:46, Stefano Stabellini wrote: On Fri, 16 Dec 2022, Julien Grall wrote: Hi Ayan, On 15/12/2022 19:32, Ayan Kumar Halder wrot

Re: [PATCH 02/22] x86/setup: move vm_init() before acpi calls

2022-12-23 Thread Julien Grall
Hi Jan, On 21/12/2022 10:22, Jan Beulich wrote: On 21.12.2022 11:18, Julien Grall wrote: On 20/12/2022 15:08, Jan Beulich wrote: On 16.12.2022 12:48, Julien Grall wrote: --- a/xen/common/vmap.c +++ b/xen/common/vmap.c @@ -34,9 +34,20 @@ void __init vm_init_type(enum vmap_region type, void *st

Re: [PATCH 02/22] x86/setup: move vm_init() before acpi calls

2022-12-23 Thread Julien Grall
Hi Jan, On 20/12/2022 15:08, Jan Beulich wrote: On 16.12.2022 12:48, Julien Grall wrote: From: Wei Liu After the direct map removal, pages from the boot allocator are not mapped at all in the direct map. Although we have map_domain_page, they Nit: "will not be mapped" or "are not going to b

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

2022-12-23 Thread osstest service owner
flight 175457 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/175457/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-win7-amd64 19 guest-stopfail like 175443 test-armhf-armhf-libvirt 16 sav

Re: [PATCH 01/22] xen/common: page_alloc: Re-order includes

2022-12-23 Thread Julien Grall
Hi Jan, On 16/12/2022 12:03, Jan Beulich wrote: On 16.12.2022 12:48, Julien Grall wrote: From: Julien Grall Order the includes with the xen headers first, then asm headers and last public headers. Within each category, they are sorted alphabetically. Note that the includes in protected by CO

[xen-4.16-testing test] 175454: tolerable FAIL - PUSHED

2022-12-23 Thread osstest service owner
flight 175454 xen-4.16-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/175454/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemut-win7-amd64 19 guest-stopfail like 175155 test-amd64-amd64-xl-qemuu-win7-a