From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adhuH-0007Ho-Rh for qemu-devel@nongnu.org; Wed, 09 Mar 2016 12:28:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adhuC-0005h3-SA for qemu-devel@nongnu.org; Wed, 09 Mar 2016 12:28:21 -0500 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:52107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adhuC-0005fJ-IR for qemu-devel@nongnu.org; Wed, 09 Mar 2016 12:28:16 -0500 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 9 Mar 2016 17:28:14 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 689BF17D8056 for ; Wed, 9 Mar 2016 17:28:40 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u29HSC6Y61145330 for ; Wed, 9 Mar 2016 17:28:12 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u29HSBZU010869 for ; Wed, 9 Mar 2016 10:28:11 -0700 From: Cornelia Huck Date: Wed, 9 Mar 2016 18:27:58 +0100 Message-Id: <1457544488-5276-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH for-2.6 00/10] 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 In my queue for 2.6 are the cpu hotplug patches already posted, a fix for the s390-ccw bios (that actually does not make any difference today unless debugging is enabled, so no rebuild needed) and a bit of cleanup in the machine code that will make changes easier in the future. I plan to send a pull request this friday or so. Eugene (jno) Dvurechenski (1): pc-bios/s390-ccw: fix old bug in ptr increment Janosch Frank (2): s390x: Introduce machine definition macros s390x: Introduce S390MachineClass Matthew Rosato (7): s390x/cpu: Cleanup init in preparation for hotplug s390x/cpu: Set initial CPU state in common routine s390x/cpu: Get rid of side effects when creating a vcpu s390x/cpu: Tolerate max_cpus s390x/cpu: Add CPU property links s390x/cpu: Add error handling to cpu creation s390x/cpu: Allow hotplug of CPUs hw/s390x/s390-virtio-ccw.c | 150 +++++++++++++++++++++++-------------- hw/s390x/s390-virtio.c | 36 +++++---- hw/s390x/s390-virtio.h | 2 +- include/hw/s390x/s390-virtio-ccw.h | 40 ++++++++++ pc-bios/s390-ccw/bootmap.c | 2 +- target-s390x/cpu-qom.h | 3 + target-s390x/cpu.c | 96 ++++++++++++++++++++++-- target-s390x/cpu.h | 2 + target-s390x/helper.c | 41 +++++++++- 9 files changed, 289 insertions(+), 83 deletions(-) create mode 100644 include/hw/s390x/s390-virtio-ccw.h -- 2.3.9