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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 27EE3C433E2 for ; Fri, 28 Aug 2020 11:55:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0D7DC208C9 for ; Fri, 28 Aug 2020 11:55:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729182AbgH1LzR (ORCPT ); Fri, 28 Aug 2020 07:55:17 -0400 Received: from 8bytes.org ([81.169.241.247]:39806 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726904AbgH1LzF (ORCPT ); Fri, 28 Aug 2020 07:55:05 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id B517C2E1; Fri, 28 Aug 2020 13:54:59 +0200 (CEST) Date: Fri, 28 Aug 2020 13:54:57 +0200 From: Joerg Roedel To: Arvind Sankar Cc: Borislav Petkov , x86@kernel.org, Joerg Roedel , Tom Lendacky , hpa@zytor.com, Andy Lutomirski , Dave Hansen , Peter Zijlstra , Jiri Slaby , Dan Williams , Juergen Gross , Kees Cook , David Rientjes , Cfir Cohen , Erdem Aktas , Masami Hiramatsu , Mike Stunes , Sean Christopherson , Martin Radev , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org Subject: Re: [PATCH v6 02/76] KVM: SVM: Add GHCB definitions Message-ID: <20200828115457.GB13881@8bytes.org> References: <20200824085511.7553-1-joro@8bytes.org> <20200824085511.7553-3-joro@8bytes.org> <20200824104451.GA4732@zn.tnic> <20200825092224.GF3319@8bytes.org> <20200825110446.GC12107@zn.tnic> <20200827160113.GA721088@rani.riverdale.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200827160113.GA721088@rani.riverdale.lan> Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, Aug 27, 2020 at 12:01:13PM -0400, Arvind Sankar wrote: > Wouldn't we rather just remove the checks? I think that's a different topic to be discussed with the KVM maintainers. For now I will add defines for the magic numbers. Regards, Joerg