[Xen-devel] [ovmf test] 125510: all pass - PUSHED

2018-07-22 Thread osstest service owner
flight 125510 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/125510/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf d9e206d4bf9124fe526baaa0ec56a7d2316ca6b3 baseline version: ovmf

Re: [Xen-devel] [PATCH v2] xen/spinlock: Don't use pvqspinlock if only 1 vCPU

2018-07-22 Thread Davidlohr Bueso
On Sun, 22 Jul 2018, Davidlohr Bueso wrote: On Mon, 23 Jul 2018, Wanpeng Li wrote: On Fri, 20 Jul 2018 at 06:03, Waiman Long wrote: On 07/19/2018 05:54 PM, Davidlohr Bueso wrote: On Thu, 19 Jul 2018, Waiman Long wrote: On a VM with only 1 vCPU, the locking fast paths will always be

Re: [Xen-devel] [PATCH v2] xen/spinlock: Don't use pvqspinlock if only 1 vCPU

2018-07-22 Thread Davidlohr Bueso
On Mon, 23 Jul 2018, Wanpeng Li wrote: On Fri, 20 Jul 2018 at 06:03, Waiman Long wrote: On 07/19/2018 05:54 PM, Davidlohr Bueso wrote: > On Thu, 19 Jul 2018, Waiman Long wrote: > >> On a VM with only 1 vCPU, the locking fast paths will always be >> successful. In this case, there is no need

[Xen-devel] [xen-4.8-testing test] 125500: regressions - FAIL

2018-07-22 Thread osstest service owner
flight 125500 xen-4.8-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/125500/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-armhf-libvirt broken in 125165 build-armhf-libvirt

Re: [Xen-devel] [PATCH] x86/physdev: Remove redundant assignment in allocate_and_map_msi_pirq()

2018-07-22 Thread Zhenzhong Duan
在 2018/7/20 18:13, Andrew Cooper 写道: On 20/07/18 11:13, Roger Pau Monné wrote: On Fri, Jul 20, 2018 at 02:29:34AM -0700, Zhenzhong Duan wrote: No functional change. Signed-off-by: Zhenzhong Duan --- xen/arch/x86/irq.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git

Re: [Xen-devel] [PATCH v2] xen/spinlock: Don't use pvqspinlock if only 1 vCPU

2018-07-22 Thread Wanpeng Li
On Fri, 20 Jul 2018 at 06:03, Waiman Long wrote: > > On 07/19/2018 05:54 PM, Davidlohr Bueso wrote: > > On Thu, 19 Jul 2018, Waiman Long wrote: > > > >> On a VM with only 1 vCPU, the locking fast paths will always be > >> successful. In this case, there is no need to use the the PV qspinlock > >>

[Xen-devel] [linux-4.9 test] 125499: regressions - trouble: blocked/broken/fail/pass

2018-07-22 Thread osstest service owner
flight 125499 linux-4.9 real [real] http://logs.test-lab.xenproject.org/osstest/logs/125499/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64 broken build-arm64 4

[Xen-devel] libvirtd hang on CentOS6 after latest updates

2018-07-22 Thread Karel Hendrych
Hi, I am seeing frequent libvirtd hangs (clients not responding) after last CentOS6-Xen update : libvirt-libs-4.1.0-2.xen46.el6.x86_64 libvirt-daemon-4.1.0-2.xen46.el6.x86_64 libvirt-daemon-driver-network-4.1.0-2.xen46.el6.x86_64 libvirt-daemon-driver-nwfilter-4.1.0-2.xen46.el6.x86_64

[Xen-devel] [linux-4.14 test] 125497: regressions - trouble: broken/fail/pass

2018-07-22 Thread osstest service owner
flight 125497 linux-4.14 real [real] http://logs.test-lab.xenproject.org/osstest/logs/125497/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-xl-xsm broken

Re: [Xen-devel] [PATCH 1/2] x86/entry/64: Do not clear %rbx under Xen

2018-07-22 Thread Andrew Cooper
On 22/07/18 18:56, Andy Lutomirski wrote: > On Sat, Jul 21, 2018 at 6:20 PM, M. Vefa Bicakci wrote: >> On 07/21/2018 07:37 PM, M. Vefa Bicakci wrote: >>> On 07/21/2018 07:30 PM, Andy Lutomirski wrote: On Sat, Jul 21, 2018 at 4:19 PM, M. Vefa Bicakci wrote: > On 07/21/2018 05:45 PM,

[Xen-devel] [PATCH] x86/entry/64: Remove %ebx handling from error_entry/exit

2018-07-22 Thread Andy Lutomirski
error_entry and error_exit communicate the user vs kernel status of the frame using %ebx. This is unnecessary -- the information is in regs->cs. Just use regs->cs. This makes error_entry simpler and makes error_exit more robust. It also fixes a nasty bug. Before all the Spectre nonsense, The

Re: [Xen-devel] [PATCH 1/2] x86/entry/64: Do not clear %rbx under Xen

2018-07-22 Thread Andy Lutomirski
On Sat, Jul 21, 2018 at 6:20 PM, M. Vefa Bicakci wrote: > On 07/21/2018 07:37 PM, M. Vefa Bicakci wrote: >> >> On 07/21/2018 07:30 PM, Andy Lutomirski wrote: >>> >>> On Sat, Jul 21, 2018 at 4:19 PM, M. Vefa Bicakci >>> wrote: On 07/21/2018 05:45 PM, Andy Lutomirski wrote: > >

Re: [Xen-devel] [PATCH net-next] xen-netfront: fix queue name setting

2018-07-22 Thread David Miller
From: Vitaly Kuznetsov Date: Fri, 20 Jul 2018 18:33:59 +0200 > Commit f599c64fdf7d ("xen-netfront: Fix race between device setup and > open") changed the initialization order: xennet_create_queues() now > happens before we do register_netdev() so using netdev->name in > xennet_init_queue() is

[Xen-devel] [qemu-upstream-4.11-testing test] 125498: regressions - trouble: broken/fail/pass

2018-07-22 Thread osstest service owner
flight 125498 qemu-upstream-4.11-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/125498/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-xl broken

Re: [Xen-devel] [PATCH 2/2] xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits

2018-07-22 Thread M. Vefa Bicakci
On 07/21/2018 07:17 PM, M. Vefa Bicakci wrote: On 07/21/2018 05:25 PM, Boris Ostrovsky wrote: On 07/21/2018 03:49 PM, M. Vefa Bicakci wrote: diff --git a/arch/x86/xen/enlighten_pv.c b/arch/x86/xen/enlighten_pv.c index 439a94bf89ad..87afb000142a 100644 --- a/arch/x86/xen/enlighten_pv.c +++

[Xen-devel] [xen-unstable test] 125496: regressions - trouble: blocked/broken/fail/pass

2018-07-22 Thread osstest service owner
flight 125496 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/125496/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-xl broken test-arm64-arm64-xl-xsm

[Xen-devel] [xen-4.9-testing test] 125487: regressions - trouble: blocked/broken/fail/pass

2018-07-22 Thread osstest service owner
flight 125487 xen-4.9-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/125487/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64-xsm broken test-arm64-arm64-xl

[Xen-devel] [libvirt test] 125490: regressions - FAIL

2018-07-22 Thread osstest service owner
flight 125490 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/125490/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-arm64-libvirt 6 libvirt-buildfail REGR. vs. 123814 build-i386-libvirt

[Xen-devel] [qemu-mainline test] 125485: regressions - trouble: broken/fail/pass

2018-07-22 Thread osstest service owner
flight 125485 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/125485/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-libvirt-xsm broken test-arm64-arm64-xl-credit2

[Xen-devel] [xen-unstable-coverity test] 125502: all pass - PUSHED

2018-07-22 Thread osstest service owner
flight 125502 xen-unstable-coverity real [real] http://logs.test-lab.xenproject.org/osstest/logs/125502/ Perfect :-) All tests in this flight passed as required version targeted for testing: xen 5437bdcd48e9812e66ec3ea656fd655289d08435 baseline version: xen