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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B42B2C433EF for ; Thu, 25 Nov 2021 19:10:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355670AbhKYTN5 (ORCPT ); Thu, 25 Nov 2021 14:13:57 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:53934 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356651AbhKYTL4 (ORCPT ); Thu, 25 Nov 2021 14:11:56 -0500 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1637867323; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Xt4iQ1y3Qhm3wwBkwi9LJc24Iav1EBi2UbsbgNYHI4M=; b=L6i3X+ArF6FW5s1H0fFVKQiiIEUt7QIg4+MgMJe5UbRnH9i0sY/bO/0IwuOwrq6Uj2Eb7O zPPIj7qjywRcEufIJOAt+1PAy08vFQZ6fyyK6U6Sb6GxD99WAycqb5R8OoqPWiqDOVZ+I1 XhFynm9tTxZTGVBdn/sBHOVF/g37qhSea0Hl+KiqmOt1RpdWnkYYxQfvAuPBn3YhgFKUuW FwxqM2mzWby2EUZxUrukgtpqakwMHd4X7W7OnYhnwsVyh7wOAMiJCtLoF+ZvgYBmdgpyK8 9o5eHIv34511pFkdnvCgbA1pwR/2sJ0i0XhzECjesBEZcMBxcUZc4zszDCKKZQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1637867323; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Xt4iQ1y3Qhm3wwBkwi9LJc24Iav1EBi2UbsbgNYHI4M=; b=K5zbu8hSGTp78tXktm3aUdobQoye8DJ56aYzCQ70ild4gFyLil+GU3jiL6RUaNodP/JGco laYuKNuu083iQhAw== To: isaku.yamahata@intel.com, Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , Paolo Bonzini , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , erdemaktas@google.com, Connor Kuehl , Sean Christopherson , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: isaku.yamahata@intel.com, isaku.yamahata@gmail.com, Sean Christopherson , Xiaoyao Li Subject: Re: [RFC PATCH v3 14/59] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs In-Reply-To: <60a163e818b9101dce94973a2b44662ba3d53f97.1637799475.git.isaku.yamahata@intel.com> References: <60a163e818b9101dce94973a2b44662ba3d53f97.1637799475.git.isaku.yamahata@intel.com> Date: Thu, 25 Nov 2021 20:08:43 +0100 Message-ID: <87tug0jbno.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 24 2021 at 16:19, isaku yamahata wrote: > From: Sean Christopherson > > Add a capability to effectively allow userspace to query what VM types > are supported by KVM. I really don't see why this has to be named legacy. There are enough reasonable use cases which are perfectly fine using the non-encrypted muck. Just because there is a new hyped feature does not make anything else legacy. Thanks, tglx