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=-7.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, 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 785A4C433B4 for ; Wed, 19 May 2021 16:37:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4AF7E6124C for ; Wed, 19 May 2021 16:37:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355170AbhESQiu (ORCPT ); Wed, 19 May 2021 12:38:50 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:56730 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347383AbhESQis (ORCPT ); Wed, 19 May 2021 12:38:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1621442248; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WZ5uWoy1UxuW2HCG2i+GDn7yK9hnNKwWkhoavaIlAUs=; b=BclutJTkVtbcLCyJS4hwq8hbexE99hyNZrxUe0iY0Hni1b/EhUT4gdVfUdnpFBbylaWG01 el0kYOs8h+hyF1NJKEjy+l48zODVfAXeFraubxgk7ThZ8PYoh1YYJBmSx4OFltM+kebsOK sA8SI2yqsDZbpfQWII0pMki8pnPMpHY= Received: from mail-oi1-f198.google.com (mail-oi1-f198.google.com [209.85.167.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-185-fdYrXNVLO1WVrwLsmKDpZA-1; Wed, 19 May 2021 12:37:26 -0400 X-MC-Unique: fdYrXNVLO1WVrwLsmKDpZA-1 Received: by mail-oi1-f198.google.com with SMTP id e11-20020a05680809abb02901ee8c4a82b6so4314677oig.8 for ; Wed, 19 May 2021 09:37:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=WZ5uWoy1UxuW2HCG2i+GDn7yK9hnNKwWkhoavaIlAUs=; b=CCkdVgebWVpdnXiu7EEFNKoJy1A8Chm7VYfU801VcAdo2/c9yqbImwk2Yn7NLonzQ3 VZ2vMdhALB1kg2Y4fiwQ7al3OTzRsEUgbPy3raKOqviNBpHuKao0SJRQ17vgr3kuZ4S7 oz1eU4zuTtNEll2l6YMuknsbgqvlsGTbbN/TWA5JbhFutzB3QZyq3QVWJ1jKI0mkx2G6 0t6NGbL9NcXn7KS7AyWL+rDRiJGvQ1Oe0DTN/k3J0WZ2K3j6c15G06pYZGN/4U+xCr22 04cSQeXyNIN1vnMTbZVgCzptDY5P3JTpuKNnAp6w7ZPKBSjsTHdCatqZp3wZAFaPvbtt dltg== X-Gm-Message-State: AOAM530DdNmuLn6CTwvFzwsQBkMK6RT4laboo61woVL3ppV3nUVHFp/B HkrlefwJ4qDosUM8PHCtllyL95rWPeINCKFHAmqqcXH9NIv4odY6a6cGoc5aftEtsYy6w1L6R2R 3DW7hHK3ARqVI X-Received: by 2002:a4a:49c8:: with SMTP id z191mr167861ooa.62.1621442245941; Wed, 19 May 2021 09:37:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwT9Z7+BgF+Y4z9e/UaTaUStcmFjg7RSgwJ5ZdJxc6pmT9q2Q4v0VsHk1X24SzvGIkTyijfQQ== X-Received: by 2002:a4a:49c8:: with SMTP id z191mr167834ooa.62.1621442245728; Wed, 19 May 2021 09:37:25 -0700 (PDT) Received: from [192.168.0.173] (ip68-103-222-6.ks.ok.cox.net. [68.103.222.6]) by smtp.gmail.com with ESMTPSA id g48sm45212otg.50.2021.05.19.09.37.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 19 May 2021 09:37:25 -0700 (PDT) Subject: Re: [RFC PATCH 00/67] KVM: X86: TDX support To: isaku.yamahata@intel.com, Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , Paolo Bonzini , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , x86@kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: isaku.yamahata@gmail.com References: From: Connor Kuehl Message-ID: <3edc0fb2-d552-88df-eead-9e2b80e79be4@redhat.com> Date: Wed, 19 May 2021 11:37:23 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On 11/16/20 12:25 PM, isaku.yamahata@intel.com wrote: > From: Isaku Yamahata > > * What's TDX? > TDX stands for Trust Domain Extensions which isolates VMs from > the virtual-machine manager (VMM)/hypervisor and any other software on > the platform. [1] > For details, the specifications, [2], [3], [4], [5], [6], [7], are > available. > > > * The goal of this RFC patch > The purpose of this post is to get feedback early on high level design > issue of KVM enhancement for TDX. The detailed coding (variable naming > etc) is not cared of. This patch series is incomplete (not working). > Although multiple software components, not only KVM but also QEMU, > guest Linux and virtual bios, need to be updated, this includes only > KVM VMM part. For those who are curious to changes to other > component, there are public repositories at github. [8], [9] Hi, I'm planning on reading through this patch set; but before I do, since it's been several months and it's a non-trivially sized series, I just wanted to confirm that this is the latest revision of the RFC that you'd like comments on. Or, if there's a more recent series that I've missed, I would be grateful for a pointer to it. Thanks, Connor