From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwPum-0001Rr-Dd for qemu-devel@nongnu.org; Thu, 04 Dec 2014 01:29:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwPud-0007Pj-Ar for qemu-devel@nongnu.org; Thu, 04 Dec 2014 01:29:24 -0500 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:60651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwPud-0007Op-1O for qemu-devel@nongnu.org; Thu, 04 Dec 2014 01:29:15 -0500 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 4 Dec 2014 06:29:12 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 78B252190046 for ; Thu, 4 Dec 2014 06:28:42 +0000 (GMT) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sB46TAEX50987014 for ; Thu, 4 Dec 2014 06:29:10 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sB46T9Oh020840 for ; Wed, 3 Dec 2014 23:29:10 -0700 Date: Thu, 4 Dec 2014 07:29:06 +0100 From: Cornelia Huck Message-ID: <20141204072906.1b6d249e.cornelia.huck@de.ibm.com> In-Reply-To: <1417617511-6545-1-git-send-email-jfrei@linux.vnet.ibm.com> References: <1417617511-6545-1-git-send-email-jfrei@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.3 0/4] s390 patches for QEMU 2.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jens Freimann Cc: Christian Borntraeger , Alexander Graf , qemu-devel@nongnu.org On Wed, 3 Dec 2014 15:38:27 +0100 Jens Freimann wrote: > Cornelia, Alex, Christian, > > here are some patches targeted at QEMU 2.3. > > * Patches 1-3 are simple clean-ups > * Patch 4 moves some register values into struct kvm_run, > thereby saving us a lot of set_one_reg triggered syscalls. > > Cornelia Huck (1): > s390x/ccw: fix oddity in machine class init > > David Hildenbrand (2): > s390x/kvm: sync register support helper function > s390x/kvm: avoid syscalls by syncing registers with kvm_run > > Thomas Huth (1): > s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappers > > hw/s390x/s390-virtio-ccw.c | 2 +- > target-s390x/cpu.h | 81 --------------------------------------- > target-s390x/kvm.c | 94 ++++++++++++++++++++++++++++++---------------- > 3 files changed, 63 insertions(+), 114 deletions(-) > Patches added to my s390-next queue.