From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5E7V-0001mL-8u for qemu-devel@nongnu.org; Thu, 10 Jul 2014 09:10:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5E7C-0001TB-Do for qemu-devel@nongnu.org; Thu, 10 Jul 2014 09:10:40 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:52042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5E7C-0001Sw-2q for qemu-devel@nongnu.org; Thu, 10 Jul 2014 09:10:22 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 10 Jul 2014 14:10:21 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 0B2071B08075 for ; Thu, 10 Jul 2014 14:10:58 +0100 (BST) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s6ADAJgV21233898 for ; Thu, 10 Jul 2014 13:10:19 GMT Received: from d06av02.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s6ADAITC028388 for ; Thu, 10 Jul 2014 07:10:19 -0600 From: Christian Borntraeger Date: Thu, 10 Jul 2014 15:10:34 +0200 Message-Id: <1404997839-29038-1-git-send-email-borntraeger@de.ibm.com> Subject: [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: KVM , qemu-devel Cc: linux-s390 , Christian Borntraeger , Alexander Graf , David Hildenbrand , 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(-) -- 1.8.4.2