From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOkS7-0005ja-Bh for qemu-devel@nongnu.org; Thu, 28 Jan 2016 06:09:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOkS4-0000ah-NN for qemu-devel@nongnu.org; Thu, 28 Jan 2016 06:09:27 -0500 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:39976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOkS4-0000a7-Ey for qemu-devel@nongnu.org; Thu, 28 Jan 2016 06:09:24 -0500 Received: from localhost by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 28 Jan 2016 11:09:23 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id AA40717D8042 for ; Thu, 28 Jan 2016 11:09:24 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u0SB9FY964094230 for ; Thu, 28 Jan 2016 11:09:15 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 u0SB9FUi010962 for ; Thu, 28 Jan 2016 04:09:15 -0700 From: Cornelia Huck Date: Thu, 28 Jan 2016 12:09:01 +0100 Message-Id: <1453979351-13089-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PULL 00/10] next round of s390x patches 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 39c36a0573d9307d68c0c3336b48e6351ffabc06: Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160126-2' into staging (2016-01-26 17:25:11 +0000) are available in the git repository at: git://github.com/cohuck/qemu tags/s390x-20160128 for you to fetch changes up to 234779a2b9141d9386289ba5ed86c9d617567646: s390x: s390_cpu_get_phys_page_debug has to return -1 (2016-01-27 15:34:48 +0100) ---------------------------------------------------------------- Mostly bugfixes and small improvements; and the gdb target.xml patch. ---------------------------------------------------------------- Bo Tu (2): watchdog: introduction of get_watchdog_action watchdog/diag288: don't reset for action=none|debug|pause Christian Borntraeger (2): s390x/skeys: Fix instance and class size s390x/machine: make addon register fields static David Hildenbrand (3): s390x/sclp: add device to the sysbus in sclp_realize gdb: provide the name of the architecture in the target.xml s390x: s390_cpu_get_phys_page_debug has to return -1 Halil Pasic (1): s390x/css: fix control flags during csch Pierre Morel (1): s390x/ioinst: set type and len for SEI response Song Shan Gong (1): s390x: fix generation of event information crw gdbstub.c | 21 ++++++++++++++------- hw/s390x/css.c | 15 +++++++++++++-- hw/s390x/css.h | 1 + hw/s390x/s390-skeys.c | 2 +- hw/s390x/sclp.c | 8 ++++++-- hw/watchdog/watchdog.c | 14 +++++--------- hw/watchdog/wdt_diag288.c | 7 +++++++ include/qom/cpu.h | 3 +++ include/sysemu/watchdog.h | 10 ++++++++++ target-arm/cpu.c | 12 ++++++++++++ target-arm/cpu64.c | 6 ++++++ target-ppc/translate_init.c | 10 ++++++++++ target-s390x/cpu.c | 6 ++++++ target-s390x/helper.c | 5 +++-- target-s390x/ioinst.c | 4 +++- target-s390x/machine.c | 4 ++-- 16 files changed, 102 insertions(+), 26 deletions(-) -- 2.7.0