From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWKPZ-0000UN-H0 for qemu-devel@nongnu.org; Thu, 18 Feb 2016 03:58:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWKPW-0002hT-9a for qemu-devel@nongnu.org; Thu, 18 Feb 2016 03:58:09 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:39871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWKPV-0002h7-VV for qemu-devel@nongnu.org; Thu, 18 Feb 2016 03:58:06 -0500 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 18 Feb 2016 08:58:03 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id BAC2017D8063 for ; Thu, 18 Feb 2016 08:58:20 +0000 (GMT) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1I8w1AP16318694 for ; Thu, 18 Feb 2016 08:58:02 GMT Received: from d06av11.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1I8w0ro025882 for ; Thu, 18 Feb 2016 01:58:01 -0700 Date: Thu, 18 Feb 2016 09:57:59 +0100 From: David Hildenbrand Message-ID: <20160218095759.74259be6@thinkpad-w530> In-Reply-To: <1455739955-28139-5-git-send-email-mjrosato@linux.vnet.ibm.com> References: <1455739955-28139-1-git-send-email-mjrosato@linux.vnet.ibm.com> <1455739955-28139-5-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 v4 4/5] s390x/cpu: Add functions to register CPU state 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 > Introduce s390_register_cpustate, which will set the > machine/cpu[n] link with the current CPU state. Additionally, > maintain an array of state pointers indexed by CPU id for fast lookup > during interrupt handling. > > Signed-off-by: Matthew Rosato Acked-by: David Hildenbrand David