From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzegg-0002eK-FJ for qemu-devel@nongnu.org; Wed, 04 Oct 2017 04:05:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzega-0004r6-U2 for qemu-devel@nongnu.org; Wed, 04 Oct 2017 04:05:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59300) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzega-0004ox-Nr for qemu-devel@nongnu.org; Wed, 04 Oct 2017 04:05:44 -0400 Date: Wed, 4 Oct 2017 10:05:35 +0200 From: Cornelia Huck Message-ID: <20171004100535.3f8116e8.cohuck@redhat.com> In-Reply-To: <87fub2q9ch.fsf@dusky.pond.sub.org> References: <20170913132417.24384-1-david@redhat.com> <20170913185827.1f7790f2.cohuck@redhat.com> <87fub2q9ch.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 00/22] s390x cleanups and CPU hotplug via device_add List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: David Hildenbrand , Matthew Rosato , thuth@redhat.com, Eduardo Habkost , Richard Henderson , qemu-devel@nongnu.org, Alexander Graf , borntraeger@de.ibm.com, Igor Mammedov , Paolo Bonzini On Mon, 02 Oct 2017 09:47:58 +0200 Markus Armbruster wrote: > Cornelia Huck writes: > > > On Wed, 13 Sep 2017 15:23:55 +0200 > > David Hildenbrand wrote: > > > >> The first patches are a bunch of cleanups. I decided to go the > >> extra mile and implement CPU hotplug via "device_add", as well as > >> "query-hotpluggable-cpus". > >> > >> On s390x, only complete cores can be plugged. CPU hot unplug is currently > >> not supported by the architecture. > >> > >> Support for hotplugging CPUs in random core-id order (last two patches) > >> is added. We once hat a KVM bug preventing this, but the stable patch > >> should now be included in relevant places - 152e9f65d66f ("KVM: s390: fix > >> wrong lookup of VCPUs by array index"). Current tooling will plug them in > >> sequential order anyway, so it should not hurt. > > > > Thanks, applied. > > Please squash in the one-liner fix I asked for in my (late!) review of > PATCH 18. Sadly, the review was a bit too late (already merged)...