From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcUf3-000885-Dz for qemu-devel@nongnu.org; Mon, 30 Mar 2015 04:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcUey-00023e-DA for qemu-devel@nongnu.org; Mon, 30 Mar 2015 04:03:05 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:52036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcUey-00023W-3T for qemu-devel@nongnu.org; Mon, 30 Mar 2015 04:03:00 -0400 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 30 Mar 2015 09:02:58 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 955E92190046 for ; Mon, 30 Mar 2015 09:02:44 +0100 (BST) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t2U82uH12883882 for ; Mon, 30 Mar 2015 08:02:56 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 t2U82hWE011550 for ; Mon, 30 Mar 2015 02:02:51 -0600 From: Cornelia Huck Date: Mon, 30 Mar 2015 10:02:23 +0200 Message-Id: <1427702547-21261-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PULL for-2.3 0/4] s390x bugfixes for 2.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: Cornelia Huck , borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, qemu-devel@nongnu.org, agraf@suse.de The following changes since commit 627f91b1f80fecc73d00727181a9ddb6162cc30e: Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2015-03-28 10:10:04 +0000) are available in the git repository at: git://github.com/cohuck/qemu tags/s390x-20150330 for you to fetch changes up to fa92e218df1d7fcc01e1e5d8bbd77acdaf53c18b: s390x/ipl: avoid sign extension (2015-03-30 09:25:17 +0200) ---------------------------------------------------------------- s390x fixes: - virtqueue index issues in virtio-ccw - cleanup and sign extension fix for the ipl device ---------------------------------------------------------------- Cornelia Huck (3): virtio-ccw: fix range check for SET_VQ virtio-ccw: range check in READ_VQ_CONF s390x/ipl: avoid sign extension Paolo Bonzini (1): s390x: do not include ram_addr.h hw/s390x/ipl.c | 3 +-- hw/s390x/virtio-ccw.c | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) -- 2.3.4