From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [RFT] kvm with Windows optimization Date: Thu, 25 Oct 2007 20:49:30 +0200 Message-ID: <4720E53A.7040803@qumranet.com> References: <4720D122.4070606@qumranet.com> <4720D3F0.8010103@qumranet.com> <20071025200729.3f09d21d@holly> <4720DC12.8050303@qumranet.com> <4720DE65.2030209@qumranet.com> <4720E2AF.3070404@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Jindrich Makovicka , kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org To: Anthony Liguori Return-path: In-Reply-To: <4720E2AF.3070404-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org Anthony Liguori wrote: > Avi Kivity wrote: >> Haydn Solomon wrote: >> >>> I also had a problem installing windows xp. Got the following error >>> >> >> >> I guess I'll have to test that too. >> > > I hit it again, this time about half-way through the second stage > install of Windows XP (last time it was almost immediately). This is > with your updated tree. I'll next try to reproduce with the latest git. Can you try upping the 'min' parameter below: > static int mmu_topup_memory_caches(struct kvm_vcpu *vcpu) > { > int r; > > kvm_mmu_free_some_pages(vcpu); > r = mmu_topup_memory_cache(&vcpu->mmu_pte_chain_cache, > pte_chain_cache, 4); > if (r) > goto out; > r = mmu_topup_memory_cache(&vcpu->mmu_rmap_desc_cache, > rmap_desc_cache, 1); > if (r) > goto out; > r = mmu_topup_memory_cache_page(&vcpu->mmu_page_cache, 8); > if (r) > goto out; > r = mmu_topup_memory_cache(&vcpu->mmu_page_header_cache, > mmu_page_header_cache, 4); > out: > return r; > } These are the (4, 1, 8, 4) values in the call to mmu_topup_memory_cache. Perhaps one of them is too low. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/