From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhZYy-0000JX-Ar for qemu-devel@nongnu.org; Thu, 01 Oct 2015 04:50:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhZYu-00061d-A6 for qemu-devel@nongnu.org; Thu, 01 Oct 2015 04:50:04 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:39184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhZYt-0005z0-WE for qemu-devel@nongnu.org; Thu, 01 Oct 2015 04:50:00 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 1 Oct 2015 09:49:57 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 38BB31B08061 for ; Thu, 1 Oct 2015 09:51:42 +0100 (BST) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t918nsad30867662 for ; Thu, 1 Oct 2015 08:49:54 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 t918nqak022669 for ; Thu, 1 Oct 2015 02:49:53 -0600 From: Jens Freimann Date: Thu, 1 Oct 2015 10:49:42 +0200 Message-Id: <1443689387-34473-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/5] s390x: misc fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Alexander Graf , Cornelia Huck Cc: Jens Freimann , qemu-devel@nongnu.org Conny, Christian, Alex, here are some fixes for s390: * Patch 1 fixes our s390 bios makefile to avoid floating point operations * Patch 2 adds virtualization specific registers to our gdb code * Patch 3 fixes a possible endless loop in our sclp event facility * Patch 4 fixes printing of vector register contents * Patch 5 renames a function to match with the Principles of Operation Christian Borntraeger (2): pc-bios/s390-ccw: avoid floating point operations s390x/info registers: print vector registers properly David Hildenbrand (3): s390x/gdb: expose virtualization specific registers s390x: set missing parent for hotplug and quiesce events s390x: rename io_subsystem_reset -> subsystem_reset configure | 2 +- gdb-xml/s390-virt.xml | 18 ++++++++++ hw/s390x/event-facility.c | 20 +++++------ hw/s390x/s390-virtio-ccw.c | 2 +- pc-bios/s390-ccw/Makefile | 3 +- target-s390x/cpu.h | 2 +- target-s390x/gdbstub.c | 82 ++++++++++++++++++++++++++++++++++++++++++++++ target-s390x/misc_helper.c | 4 +-- target-s390x/translate.c | 2 +- 9 files changed, 118 insertions(+), 17 deletions(-) create mode 100644 gdb-xml/s390-virt.xml -- 2.3.9