Re: [Xen-devel] Regression PCI passthrough from 4.5.5 to 4.6.0-rc1

2017-08-18 Thread Jan Beulich
>>> On 17.08.17 at 19:36, wrote: > On Tue, 15 Aug 2017 11:55:10 +0200, Roger Pau Monné > wrote: >> Could you please try the patch below and paste the output you get on >> the Xen console? > > Output is in attached file. Does it help? For the moment I'll

Re: [Xen-devel] [PATCH V2 2/25] VIOMMU: Add irq request callback to deal with irq remapping

2017-08-18 Thread Lan Tianyu
On 2017年08月17日 19:18, Wei Liu wrote: > On Wed, Aug 09, 2017 at 04:34:03PM -0400, Lan Tianyu wrote: >> This patch is to add irq request callback for platform implementation >> to deal with irq remapping request. >> >> Signed-off-by: Lan Tianyu >> --- >> xen/common/viommu.c

[Xen-devel] [qemu-mainline test] 112676: tolerable trouble: blocked/broken/fail/pass - PUSHED

2017-08-18 Thread osstest service owner
flight 112676 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/112676/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-armhf-armhf-xl 16 guest-start/debian.repeat fail in 112658 pass in 112676

Re: [Xen-devel] [PATCH] hvm: vmx/svm_cpu_up_prepare should be called only once

2017-08-18 Thread Jan Beulich
>>> On 17.08.17 at 17:04, wrote: > On 08/17/2017 10:59 AM, Jan Beulich wrote: > On 17.08.17 at 16:19, wrote: >>> --- a/xen/arch/x86/hvm/vmx/vmcs.c >>> +++ b/xen/arch/x86/hvm/vmx/vmcs.c >>> @@ -652,7 +652,7 @@ int vmx_cpu_up(void) >>>

[Xen-devel] [PATCH V2 1/25] VIOMMU: Add vIOMMU helper functions to create, destroy and query capabilities

2017-08-18 Thread Lan Tianyu
This patch is to introduct an abstract layer for arch vIOMMU implementation to deal with requests from dom0. Arch vIOMMU code needs to provide callback to perform create, destroy and query capabilities operation. Signed-off-by: Lan Tianyu --- xen/arch/x86/Kconfig | 1

<    1   2