From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1KII-00036t-A4 for qemu-devel@nongnu.org; Mon, 22 Jul 2013 13:53:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1KIF-0002Ua-Qp for qemu-devel@nongnu.org; Mon, 22 Jul 2013 13:53:10 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:50040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1K0S-0003hw-6Z for qemu-devel@nongnu.org; Mon, 22 Jul 2013 13:34:44 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 22 Jul 2013 18:26:18 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id EECFD2190023 for ; Mon, 22 Jul 2013 18:38:44 +0100 (BST) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6MHYQ2p59506800 for ; Mon, 22 Jul 2013 17:34:26 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r6MHYbDT002994 for ; Mon, 22 Jul 2013 11:34:37 -0600 Date: Mon, 22 Jul 2013 19:34:36 +0200 From: Michael Mueller Message-ID: <20130722193436.1c6309f2@bee> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] -cpu behavior (was: [PATCH v3 4/4] target-openrisc: Fix cpu_model by name) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: afaerber@suse.de, qemu-devel@nongnu.org We are currently working on a first prototype to support models for s390. The current model list we want to go with is here: [mimu@p57lp59 qemu]$ qemu-system-s390x -cpu help s390 z900 IBM zSeries 900 (Type 2064) s390 z800 IBM zSeries 800 (Type 2066) s390 z990 IBM zSeries 990 (Type 2084) s390 z890 IBM zSeries 890 (Type 2086) s390 z9-ec IBM System z9 Enterprise Class (Type 2094) s390 z9 (alias for z9-ec) s390 z9-bc IBM System z9 Business Class (Type 2096) s390 z10-ec IBM System z10 Enterprise Class (Type 2097) s390 z10 (alias for z10-ec) s390 z10-bc IBM System z10 Business Class (Type 2098) s390 z196 IBM zEnterprise 196 (Type 2817) s390 z114 IBM zEnterprise 114 (Type 2818) s390 zEC12 IBM zEnterprise EC12 (Type 2827) s390 host (same cpu as this host) Michael