From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: [PATCH/RFC 0/2] KVM: s390: enable kvm_vpcu_kick/wake_up Date: Fri, 17 Feb 2017 14:10:05 +0100 Message-ID: <1487337007-91063-1-git-send-email-borntraeger@de.ibm.com> Cc: KVM , Christian Borntraeger , Cornelia Huck , linux-s390 , David Hildenbrand To: Paolo Bonzini , =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:34284 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933794AbdBQNKY (ORCPT ); Fri, 17 Feb 2017 08:10:24 -0500 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v1HD41hP053174 for ; Fri, 17 Feb 2017 08:10:24 -0500 Received: from e06smtp09.uk.ibm.com (e06smtp09.uk.ibm.com [195.75.94.105]) by mx0a-001b2d01.pphosted.com with ESMTP id 28p0a1m0vv-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 17 Feb 2017 08:10:23 -0500 Received: from localhost by e06smtp09.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 17 Feb 2017 13:10:15 -0000 Sender: kvm-owner@vger.kernel.org List-ID: David, I have certainly forgotten something, but I think this should be good enough for all non-special cases that require specific CPUs outside of the guest context and only need to handle a request fast. Christian Borntraeger (2): s390/smp: export smp_send_reschedule KVM: enable kvm_vcpu_kick/wake_up for s390 arch/s390/kernel/smp.c | 1 + arch/s390/kvm/kvm-s390.c | 12 ++++++++++-- virt/kvm/kvm_main.c | 2 -- 3 files changed, 11 insertions(+), 4 deletions(-) -- 2.7.4