From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHAki-0004eg-H4 for qemu-devel@nongnu.org; Thu, 07 Jan 2016 08:37:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHAke-0001PX-GB for qemu-devel@nongnu.org; Thu, 07 Jan 2016 08:37:20 -0500 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:41705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHAke-0001P3-5Q for qemu-devel@nongnu.org; Thu, 07 Jan 2016 08:37:16 -0500 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 7 Jan 2016 13:37:14 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 106D317D805A for ; Thu, 7 Jan 2016 13:37:59 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u07DbDba39649322 for ; Thu, 7 Jan 2016 13:37:13 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 u07DbCB9026558 for ; Thu, 7 Jan 2016 06:37:13 -0700 From: Cornelia Huck Date: Thu, 7 Jan 2016 14:36:49 +0100 Message-Id: <1452173818-13661-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH v2 0/9] First set of s390x patches for 2.6 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 Added three more patches to the patchset I sent before Christmas and rebased to current master. This first round of s390x patches includes: - new compat machine - remove the old s390-virtio machine (would like an ack from Alex on this) - fixes and some cleanup Cornelia Huck (2): s390x: add 2.6 compat machine s390x/virtio: use qemu_check_nic_model() Halil Pasic (1): virtio-ccw: fix sanity check for vector Pierre Morel (2): s390x: remove s390-virtio machine s390x: remove s390-virtio devices Shmulik Ladkani (1): s390: Introduce CCW_COMPAT_2_5 Yi Min Zhao (3): s390x/pci: reject some operations to disabled PCI function s390x/pci: code cleanup s390x/pci: return real state during listing PCI hw/s390x/Makefile.objs | 2 +- hw/s390x/s390-pci-bus.c | 6 +- hw/s390x/s390-pci-bus.h | 1 + hw/s390x/s390-pci-inst.c | 20 +- hw/s390x/s390-virtio-bus.c | 758 --------------------------------------------- hw/s390x/s390-virtio-bus.h | 186 ----------- hw/s390x/s390-virtio-ccw.c | 27 +- hw/s390x/s390-virtio.c | 168 +--------- hw/s390x/virtio-ccw.c | 3 +- target-s390x/cpu.h | 3 - target-s390x/helper.c | 2 +- vl.c | 7 +- 12 files changed, 47 insertions(+), 1136 deletions(-) delete mode 100644 hw/s390x/s390-virtio-bus.c delete mode 100644 hw/s390x/s390-virtio-bus.h -- 2.6.4