From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPUEF-00035j-Oe for qemu-devel@nongnu.org; Sat, 30 Jan 2016 07:02:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aPUEB-00020j-EF for qemu-devel@nongnu.org; Sat, 30 Jan 2016 07:02:10 -0500 Received: from e06smtp09.uk.ibm.com ([195.75.94.105]:46168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPUEB-0001zX-4M for qemu-devel@nongnu.org; Sat, 30 Jan 2016 07:02:07 -0500 Received: from localhost by e06smtp09.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 30 Jan 2016 12:02:01 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 0A5901B08061 for ; Sat, 30 Jan 2016 12:02:07 +0000 (GMT) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u0UC1wCF9306510 for ; Sat, 30 Jan 2016 12:01:58 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u0UC1vQG005664 for ; Sat, 30 Jan 2016 07:01:57 -0500 Date: Sat, 30 Jan 2016 13:01:55 +0100 From: David Hildenbrand Message-ID: <20160130130155.605043f8@thinkpad-w530> In-Reply-To: <1453913621-20961-8-git-send-email-mjrosato@linux.vnet.ibm.com> References: <1453913621-20961-1-git-send-email-mjrosato@linux.vnet.ibm.com> <1453913621-20961-8-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 v3 07/10] s390x/cpu: Move some CPU initialization into realize List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Matthew Rosato Cc: qemu-devel@nongnu.org, agraf@suse.de, borntraeger@de.ibm.com, bharata@linux.vnet.ibm.com, cornelia.huck@de.ibm.com, pbonzini@redhat.com, afaerber@suse.de, rth@twiddle.net > In preparation for hotplug, defer some CPU initialization > until the device is actually being realized. > > Signed-off-by: Matthew Rosato > --- Reviewed-by: David Hildenbrand David