From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxRtA-000250-IT for qemu-devel@nongnu.org; Thu, 28 Sep 2017 02:01:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxRt7-0006dy-Gy for qemu-devel@nongnu.org; Thu, 28 Sep 2017 02:01:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41496) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dxRt7-0006dj-AV for qemu-devel@nongnu.org; Thu, 28 Sep 2017 02:01:33 -0400 References: <20170913132417.24384-1-david@redhat.com> <20170913132417.24384-17-david@redhat.com> From: Thomas Huth Message-ID: Date: Thu, 28 Sep 2017 08:01:25 +0200 MIME-Version: 1.0 In-Reply-To: <20170913132417.24384-17-david@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 16/22] s390x: allow cpu hotplug via device_add List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand , qemu-devel@nongnu.org Cc: Matthew Rosato , Eduardo Habkost , cohuck@redhat.com, Richard Henderson , Alexander Graf , Markus Armbruster , borntraeger@de.ibm.com, Igor Mammedov , Paolo Bonzini On 13.09.2017 15:24, David Hildenbrand wrote: > E.g. the following now works: > device_add host-s390-cpu,id=cpu1,core-id=1 Hi David, FYI, this introduced a possibility to crash QEMU with the none machine: $ s390x-softmmu/qemu-system-s390x -M none -nographic QEMU 2.10.50 monitor - type 'help' for more information (qemu) device_add qemu-s390-cpu Segmentation fault (core dumped) Thomas