From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH v2 7/10] KVM: MMU: introduce mmu_topup_memory_cache_atomic() Date: Tue, 29 Jun 2010 09:18:20 +0800 Message-ID: <4C2949DC.4070201@cn.fujitsu.com> References: <4C2498EC.2010006@cn.fujitsu.com> <4C249BDE.9050701@cn.fujitsu.com> <4C2884BC.2070804@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , LKML , KVM list To: Avi Kivity Return-path: In-Reply-To: <4C2884BC.2070804@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Avi Kivity wrote: > On 06/25/2010 03:06 PM, Xiao Guangrong wrote: >> Introduce mmu_topup_memory_cache_atomic(), it support topup memory >> cache in atomic context >> >> > > Can instead preallocate enough for all prefetches, isn't it simpler? Good idea, will do it in the next version, thanks.