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 0F2D9C433FE for ; Tue, 8 Mar 2022 15:41:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347894AbiCHPmm (ORCPT ); Tue, 8 Mar 2022 10:42:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235450AbiCHPml (ORCPT ); Tue, 8 Mar 2022 10:42:41 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id E63244ECE1 for ; Tue, 8 Mar 2022 07:41:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1646754104; 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=c//rgcmfiXJUee1w0+9d5NFt5cSVstxntKUBFo7fPEGts6kFOFGMfMZ2DeEx8WrMUa87OU MkYC5OkNgepFiSB53sq+A5JodvxPYlgnHyWoSM+I/O9ZziXeYCL9ST8OOr+G4aKMbEV8L1 w/ACz+2tJHuV9asrxo61M5MgiMrHWWc= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-347-qngCRZFPN_CqaEhUWmLq6Q-1; Tue, 08 Mar 2022 10:41:40 -0500 X-MC-Unique: qngCRZFPN_CqaEhUWmLq6Q-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 761DF835DE1; Tue, 8 Mar 2022 15:41:39 +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 83BBA26DE1; Tue, 8 Mar 2022 15:41:11 +0000 (UTC) From: Paolo Bonzini To: Sean Christopherson Cc: Christian Borntraeger , Janosch Frank , David Hildenbrand , Claudio Imbrenda , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, David Woodhouse Subject: Re: [PATCH v2] KVM: Don't actually set a request when evicting vCPUs for GFN cache invd Date: Tue, 8 Mar 2022 10:41:01 -0500 Message-Id: <20220308154100.774775-1-pbonzini@redhat.com> In-Reply-To: <20220223165302.3205276-1-seanjc@google.com> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Queued, thanks. Paolo