Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-05-31 Thread Jan Beulich
On 24.05.2021 16:34, Connor Davis wrote: > Add arch-specific makefiles and configs needed to build for > riscv. Also add a minimal head.S that is a simple infinite loop. > head.o can be built with > > $ make XEN_TARGET_ARCH=riscv SUBSYSTEMS=xen -C xen tiny64_defconfig > $ make XEN_TARGET_ARCH=risc

Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-05-31 Thread Jan Beulich
On 01.06.2021 04:26, Connor Davis wrote: > > > On 5/25/21 12:13 PM, Bob Eshleman wrote: >> On 5/25/21 1:48 AM, Jan Beulich wrote: >>> On 24.05.2021 16:34, Connor Davis wrote: Add arch-specific makefiles and configs needed to build for riscv. Also add a minimal head.S that is a simple in

[libvirt test] 162295: regressions - FAIL

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

[qemu-mainline test] 162277: regressions - FAIL

2021-05-31 Thread osstest service owner
flight 162277 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/162277/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-qemuu-freebsd11-amd64 16 guest-saverestore fail REGR. vs. 152631 test-amd64-am

Re: [PATCH v4 3/4] xen: Add files needed for minimal riscv build

2021-05-31 Thread Connor Davis
On 5/25/21 12:13 PM, Bob Eshleman wrote: On 5/25/21 1:48 AM, Jan Beulich wrote: On 24.05.2021 16:34, Connor Davis wrote: Add arch-specific makefiles and configs needed to build for riscv. Also add a minimal head.S that is a simple infinite loop. head.o can be built with $ make XEN_TARGET_AR

[xen-unstable test] 162276: regressions - FAIL

2021-05-31 Thread osstest service owner
flight 162276 xen-unstable real [real] flight 162280 xen-unstable real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/162276/ http://logs.test-lab.xenproject.org/osstest/logs/162280/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be r

[linux-linus test] 162274: regressions - FAIL

2021-05-31 Thread osstest service owner
flight 162274 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/162274/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-dmrestrict-amd64-dmrestrict 7 xen-install fail REGR. vs. 152332 test-amd

[seabios test] 162273: tolerable FAIL - PUSHED

2021-05-31 Thread osstest service owner
flight 162273 seabios real [real] flight 162278 seabios real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/162273/ http://logs.test-lab.xenproject.org/osstest/logs/162278/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-amd64-amd64-xl

[qemu-mainline test] 162270: regressions - FAIL

2021-05-31 Thread osstest service owner
flight 162270 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/162270/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-qemuu-freebsd11-amd64 16 guest-saverestore fail REGR. vs. 152631 test-amd64-am

Re: [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions

2021-05-31 Thread Claire Chang
On Fri, May 28, 2021 at 12:32 AM Tom Lendacky wrote: > > On 5/27/21 9:41 AM, Tom Lendacky wrote: > > On 5/27/21 8:02 AM, Christoph Hellwig wrote: > >> On Wed, May 19, 2021 at 11:50:07AM -0700, Florian Fainelli wrote: > >>> You convert this call site with swiotlb_init_io_tlb_mem() which did not > >

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

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

[ovmf test] 162271: all pass - PUSHED

2021-05-31 Thread osstest service owner
flight 162271 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/162271/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf fe5da0927aad98f3c005088197fa30c1b8f9d3e8 baseline version: ovmf adfa3327d4fc25d5eff5f

[xen-unstable test] 162269: tolerable FAIL

2021-05-31 Thread osstest service owner
flight 162269 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/162269/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-arm64-arm64-xl-credit1 8 xen-boot fail pass in 162261 Tests which did not succeed, but

Re: [PATCH] x86/tboot: include all valid frame table entries in S3 integrity check

2021-05-31 Thread Lukasz Hawrylko
On Wed, 2021-05-19 at 17:48 +0200, Jan Beulich wrote: > The difference of two pdx_to_page() return values is a number of pages, > not the number of bytes covered by the corresponding frame table entries. > > Fixes: 3cb68d2b59ab ("tboot: fix S3 issue for Intel Trusted Execution > Technology.") > S

Re: [PATCH] x86/tboot: adjust UUID check

2021-05-31 Thread Lukasz Hawrylko
On Wed, 2021-05-19 at 17:49 +0200, Jan Beulich wrote: > Replace a bogus cast, move the static variable into the only function > using it, and add __initconst. While there, also remove a pointless NULL > check. > > Signed-off-by: Jan Beulich > Reviewed-by: Lukasz Hawrylko

[libvirt test] 162272: regressions - FAIL

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

Re: [PATCH 3/3] x86/ept: force WB cache attributes for grant and foreign maps

2021-05-31 Thread Jan Beulich
On 28.05.2021 19:39, Roger Pau Monne wrote: > --- a/xen/arch/x86/mm/p2m-ept.c > +++ b/xen/arch/x86/mm/p2m-ept.c > @@ -487,11 +487,12 @@ static int ept_invalidate_emt_range(struct p2m_domain > *p2m, > } > > int epte_get_entry_emt(struct domain *d, gfn_t gfn, mfn_t mfn, > -

[linux-linus test] 162268: regressions - FAIL

2021-05-31 Thread osstest service owner
flight 162268 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/162268/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-dmrestrict-amd64-dmrestrict 7 xen-install fail REGR. vs. 152332 test-amd

Re: [PATCH 2/3] x86/mtrr: move epte_get_entry_emt to p2m-ept.c

2021-05-31 Thread Jan Beulich
On 28.05.2021 19:39, Roger Pau Monne wrote: > This is an EPT specific function, so it shouldn't live in the generic > mtrr file. Such movement is also needed for future work that will > require passing a p2m_type_t parameter to epte_get_entry_emt, and > making that type visible to the mtrr users is