From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanpeng Li Subject: Re: Question about physical page allocation to the guest Date: Tue, 28 Oct 2014 07:36:41 +0800 Message-ID: <20141027233641.GB27081@kernel> References: <5447DDDC.5070106@gmail.com> Reply-To: Wanpeng Li Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Steven , KVM , Paolo Bonzini To: Xiao Guangrong Return-path: Received: from mga14.intel.com ([192.55.52.115]:8872 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752369AbaJ0X57 (ORCPT ); Mon, 27 Oct 2014 19:57:59 -0400 Content-Disposition: inline In-Reply-To: <5447DDDC.5070106@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: Hi Xiao, On Thu, Oct 23, 2014 at 12:39:56AM +0800, Xiao Guangrong wrote: I'm not sure if jump into this thread is good. ;-) One question about mmio spte. set_spte -> set_mmio_spte -> if (unlikely(is_noslot_pfn(pfn))) mark_mmio_spte(); If mmio doesn't have memslot? Regards, Wanpeng Li