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 DB343C6FD1C for ; Tue, 14 Mar 2023 13:35:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231243AbjCNNf4 (ORCPT ); Tue, 14 Mar 2023 09:35:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229957AbjCNNek (ORCPT ); Tue, 14 Mar 2023 09:34:40 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85F0EA617E for ; Tue, 14 Mar 2023 06:30:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678800584; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cyh9GNwkSeiWX8VVWJet6cmrStrv1Y1BhHYKMAKCy08=; b=HYXS2vz3wNOv65TQEa7fz2Cw8OfRLAFecKjIGgDNH6wJ5CAeCzQfDMBgMsN4fZKafxXwAx PEHBb8VY2H788r20qKXyxLexJ/oVoPIMTwxUW5MfrUu9iOmcuHlKTVO7SR7eYRbk0mAPQZ PwzXnPL5rDjjQEnHWBpB8UoP4pQV/kA= 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-125-8qP_OorDPbu4U8LdDqZjyQ-1; Tue, 14 Mar 2023 09:29:41 -0400 X-MC-Unique: 8qP_OorDPbu4U8LdDqZjyQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 33B5480D0EE; Tue, 14 Mar 2023 13:29:40 +0000 (UTC) Received: from virtlab701.virt.lab.eng.bos.redhat.com (virtlab701.virt.lab.eng.bos.redhat.com [10.19.152.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id BDF142027041; Tue, 14 Mar 2023 13:29:39 +0000 (UTC) From: Paolo Bonzini To: Emanuele Giuseppe Esposito Cc: kvm@vger.kernel.org, Jim Mattson , Ben Serebrin , Peter Shier , Sean Christopherson , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , Maxim Levitsky , x86@kernel.org, "H . Peter Anvin" , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] KVM: support the cpu feature FLUSH_L1D Date: Tue, 14 Mar 2023 09:29:37 -0400 Message-Id: <20230314132937.3051272-1-pbonzini@redhat.com> In-Reply-To: <20230201132905.549148-1-eesposit@redhat.com> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Queued, thanks. Paolo