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 X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3FE12C433E0 for ; Thu, 23 Jul 2020 00:27:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 25D3E2071A for ; Thu, 23 Jul 2020 00:27:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733139AbgGWA1g (ORCPT ); Wed, 22 Jul 2020 20:27:36 -0400 Received: from mga04.intel.com ([192.55.52.120]:45594 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726685AbgGWA1g (ORCPT ); Wed, 22 Jul 2020 20:27:36 -0400 IronPort-SDR: +AlG84Y8voED0Gn0hwWY699/T3MqzESI5cYMcuTlNMY/ulGfoOMwJlyEEgCMeZ8K5Vl15buyfP luIdnLsynWsA== X-IronPort-AV: E=McAfee;i="6000,8403,9690"; a="147937368" X-IronPort-AV: E=Sophos;i="5.75,383,1589266800"; d="scan'208";a="147937368" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jul 2020 17:27:35 -0700 IronPort-SDR: mUsxL8sQNCI2nqU9PjsugOEtvJJ/JuZvfRlVQNTW2AN+P5CJict0Mn8mE17aHsrlhaevk8GK7n ItHJI9nAl0hA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,383,1589266800"; d="scan'208";a="328382238" Received: from sjchrist-coffee.jf.intel.com (HELO linux.intel.com) ([10.54.74.152]) by orsmga007.jf.intel.com with ESMTP; 22 Jul 2020 17:27:35 -0700 Date: Wed, 22 Jul 2020 17:27:35 -0700 From: Sean Christopherson To: Peter Xu Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, "Dr . David Alan Gilbert" , Andrew Jones , Paolo Bonzini Subject: Re: [PATCH v11 01/13] KVM: Cache as_id in kvm_memory_slot Message-ID: <20200723002735.GN9114@linux.intel.com> References: <20200708193408.242909-1-peterx@redhat.com> <20200708193408.242909-2-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200708193408.242909-2-peterx@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 08, 2020 at 03:33:56PM -0400, Peter Xu wrote: > Cache the address space ID just like the slot ID. It will be used in > order to fill in the dirty ring entries. > > Suggested-by: Paolo Bonzini > Suggested-by: Sean Christopherson > Signed-off-by: Peter Xu > --- Reviewed-by: Sean Christopherson