From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAbGM-0004Va-8K for qemu-devel@nongnu.org; Wed, 08 Jun 2016 07:03:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAbGC-0002Qh-O7 for qemu-devel@nongnu.org; Wed, 08 Jun 2016 07:03:06 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:51558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAbGC-0002QJ-Ea for qemu-devel@nongnu.org; Wed, 08 Jun 2016 07:02:56 -0400 Received: from localhost by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 8 Jun 2016 05:02:54 -0600 From: Cornelia Huck Date: Wed, 8 Jun 2016 13:02:38 +0200 Message-Id: <1465383765-18754-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH 0/7] s390x: next batch of patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: borntraeger@de.ibm.com, agraf@suse.de, jfrei@linux.vnet.ibm.com, Cornelia Huck More s390x patches, this time mostly dealing with channel I/O: Bugfixes and cleanups, and dequeue pending interrupts after machine checks. Christian Borntraeger (3): virtio-ccw: Provide traces for indicator changes s390x: Limit s390-ccw machines to 248 CPUs s390x/kvm: Fixup interrupt type for non-adapter I/O interrupts Cornelia Huck (2): linux-headers: update s390x/css: introduce property type for device ids Halil Pasic (2): s390x/kvm: add interface for clearing IO irqs s390x/css: clear IO irqs when generating IPI CRW hw/intc/s390_flic.c | 8 ++ hw/intc/s390_flic_kvm.c | 26 ++++++ hw/s390x/css.c | 124 ++++++++++++++++++++++++- hw/s390x/s390-virtio-ccw.c | 2 +- hw/s390x/virtio-ccw.c | 80 +++++++--------- hw/s390x/virtio-ccw.h | 2 +- include/hw/s390x/css.h | 17 ++++ include/hw/s390x/s390_flic.h | 2 + include/standard-headers/linux/pci_regs.h | 20 +++- include/standard-headers/linux/virtio_config.h | 2 + linux-headers/asm-arm/unistd.h | 2 + linux-headers/asm-arm64/unistd.h | 3 + linux-headers/asm-powerpc/unistd.h | 2 + linux-headers/asm-s390/kvm.h | 1 + linux-headers/asm-s390/unistd.h | 4 +- linux-headers/asm-x86/kvm.h | 6 +- linux-headers/asm-x86/unistd_x32.h | 2 + linux-headers/linux/kvm.h | 1 + target-s390x/kvm.c | 5 +- trace-events | 1 + 20 files changed, 251 insertions(+), 59 deletions(-) -- 2.6.6