From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755344AbbBTQ1j (ORCPT ); Fri, 20 Feb 2015 11:27:39 -0500 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:40345 "EHLO e06smtp12.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755081AbbBTQ1g (ORCPT ); Fri, 20 Feb 2015 11:27:36 -0500 Date: Fri, 20 Feb 2015 17:27:27 +0100 From: Michael Mueller To: Michael Mueller Cc: Richard Henderson , linux-s390@vger.kernel.org, frank.blaschka@de.ibm.com, kvm@vger.kernel.org, Gleb Natapov , linux-kernel@vger.kernel.org, Alexander Graf , qemu-devel@nongnu.org, Christian Borntraeger , "Jason J. Herne" , Cornelia Huck , Paolo Bonzini , Andreas Faerber Subject: Re: [Qemu-devel] [RFC PATCH v2 10/15] cpu-model/s390: Add cpu class initialization routines Message-ID: <20150220172727.5ab559f4@bee> In-Reply-To: <20150220171249.210a0236@bee> References: <1424183053-4310-1-git-send-email-mimu@linux.vnet.ibm.com> <1424183053-4310-11-git-send-email-mimu@linux.vnet.ibm.com> <54E75AA2.9070503@twiddle.net> <20150220171249.210a0236@bee> Organization: IBM X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15022016-0009-0000-0000-000003376647 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 20 Feb 2015 17:12:49 +0100 Michael Mueller wrote: > Good spot, it's not being used yet. It's planned to be used with a patch that implements zPCI > related instructions on QEMU side. Maybe you have seen the discussion from Frank Blaschka in > this e-mail list in regard to that. I will factor it out. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOqQV-0005i9-WB for qemu-devel@nongnu.org; Fri, 20 Feb 2015 11:27:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOqQQ-0006R8-Uy for qemu-devel@nongnu.org; Fri, 20 Feb 2015 11:27:39 -0500 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:54666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOqQQ-0006Qj-Lu for qemu-devel@nongnu.org; Fri, 20 Feb 2015 11:27:34 -0500 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 20 Feb 2015 16:27:33 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 331FC1B0807A for ; Fri, 20 Feb 2015 16:27:44 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t1KGRU3E65929304 for ; Fri, 20 Feb 2015 16:27:30 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t1KGRUhY011150 for ; Fri, 20 Feb 2015 09:27:30 -0700 Date: Fri, 20 Feb 2015 17:27:27 +0100 From: Michael Mueller Message-ID: <20150220172727.5ab559f4@bee> In-Reply-To: <20150220171249.210a0236@bee> References: <1424183053-4310-1-git-send-email-mimu@linux.vnet.ibm.com> <1424183053-4310-11-git-send-email-mimu@linux.vnet.ibm.com> <54E75AA2.9070503@twiddle.net> <20150220171249.210a0236@bee> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v2 10/15] cpu-model/s390: Add cpu class initialization routines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Mueller Cc: linux-s390@vger.kernel.org, frank.blaschka@de.ibm.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, Gleb Natapov , linux-kernel@vger.kernel.org, Alexander Graf , Christian Borntraeger , "Jason J. Herne" , Cornelia Huck , Paolo Bonzini , Andreas Faerber , Richard Henderson On Fri, 20 Feb 2015 17:12:49 +0100 Michael Mueller wrote: > Good spot, it's not being used yet. It's planned to be used with a patch that implements zPCI > related instructions on QEMU side. Maybe you have seen the discussion from Frank Blaschka in > this e-mail list in regard to that. I will factor it out.