From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWN2o-0006f1-Rb for qemu-devel@nongnu.org; Mon, 31 Aug 2015 07:14:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWN2k-0006J9-RH for qemu-devel@nongnu.org; Mon, 31 Aug 2015 07:14:34 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:48346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWN2k-0006If-Is for qemu-devel@nongnu.org; Mon, 31 Aug 2015 07:14:30 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 31 Aug 2015 12:14:29 +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 ECF26219004D for ; Mon, 31 Aug 2015 12:13:59 +0100 (BST) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t7VBEOGg11534520 for ; Mon, 31 Aug 2015 11:14:27 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t7VBEEHh022072 for ; Mon, 31 Aug 2015 05:14:15 -0600 From: Cornelia Huck Date: Mon, 31 Aug 2015 13:13:40 +0200 Message-Id: <1441019643-10677-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH 00/23] s390x: further patches 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 Hi, here's a further set of patches on top of the storage key migration patches (v3) I just sent out. Contained in there are: - various bugfixes (css/event-facility) - more efficient adapter interrupt routes setup - gdb enhancement - sclp got treated with a lot of remodelling/cleanup Alexander Yarygin (1): pc-bios/s390-ccw: Device detection in higher subchannel sets Cornelia Huck (5): s390x/css: ccw-0 enforces count > 0 s390x/event-facility: fix receive mask check s390x/css: start with cleared cstat/dstat s390x/event-facility: fix location of receive mask pc-bios/s390-ccw: rebuild image David Hildenbrand (15): s390x/gdb: support reading/writing of control registers sclp/s390: rework sclp cpu hotplug device notification s390/sclp: rework sclp event facility initialization + device realization s390/sclp: replace sclp event types with proper defines s390/sclp: temporarily fix unassignment/reassignment of memory subregions s390/sclp: introduce a root sclp device s390/sclp: move sclp_execute related functions into the SCLP class s390/sclp: move sclp_service_interrupt into the sclp device s390: no need to manually parse for slots and maxmem s390: disallow memory hotplug for the s390-virtio machine s390/sclp: ignore memory hotplug operations if it is disabled s390: move memory calculation into the sclp device s390: unify allocation of initial memory s390/sclp: store the increment_size in the sclp device s390/sclp: simplify calculation of rnmax Jens Freimann (1): s390x/kvm: make setting of in-kernel irq routes more efficient Pierre Morel (1): s390x/css: handle ccw-0 TIC correctly configure | 2 +- gdb-xml/s390-cr.xml | 26 ++++ hw/intc/s390_flic_kvm.c | 2 + hw/s390x/css.c | 9 ++ hw/s390x/event-facility.c | 55 +++++--- hw/s390x/s390-virtio-ccw.c | 75 +++-------- hw/s390x/s390-virtio.c | 30 ++--- hw/s390x/s390-virtio.h | 1 + hw/s390x/sclp.c | 267 ++++++++++++++++++++++++++++---------- hw/s390x/sclpcpu.c | 28 +--- hw/s390x/sclpquiesce.c | 4 +- include/hw/s390x/event-facility.h | 12 +- include/hw/s390x/sclp.h | 33 +++++ kvm-all.c | 1 - pc-bios/s390-ccw.img | Bin 13784 -> 13856 bytes pc-bios/s390-ccw/main.c | 66 ++++++---- target-s390x/gdbstub.c | 39 ++++++ 17 files changed, 427 insertions(+), 223 deletions(-) create mode 100644 gdb-xml/s390-cr.xml -- 2.5.1