From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH] KVM: s390: we are always in czam mode Date: Tue, 29 Aug 2017 16:40:46 +0200 Message-ID: <20170829164046.3b405f99.cohuck@redhat.com> References: <20170829143108.14703-1-david@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Christian Borntraeger , kvm@vger.kernel.org, Paolo Bonzini , Radim =?UTF-8?B?S3LEjW3DocWZ?= , "Jason J . Herne" To: David Hildenbrand Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39320 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752002AbdH2Okw (ORCPT ); Tue, 29 Aug 2017 10:40:52 -0400 In-Reply-To: <20170829143108.14703-1-david@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 29 Aug 2017 16:31:08 +0200 David Hildenbrand wrote: > Indepenent of the underlying hardware, kvm will now always handle s/Indepenent/Independent/ > SIGP SET ARCHITECTURE as if czam is enabled. Therefore, let's not s/is/were/, I think? > only forward that bit but always set it. > > While at it, add a comment regarding STHYI. > > Signed-off-by: David Hildenbrand > --- > arch/s390/kvm/kvm-s390.c | 4 ++++ > arch/s390/tools/gen_facilities.c | 1 - > 2 files changed, 4 insertions(+), 1 deletion(-) Reviewed-by: Cornelia Huck