[ovmf test] 152536: all pass - PUSHED

2020-08-08 Thread osstest service owner
flight 152536 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/152536/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf a3741780fe3535e19e02efa869a7cac481891129 baseline version: ovmf 9565ab67c2095a5ea893e

[linux-linus test] 152533: regressions - FAIL

2020-08-08 Thread osstest service owner
flight 152533 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/152533/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ws16-amd64 7 xen-boot fail REGR. vs. 152332 test-amd64-i386-qem

[libvirt test] 152535: regressions - FAIL

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

Re: [PATCH v3 4/7] x86/paravirt: remove 32-bit support from PARAVIRT_XXL

2020-08-08 Thread Boris Ostrovsky
On 8/7/20 4:38 AM, Juergen Gross wrote: > @@ -377,10 +373,7 @@ static inline pte_t __pte(pteval_t val) > { > pteval_t ret; > > - if (sizeof(pteval_t) > sizeof(long)) > - ret = PVOP_CALLEE2(pteval_t, mmu.make_pte, val, (u64)val >> 32); > - else > - ret = PVOP

Re: [PATCH v3 3/7] x86/xen: drop tests for highmem in pv code

2020-08-08 Thread Boris Ostrovsky
On 8/7/20 4:38 AM, Juergen Gross wrote: > With support for 32-bit pv guests gone pure pv-code no longer needs to > test for highmem. Dropping those tests removes the need for flushing > in some places. > > Signed-off-by: Juergen Gross Reviewed-by: Boris Ostrovsky with a suggestion > --- >

Re: [PATCH v3 2/7] x86/xen: eliminate xen-asm_64.S

2020-08-08 Thread Boris Ostrovsky
On 8/7/20 4:38 AM, Juergen Gross wrote: > With 32-bit pv-guest support removed xen-asm_64.S can be merged with > xen-asm.S > > Signed-off-by: Juergen Gross Reviewed-by: Boris Ostrovsky except for > diff --git a/arch/x86/xen/xen-asm.S b/arch/x86/xen/xen-asm.S > index c59d077510bf..d1272a63f0

Re: [PATCH v3 1/7] x86/xen: remove 32-bit Xen PV guest support

2020-08-08 Thread Boris Ostrovsky
On 8/7/20 4:38 AM, Juergen Gross wrote: > > void __init xen_reserve_top(void) > { > -#ifdef CONFIG_X86_32 > - unsigned long top = HYPERVISOR_VIRT_START; > - struct xen_platform_parameters pp; > - > - if (HYPERVISOR_xen_version(XENVER_platform_parameters, &pp) == 0) > - t

[xen-4.12-testing test] 152525: tolerable FAIL - PUSHED

2020-08-08 Thread osstest service owner
flight 152525 xen-4.12-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/152525/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qcow217 guest-localmigrate/x10 fail like 151715 test-amd64-i386-xl-pvshim12

[xen-4.14-testing test] 152531: regressions - FAIL

2020-08-08 Thread osstest service owner
flight 152531 xen-4.14-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/152531/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-libvirt 18 guest-start/debian.repeat fail REGR. vs. 152153 Tests which di

[xen-4.13-testing test] 152528: tolerable FAIL - PUSHED

2020-08-08 Thread osstest service owner
flight 152528 xen-4.13-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/152528/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-i386-libvirt 13 migrate-support-checkfail never pass test-amd64-i386-xl-pvshim12

Re: [RFC PATCH V1 05/12] hvm/dm: Introduce xendevicemodel_set_irq_level DM op

2020-08-08 Thread Julien Grall
On Sat, 8 Aug 2020 at 10:27, Julien Grall wrote: > > On Fri, 7 Aug 2020 at 22:51, Stefano Stabellini > wrote: > > > > On Fri, 7 Aug 2020, Jan Beulich wrote: > > > On 07.08.2020 01:49, Stefano Stabellini wrote: > > > > On Thu, 6 Aug 2020, Julien Grall wrote: > > > >> On 06/08/2020 01:37, Stefano

Re: [RFC PATCH V1 05/12] hvm/dm: Introduce xendevicemodel_set_irq_level DM op

2020-08-08 Thread Julien Grall
On Fri, 7 Aug 2020 at 22:51, Stefano Stabellini wrote: > > On Fri, 7 Aug 2020, Jan Beulich wrote: > > On 07.08.2020 01:49, Stefano Stabellini wrote: > > > On Thu, 6 Aug 2020, Julien Grall wrote: > > >> On 06/08/2020 01:37, Stefano Stabellini wrote: > > >>> On Wed, 5 Aug 2020, Julien Grall wrote: >