From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnl6H-0001Pe-Nu for qemu-devel@nongnu.org; Mon, 10 Nov 2014 04:17:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xnl6A-0003Zw-3C for qemu-devel@nongnu.org; Mon, 10 Nov 2014 04:17:29 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:47642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnl69-0003Sc-K1 for qemu-devel@nongnu.org; Mon, 10 Nov 2014 04:17:22 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 10 Nov 2014 09:17:19 -0000 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 C7DE41B08051 for ; Mon, 10 Nov 2014 09:17:24 +0000 (GMT) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sAA9HGLx60424360 for ; Mon, 10 Nov 2014 09:17:16 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sAA9HFoX027921 for ; Mon, 10 Nov 2014 02:17:16 -0700 Message-ID: <5460829B.10405@de.ibm.com> Date: Mon, 10 Nov 2014 10:17:15 +0100 From: Christian Borntraeger MIME-Version: 1.0 References: <1415202496-27190-1-git-send-email-cornelia.huck@de.ibm.com> In-Reply-To: <1415202496-27190-1-git-send-email-cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/5] s390x fixes for 2.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , peter.maydell@linaro.org Cc: jfrei@linux.vnet.ibm.com, qemu-devel@nongnu.org, agraf@suse.de Am 05.11.2014 um 16:48 schrieb Cornelia Huck: > The following changes since commit 6e76d125f244e10676b917208f2a074729820246: > > Update version for v2.2.0-rc0 release (2014-11-05 15:21:04 +0000) > > are available in the git repository at: > > git://github.com/cohuck/qemu tags/s390x-20141105 > > for you to fetch changes up to bb3e9e1fd7ab62b60780c66d68b2d7bfd8758e61: > > s390x/sclpconsole: Avoid hanging SCLP ASCII console (2014-11-05 16:35:56 +0100) > > ---------------------------------------------------------------- > Several bugfixes for s390x: > - instruction decoding and sparse warning in kvm > - overlong input and hangs in the sclp consoles > > ---------------------------------------------------------------- > > Frank Blaschka (1): > s390x/kvm: Fix opcode decoding for eb instruction handler > > Heinz Graalfs (3): > s390x/sclpconsole-lm: truncate input if line is too long > s390x/sclpconsole-lm: Fix hanging SCLP line mode console > s390x/sclpconsole: Avoid hanging SCLP ASCII console > > Thomas Huth (1): > s390x/kvm: Fix warning from sparse > > hw/char/sclpconsole-lm.c | 12 ++++++++---- > hw/char/sclpconsole.c | 12 +++++++++++- > target-s390x/kvm.c | 10 +++++----- > 3 files changed, 24 insertions(+), 10 deletions(-) > FWIW: for 2.2 Acked-by: Christian Borntraeger