From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYB0B-0000kk-9x for qemu-devel@nongnu.org; Tue, 23 Feb 2016 06:19:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYB08-0000Ge-0w for qemu-devel@nongnu.org; Tue, 23 Feb 2016 06:19:35 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:48754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYB07-0000GN-O8 for qemu-devel@nongnu.org; Tue, 23 Feb 2016 06:19:31 -0500 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Feb 2016 11:19:30 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id D30591B08067 for ; Tue, 23 Feb 2016 11:19:32 +0000 (GMT) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1NBJDfp64946232 for ; Tue, 23 Feb 2016 11:19:13 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1NBJDip008366 for ; Tue, 23 Feb 2016 04:19:13 -0700 From: Cornelia Huck Date: Tue, 23 Feb 2016 12:19:00 +0100 Message-Id: <1456226350-3367-1-git-send-email-cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 00/10] s390x: pending 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 Currently pending in my queue are some fixes, improvements and cleanups. I'd like to include the s390x cpu hotplug patches as well in my next pull request once we arrive at a version everybody is happy with. Cornelia Huck (3): linux-headers: update against kvm/next s390x: remove {kvm_}s390_virtio_irq() s390x/virtio: old machine leftovers David Hildenbrand (2): s390x/kvm: sync fprs via kvm_run s390x: fix debug statement in trigger_page_fault() Eduardo Habkost (2): s390x/css: Allocate channel_subsys statically s390x/css: Use static initialization for channel_subsys fields Sascha Silbe (1): watchdog/diag288: avoid race condition on expired watchdog Yi Min Zhao (2): s390x/css: introduce indicator refcounting interfaces s390x/pci: fix reg/dereg irq functions hw/s390x/css.c | 249 +++++++++++++++++++++++-------------- hw/s390x/css.h | 14 +++ hw/s390x/s390-pci-bus.h | 2 + hw/s390x/s390-pci-inst.c | 23 ++-- hw/s390x/s390-virtio.c | 2 - hw/s390x/virtio-ccw.c | 63 ---------- hw/s390x/virtio-ccw.h | 11 +- hw/watchdog/wdt_diag288.c | 12 +- linux-headers/asm-arm/unistd.h | 2 + linux-headers/asm-powerpc/unistd.h | 13 +- linux-headers/asm-s390/kvm.h | 11 +- linux-headers/asm-s390/unistd.h | 3 +- linux-headers/asm-x86/unistd_32.h | 1 + linux-headers/asm-x86/unistd_64.h | 1 + linux-headers/asm-x86/unistd_x32.h | 1 + linux-headers/linux/kvm.h | 9 +- linux-headers/linux/vfio.h | 9 ++ target-s390x/cpu.h | 5 - target-s390x/interrupt.c | 11 -- target-s390x/kvm.c | 22 ++-- target-s390x/mmu_helper.c | 2 +- 21 files changed, 237 insertions(+), 229 deletions(-) -- 2.7.1