Re: [PATCH v3 31/34] xen/riscv: add minimal stuff to mm.h to build full Xen

2024-02-04 Thread Jan Beulich
On 02.02.2024 18:30, Oleksii wrote: > On Tue, 2024-01-23 at 14:03 +0100, Jan Beulich wrote: >> On 22.12.2023 16:13, Oleksii Kurochko wrote: >>> +/* Convert between Xen-heap virtual addresses and machine frame >>> numbers. */ >>> +#define __virt_to_mfn(va) (virt_to_maddr(va) >> PAGE_SHIFT) >>>

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

2024-02-04 Thread osstest service owner
flight 184588 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/184588/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemut-win7-amd64 19 guest-stopfail like 184576 test-amd64-amd64-xl-qemuu-win7-amd64

[xen-unstable test] 184586: tolerable FAIL

2024-02-04 Thread osstest service owner
flight 184586 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/184586/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt 16 saverestore-support-checkfail like 184578

[linux-linus test] 184584: regressions - FAIL

2024-02-04 Thread osstest service owner
flight 184584 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/184584/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-pvhv2-intel 13 debian-fixup fail REGR. vs. 184576 build-arm64-xsm

[ovmf test] 184587: all pass - PUSHED

2024-02-04 Thread osstest service owner
flight 184587 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/184587/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 056b4bf74bf5cfa2c0c9c5e44a7c5f3f461d17c0 baseline version: ovmf

[xen-unstable test] 184578: tolerable FAIL

2024-02-04 Thread osstest service owner
flight 184578 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/184578/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-win7-amd64 19 guest-stop fail blocked in 184568 test-armhf-armhf-libvirt 16

[PATCH] tools/xentop: fix sorting bug for some columns

2024-02-04 Thread zithro / Cyril Rébert
From: Cyril Rébert Sort doesn't work on columns VBD_OO, VBD_RD, VBD_WR and VBD_RSECT. Fix by adjusting variables names in compare functions. Bug fix only. No functional change. Signed-off-by: Cyril Rébert (zithro) --- tools/xentop/xentop.c | 10 +- 1 file changed, 5 insertions(+), 5

RE: [PATCH 1/2] xen/arm: Add imx8q{m,x} platform glue

2024-02-04 Thread Peng Fan
> -Original Message- > From: Julien Grall > Sent: 2024年2月2日 17:20 > To: John Ernberg ; Stefano Stabellini > ; Bertrand Marquis ; > Michal Orzel ; Volodymyr Babchuk > ; Peng Fan > Cc: Jonas Blixt ; xen-devel@lists.xenproject.org > Subject: Re: [PATCH 1/2] xen/arm: Add imx8q{m,x}