From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abpOo-0001M4-9A for qemu-devel@nongnu.org; Fri, 04 Mar 2016 08:04:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abpOl-0004RS-4J for qemu-devel@nongnu.org; Fri, 04 Mar 2016 08:04:06 -0500 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:53130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abpOk-0004Qr-Qo for qemu-devel@nongnu.org; Fri, 04 Mar 2016 08:04:03 -0500 Received: from localhost by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 4 Mar 2016 13:04:00 -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 1102717D8063 for ; Fri, 4 Mar 2016 13:04:23 +0000 (GMT) Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u24D3vFx62390468 for ; Fri, 4 Mar 2016 13:03:57 GMT Received: from d06av04.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u24D3tai012437 for ; Fri, 4 Mar 2016 06:03:56 -0700 Date: Fri, 4 Mar 2016 14:03:53 +0100 From: Cornelia Huck Message-ID: <20160304140353.3a4721d2.cornelia.huck@de.ibm.com> In-Reply-To: <1457040633-30951-1-git-send-email-mjrosato@linux.vnet.ibm.com> References: <1457040633-30951-1-git-send-email-mjrosato@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v8 0/7] Allow hotplug of s390 CPUs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Matthew Rosato Cc: dahi@linux.vnet.ibm.com, qemu-devel@nongnu.org, agraf@suse.de, borntraeger@de.ibm.com, imammedo@redhat.com, bharata@linux.vnet.ibm.com, pbonzini@redhat.com, afaerber@suse.de, rth@twiddle.net On Thu, 3 Mar 2016 16:30:26 -0500 Matthew Rosato wrote: > 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 | 49 ++++++++++++++++++++++++++- > hw/s390x/s390-virtio.c | 36 +++++++++++--------- > hw/s390x/s390-virtio.h | 2 +- > target-s390x/cpu-qom.h | 3 ++ > target-s390x/cpu.c | 83 +++++++++++++++++++++++++++++++++++++++++++--- > target-s390x/cpu.h | 2 ++ > target-s390x/helper.c | 42 +++++++++++++++++++++-- > 7 files changed, 192 insertions(+), 25 deletions(-) If I followed the discussion here correctly, there aren't any non-minor comments left, are there? If so, I'd be happy to apply a v9 to my branch so we can finally get this into 2.6.