From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwB4z-0000Dj-8q for qemu-devel@nongnu.org; Wed, 03 Dec 2014 09:39:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwB4q-0001KJ-01 for qemu-devel@nongnu.org; Wed, 03 Dec 2014 09:38:57 -0500 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:58808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwB4p-0001Gi-Mk for qemu-devel@nongnu.org; Wed, 03 Dec 2014 09:38:47 -0500 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 3 Dec 2014 14:38:41 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 406CB17D8056 for ; Wed, 3 Dec 2014 14:38:57 +0000 (GMT) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sB3Ecco728835952 for ; Wed, 3 Dec 2014 14:38:38 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sB39ZWpE022531 for ; Wed, 3 Dec 2014 04:35:33 -0500 From: Jens Freimann Date: Wed, 3 Dec 2014 15:38:27 +0100 Message-Id: <1417617511-6545-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [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: Christian Borntraeger , Alexander Graf , Cornelia Huck Cc: Jens Freimann , qemu-devel@nongnu.org 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(-) -- 1.8.5.5