From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C1E8272 for ; Thu, 12 Aug 2021 08:23:27 +0000 (UTC) Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 56D001FF24; Thu, 12 Aug 2021 08:23:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1628756606; h=from:from:reply-to: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=K0sWd4XF5gYrJXMfRCAZ1I8sRxNvH4LQv37GKuMjJqs=; b=iVqEptSjzV5jxHxI/EDSlbiT5MDvtCWcxDf6PhBDq+KxVXarHrYzXPNcpg2GgTjmLzrJng EBncewPNBLsabigP19LcNsC7P72eZhAqPPFuAVVsRfIqgkgI5dArUg3hrQG49BKqLeSicc jvURfQjBsyYb4cnny7CTFHNLHVuDm64= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1628756606; h=from:from:reply-to: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=K0sWd4XF5gYrJXMfRCAZ1I8sRxNvH4LQv37GKuMjJqs=; b=1oalMp/6u497s5dGXi9jIQCd1LsTuwGfDIEBGClAqPxozxNxWNad6CFZulKrj7M/CyacbC plIOY0ZPeJri96CQ== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap1.suse-dmz.suse.de (Postfix) with ESMTPS id 94F2A13846; Thu, 12 Aug 2021 08:23:25 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id kxUHIn3aFGF5CgAAGKfGzw (envelope-from ); Thu, 12 Aug 2021 08:23:25 +0000 Date: Thu, 12 Aug 2021 10:23:24 +0200 From: Joerg Roedel To: "Kirill A. Shutemov" Cc: Borislav Petkov , Andy Lutomirski , Sean Christopherson , Andrew Morton , Andi Kleen , Kuppuswamy Sathyanarayanan , David Rientjes , Vlastimil Babka , Tom Lendacky , Thomas Gleixner , Peter Zijlstra , Paolo Bonzini , Ingo Molnar , Varad Gautam , Dario Faggioli , x86@kernel.org, linux-mm@kvack.org, linux-coco@lists.linux.dev, linux-kernel@vger.kernel.org, "Kirill A. Shutemov" Subject: Re: [PATCH 0/5] x86: Impplement support for unaccepted memory Message-ID: References: <20210810062626.1012-1-kirill.shutemov@linux.intel.com> Precedence: bulk X-Mailing-List: linux-coco@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210810062626.1012-1-kirill.shutemov@linux.intel.com> Hi Kirill, On Tue, Aug 10, 2021 at 09:26:21AM +0300, Kirill A. Shutemov wrote: > Accepting happens via a protocol specific for the Virtrual Machine > platform. That sentence bothers me a bit. Can you explain what it VMM specific in the acceptance protocol? I want to avoid having to implement VMM specific acceptance protocols. Regards, Joerg