From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIdDy-0001OE-2o for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:09:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIdDu-0005RK-13 for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:09:02 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:46912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIdDt-0005R1-Nu for qemu-devel@nongnu.org; Tue, 03 Feb 2015 08:08:57 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 3 Feb 2015 13:08:56 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 7422F2190056 for ; Tue, 3 Feb 2015 13:08:50 +0000 (GMT) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t13D8rhI1114612 for ; Tue, 3 Feb 2015 13:08:53 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t13D8pgU027035 for ; Tue, 3 Feb 2015 06:08:53 -0700 From: Cornelia Huck Date: Tue, 3 Feb 2015 14:08:39 +0100 Message-Id: <1422968928-9710-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PULL 0/9] s390x bugfixes and cleanups 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 16017c48547960539fcadb1f91d252124f442482: softfloat: Clarify license status (2015-01-29 16:45:45 +0000) are available in the git repository at: git://github.com/cohuck/qemu tags/s390x-20150203 for you to fetch changes up to 553ce81c31e49d834b1bf635ab486695a4694333: pc-bios/s390-ccw: update binary (2015-02-03 13:42:40 +0100) ---------------------------------------------------------------- Some bugfixes and cleanups for s390x, both in the new pci code and in old code. ---------------------------------------------------------------- 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