From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPtlO-00077i-CT for qemu-devel@nongnu.org; Tue, 27 Jun 2017 12:54:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPsoi-0002ae-6c for qemu-devel@nongnu.org; Tue, 27 Jun 2017 11:54:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41728) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dPsoh-0002Xu-WE for qemu-devel@nongnu.org; Tue, 27 Jun 2017 11:54:16 -0400 References: <20170620000405.3391-1-rth@twiddle.net> <20170623160523.vvxiayw4crjezii4@aurel32.net> From: David Hildenbrand Message-ID: Date: Tue, 27 Jun 2017 17:54:12 +0200 MIME-Version: 1.0 In-Reply-To: <20170623160523.vvxiayw4crjezii4@aurel32.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/18] target/s390x improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , Richard Henderson Cc: thuth@redhat.com, qemu-devel@nongnu.org On 23.06.2017 18:05, Aurelien Jarno wrote: > On 2017-06-19 17:03, Richard Henderson wrote: >> Changes since v2: >> * Dropped the enforcement of PGM_OPERATION for insns for >> which the feature bit is set. There's no agreement on >> exactly how to do this yet. >> * Add implementations of insns for 6 more facilities. >> >> I think we can get to z990 fairly quickly after this. >> Ignoring HFP, the ones I see missing are DAT-ENH, MSA. > > Thanks for this work. For the record I have started working on HFP > sometimes ago. I'll try to finish that and submit patches in the next > weeks. > Just for the records, I am currently looking into MSA (at least providing the functions (KM,KMC,KIMD ...) with only the query subfunction), and I'll be looking into booting a z196 compiled linux kernel under tcg. -- Thanks, David