From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaird-0004Os-Fe for qemu-devel@nongnu.org; Tue, 01 Mar 2016 06:53:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aairZ-0000KU-GS for qemu-devel@nongnu.org; Tue, 01 Mar 2016 06:53:17 -0500 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:53822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aairZ-0000K8-7k for qemu-devel@nongnu.org; Tue, 01 Mar 2016 06:53:13 -0500 Received: from localhost by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 Mar 2016 11:53:10 -0000 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 66CBC2190019 for ; Tue, 1 Mar 2016 11:52:51 +0000 (GMT) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u21Br7sl39256156 for ; Tue, 1 Mar 2016 11:53:07 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u21Ar8He007986 for ; Tue, 1 Mar 2016 03:53:09 -0700 From: Cornelia Huck Date: Tue, 1 Mar 2016 12:52:49 +0100 Message-Id: <1456833183-27244-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] [PULL 00/14] 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 9c74a853048f14fd9a3e2efa1e3a6935d00e7495: Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2016-03-01 09:54:53 +0000) are available in the git repository at: git://github.com/cohuck/qemu tags/s390x-20160301 for you to fetch changes up to ce350f32e4bb9638085f585329fb5d751676d2d2: s390x/css: only suspend when enabled by orb (2016-03-01 12:15:29 +0100) ---------------------------------------------------------------- Assorted fixes, cleanups and enhancements. ---------------------------------------------------------------- Cornelia Huck (4): linux-headers: update against kvm/next s390x: remove {kvm_}s390_virtio_irq() s390x/virtio: old machine leftovers s390x/css: only suspend when enabled by orb 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 Thomas Huth (2): MAINTAINERS: Remove the old s390-virtio machine MAINTAINERS: Remove entry for hw/s390x/s390-virtio-bus.[ch] Wei Yang (1): s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries Yi Min Zhao (2): s390x/css: introduce indicator refcounting interfaces s390x/pci: fix reg/dereg irq functions MAINTAINERS | 7 - hw/s390x/css.c | 260 +++++++++++++++++++++++-------------- hw/s390x/css.h | 14 ++ hw/s390x/s390-pci-bus.c | 2 +- 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 +- 23 files changed, 246 insertions(+), 240 deletions(-) -- 2.7.2