From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1b62-0000q3-CA for qemu-devel@nongnu.org; Tue, 23 Jul 2013 07:49:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1b5z-0005ms-Vm for qemu-devel@nongnu.org; Tue, 23 Jul 2013 07:49:38 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:33161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1b5z-0005mP-Mz for qemu-devel@nongnu.org; Tue, 23 Jul 2013 07:49:35 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Jul 2013 12:43:26 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id A337617D805D for ; Tue, 23 Jul 2013 12:51:10 +0100 (BST) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6NBnIPf66060516 for ; Tue, 23 Jul 2013 11:49:18 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 r6NBnNlV031817 for ; Tue, 23 Jul 2013 05:49:26 -0600 Message-ID: <51EE6DA5.1030109@de.ibm.com> Date: Tue, 23 Jul 2013 13:48:53 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1373918265-20172-1-git-send-email-borntraeger@de.ibm.com> In-Reply-To: <1373918265-20172-1-git-send-email-borntraeger@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/7] s390 fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Cornelia Huck , Christian Borntraeger , =?ISO-8859-1?Q?Andrea?= =?ISO-8859-1?Q?s_F=E4rber?= , qemu-devel On 15/07/13 21:57, Christian Borntraeger wrote: > Alex, > > here is a bunch of fixes/cleanups for s390. > > Heinz Graalfs (1): > s390/sclpconsole: handle char layer busy conditions > > Thomas Huth (6): > s390x/ioinst: Add missing alignment checks for IO instructions > s390x/ioinst: Throw addressing exception when memory_map failed > s390x/ioinst: Fixed alignment check in SCHM instruction > s390x/ioinst: Fixed priority of operand exceptions > s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst() > s390x/kvm: Remove redundant return code > > hw/char/sclpconsole.c | 18 +------------- > target-s390x/ioinst.c | 65 ++++++++++++++++++++++++++++++++++----------------- > target-s390x/kvm.c | 64 +++++++++++--------------------------------------- > 3 files changed, 57 insertions(+), 90 deletions(-) > Ping?