From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Date: Wed, 24 Sep 2008 10:58:17 +0000 Subject: Re: [patch] cap code_gen_buffer_size on ia64 Message-Id: <48DA1D49.80108@redhat.com> List-Id: References: <48DA061A.20705@sgi.com> In-Reply-To: <48DA061A.20705@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org Jes Sorensen wrote: > Hi, > > This one limits the code_gen_buffer_size on ia64, phys_mem_size/4 > really gets out of hand when you boot say a 64GB guest. > ia64 doesn't codegen; why not set it to zero? (and the phys_ram_size / 4 heuristic is ridiculous; code size doesn't scale with guest size) -- error compiling committee.c: too many arguments to function From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [patch] cap code_gen_buffer_size on ia64 Date: Wed, 24 Sep 2008 13:58:17 +0300 Message-ID: <48DA1D49.80108@redhat.com> References: <48DA061A.20705@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, kvm-ia64@vger.kernel.org To: Jes Sorensen Return-path: Received: from mx2.redhat.com ([66.187.237.31]:37010 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750988AbYIXK6Y (ORCPT ); Wed, 24 Sep 2008 06:58:24 -0400 In-Reply-To: <48DA061A.20705@sgi.com> Sender: kvm-owner@vger.kernel.org List-ID: Jes Sorensen wrote: > Hi, > > This one limits the code_gen_buffer_size on ia64, phys_mem_size/4 > really gets out of hand when you boot say a 64GB guest. > ia64 doesn't codegen; why not set it to zero? (and the phys_ram_size / 4 heuristic is ridiculous; code size doesn't scale with guest size) -- error compiling committee.c: too many arguments to function