From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGTes-0002uw-Un for qemu-devel@nongnu.org; Wed, 28 Jan 2015 09:31:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGTen-0005YU-5x for qemu-devel@nongnu.org; Wed, 28 Jan 2015 09:31:54 -0500 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:38041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGTem-0005Xt-Sk for qemu-devel@nongnu.org; Wed, 28 Jan 2015 09:31:49 -0500 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 28 Jan 2015 14:31:45 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 364C91B08069 for ; Wed, 28 Jan 2015 14:31:47 +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 t0SEVgUu31129802 for ; Wed, 28 Jan 2015 14:31:42 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 t0S9RZLE028967 for ; Wed, 28 Jan 2015 04:27:35 -0500 From: Cornelia Huck Date: Wed, 28 Jan 2015 15:31:29 +0100 Message-Id: <1422455498-889-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH 0/9] s390x bugfixes and cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Cornelia Huck , borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, agraf@suse.de Some bugfixes and cleanups for s390x, both in the new pci code and in old code. I plan to send a pull request soon, unless there are complaints. As always, available on git://github.com/cohuck/qemu s390-next Christian Borntraeger (2): s390x/kvm: unknown DIAGNOSE code should give a specification exception pc-bios/s390-ccw: fix sparse warnings Cornelia Huck (1): pc-bios/s390-ccw: update binary Frank Blaschka (2): s390x/pci: avoid sign extension in stpcifc s390x/pci: check for invalid function handle Markus Armbruster (1): s390: Plug memory leak on s390_pci_generate_event() error path Thomas Huth (2): s390x/kvm: Fix diag-308 register decoding s390x/ipl: Improved code indentation in s390_ipl_init() Yi Min Zhao (1): s390x/pci: fix dma notifications in rpcit instruction hw/s390x/ipl.c | 47 ++++++++++++++++++++++--------------------- hw/s390x/s390-pci-bus.c | 5 +++-- hw/s390x/s390-pci-inst.c | 28 +++++++++++++++----------- pc-bios/s390-ccw.img | Bin 17752 -> 17752 bytes pc-bios/s390-ccw/bootmap.c | 4 ++-- pc-bios/s390-ccw/bootmap.h | 2 +- pc-bios/s390-ccw/main.c | 2 +- pc-bios/s390-ccw/s390-ccw.h | 2 ++ pc-bios/s390-ccw/virtio.c | 2 +- target-s390x/kvm.c | 4 ++-- 10 files changed, 52 insertions(+), 44 deletions(-) -- 1.7.9.5