From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-2.mimecast.com ([207.211.31.81]:56808 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727039AbgBUMjm (ORCPT ); Fri, 21 Feb 2020 07:39:42 -0500 Date: Fri, 21 Feb 2020 13:39:31 +0100 From: Cornelia Huck Subject: Re: [PATCH v3 03/37] s390/protvirt: introduce host side setup Message-ID: <20200221133931.043a7bbb.cohuck@redhat.com> In-Reply-To: <20200220104020.5343-4-borntraeger@de.ibm.com> References: <20200220104020.5343-1-borntraeger@de.ibm.com> <20200220104020.5343-4-borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-s390-owner@vger.kernel.org List-ID: To: Christian Borntraeger Cc: Janosch Frank , KVM , David Hildenbrand , Thomas Huth , Ulrich Weigand , Claudio Imbrenda , linux-s390 , Michael Mueller , Vasily Gorbik On Thu, 20 Feb 2020 05:39:46 -0500 Christian Borntraeger wrote: > From: Vasily Gorbik > > Add "prot_virt" command line option which controls if the kernel > protected VMs support is enabled at early boot time. This has to be > done early, because it needs large amounts of memory and will disable > some features like STP time sync for the lpar. > > Extend ultravisor info definitions and expose it via uv_info struct > filled in during startup. > > Signed-off-by: Vasily Gorbik > Reviewed-by: Thomas Huth > Acked-by: David Hildenbrand > [borntraeger@de.ibm.com: patch merging, splitting, fixing] > Signed-off-by: Christian Borntraeger > --- > .../admin-guide/kernel-parameters.txt | 5 ++ > arch/s390/boot/Makefile | 2 +- > arch/s390/boot/uv.c | 21 +++++++- > arch/s390/include/asm/uv.h | 46 +++++++++++++++- > arch/s390/kernel/Makefile | 1 + > arch/s390/kernel/setup.c | 4 -- > arch/s390/kernel/uv.c | 52 +++++++++++++++++++ > 7 files changed, 123 insertions(+), 8 deletions(-) > create mode 100644 arch/s390/kernel/uv.c Reviewed-by: Cornelia Huck