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 86D8CC433EF for ; Mon, 23 May 2022 08:37:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231942AbiEWIhR (ORCPT ); Mon, 23 May 2022 04:37:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231842AbiEWIhO (ORCPT ); Mon, 23 May 2022 04:37:14 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id CC8B45592 for ; Mon, 23 May 2022 01:37:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1653295031; 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=bcXxU70wKW28bonY1woM1aSyWTB80rKrYl8RHEifxJQ=; b=aelty+QUv+G1nEXpj8ZX9WdrZpPD90d24bgMNuLDuLOVorFhk+OeSLk+BmEgG41ylbgSdT E75qZhZfbS5Xh/DswbfKCmk+EznKsk2kwGg9jbyO1XSHAAzhlYOZHdzFSSkoVnGtgujV8o 8eS/fW1arqSRQCHLGVZvaTDSTwqh8uo= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-426-7ATJMByOMHaJaD-kPM00Ew-1; Mon, 23 May 2022 04:37:08 -0400 X-MC-Unique: 7ATJMByOMHaJaD-kPM00Ew-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id DA672185A79C; Mon, 23 May 2022 08:37:07 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.41]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A5DBB1410DD7; Mon, 23 May 2022 08:37:07 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 38F0C18000B4; Mon, 23 May 2022 10:37:05 +0200 (CEST) Date: Mon, 23 May 2022 10:37:05 +0200 From: Gerd Hoffmann To: Xiaoyao Li Cc: Paolo Bonzini , Isaku Yamahata , isaku.yamahata@intel.com, Daniel P =?utf-8?B?LiBCZXJyYW5nw6k=?= , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Richard Henderson , "Michael S . Tsirkin" , Marcel Apfelbaum , Cornelia Huck , Marcelo Tosatti , Laszlo Ersek , Eric Blake , Connor Kuehl , erdemaktas@google.com, kvm@vger.kernel.org, qemu-devel@nongnu.org, seanjc@google.com Subject: Re: [RFC PATCH v4 04/36] target/i386: Introduce kvm_confidential_guest_init() Message-ID: <20220523083705.7xgdqt74tveb3ga6@sirius.home.kraxel.org> References: <20220512031803.3315890-1-xiaoyao.li@intel.com> <20220512031803.3315890-5-xiaoyao.li@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220512031803.3315890-5-xiaoyao.li@intel.com> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.7 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, May 12, 2022 at 11:17:31AM +0800, Xiaoyao Li wrote: > Introduce a separate function kvm_confidential_guest_init() for SEV (and > future TDX). > > Signed-off-by: Xiaoyao Li Acked-by: Gerd Hoffmann