From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5EBT-000255-OC for qemu-devel@nongnu.org; Thu, 10 Jul 2014 09:14:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5EBK-0002b5-85 for qemu-devel@nongnu.org; Thu, 10 Jul 2014 09:14:47 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:48407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5EBJ-0002ao-Tk for qemu-devel@nongnu.org; Thu, 10 Jul 2014 09:14:38 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 10 Jul 2014 14:14:37 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 9D7AF219004D for ; Thu, 10 Jul 2014 14:14:20 +0100 (BST) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s6ADEXPA31457396 for ; Thu, 10 Jul 2014 13:14:33 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s6ADEX0H007217 for ; Thu, 10 Jul 2014 09:14:33 -0400 Date: Thu, 10 Jul 2014 15:14:31 +0200 From: David Hildenbrand Message-ID: <20140710151431.0b7e3c34@thinkpad-w530> In-Reply-To: <1404997839-29038-1-git-send-email-borntraeger@de.ibm.com> References: <1404997839-29038-1-git-send-email-borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH/RFC 0/5] s390x/kvm: track the logical cpu state in QEMU and propagate it to kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger Cc: linux-s390 , KVM , qemu-devel , Alexander Graf , Jens Freimann , Cornelia Huck , Paolo Bonzini > This is the qemu part of kernel series "Let user space control the > cpu states" > > Christian Borntraeger (1): > update linux headers with with cpustate changes > > David Hildenbrand (4): > s390x/kvm: introduce proper states for s390 cpus > s390x/kvm: proper use of the cpu states OPERATING and STOPPED > s390x/kvm: test whether a cpu is STOPPED when checking "has_work" > s390x/kvm: propagate s390 cpu state to kvm > > hw/s390x/ipl.c | 2 +- > hw/s390x/s390-virtio.c | 32 -------------- > linux-headers/linux/kvm.h | 7 ++- > target-s390x/cpu.c | 106 +++++++++++++++++++++++++++++++++++++++------- > target-s390x/cpu.h | 33 +++++++++++++-- > target-s390x/helper.c | 11 ++--- > target-s390x/kvm.c | 49 ++++++++++++++++++--- > trace-events | 6 +++ > 8 files changed, 179 insertions(+), 67 deletions(-) > Looks good to me