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 0F74DC433FE for ; Fri, 8 Apr 2022 16:47:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230015AbiDHQtq (ORCPT ); Fri, 8 Apr 2022 12:49:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233812AbiDHQtn (ORCPT ); Fri, 8 Apr 2022 12:49:43 -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 99EEF3980C for ; Fri, 8 Apr 2022 09:47:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1649436457; 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=e53D3p52E1fjyrZCTuQnND/7F05xQoTc/8JEO0p90B4xIrkKNATGJp+CWJ17QcDDAD3gcX oHmTiwOvLJSXKFDR9Oy6rGvi3HcO0tyxJAqeMxeiwe2dvcUivU+lgxbnkWewNc0ZieiWMg sHWSWAvO4t5TosloA66yGMc1VeowFk0= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-460-EU2jJe6LM_aRSLEwmuxfVw-1; Fri, 08 Apr 2022 12:47:36 -0400 X-MC-Unique: EU2jJe6LM_aRSLEwmuxfVw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3EEC43C11CEF; Fri, 8 Apr 2022 16:47:36 +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 07C6E4047D26; Fri, 8 Apr 2022 16:47:36 +0000 (UTC) From: Paolo Bonzini To: Wanpeng Li Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Sean Christopherson , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel Subject: Re: [PATCH] x86/kvm: Don't waste kvmclock memory if there is nopv parameter Date: Fri, 8 Apr 2022 12:47:34 -0400 Message-Id: <20220408164734.467077-1-pbonzini@redhat.com> In-Reply-To: <1646727529-11774-1-git-send-email-wanpengli@tencent.com> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Queued, thanks. Paolo