From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0513C433DB for ; Wed, 10 Feb 2021 15:29:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A2ED64E45 for ; Wed, 10 Feb 2021 15:29:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232068AbhBJP2r (ORCPT ); Wed, 10 Feb 2021 10:28:47 -0500 Received: from 8bytes.org ([81.169.241.247]:55410 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232054AbhBJP2P (ORCPT ); Wed, 10 Feb 2021 10:28:15 -0500 Received: by theia.8bytes.org (Postfix, from userid 1000) id 929CB3C2; Wed, 10 Feb 2021 16:27:32 +0100 (CET) Date: Wed, 10 Feb 2021 16:27:31 +0100 From: Joerg Roedel To: Konrad Rzeszutek Wilk Cc: daniel.kiper@oracle.com, x86@kernel.org, Joerg Roedel , hpa@zytor.com, Andy Lutomirski , Dave Hansen , Peter Zijlstra , Jiri Slaby , Dan Williams , Tom Lendacky , Juergen Gross , Kees Cook , David Rientjes , Cfir Cohen , Erdem Aktas , Masami Hiramatsu , Mike Stunes , Sean Christopherson , Martin Radev , Arvind Sankar , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org Subject: Re: [PATCH 0/7] x86/seves: Support 32-bit boot path and other updates Message-ID: <20210210152730.GD7302@8bytes.org> References: <20210210102135.30667-1-joro@8bytes.org> <20210210145835.GE358613@fedora> <20210210151224.GC7302@8bytes.org> <20210210151938.GH358613@fedora> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210210151938.GH358613@fedora> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 10, 2021 at 10:19:38AM -0500, Konrad Rzeszutek Wilk wrote: > I think I am missing something obvious here - but why would you want > EFI support disabled? I don't want EFI support disabled, this is just a way to trigger this boot-path. In real life it is triggered by 32-bit GRUB EFI builds. But I havn't had one of those for testing, so I used another way to trigger this path. Regards, Joerg