From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Wed, 24 Sep 2008 11:00:41 +0000 Subject: Re: [patch] cap code_gen_buffer_size on ia64 Message-Id: <48DA1DD9.2010004@sgi.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 Avi Kivity wrote: > 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) That works too - I didn't really know this part too well, but I hit the problem that I was unable to allocate the space because of 64 bit issues. I'll whip up a patch to disable it for ia64. Cheers, Jes From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Subject: Re: [patch] cap code_gen_buffer_size on ia64 Date: Wed, 24 Sep 2008 13:00:41 +0200 Message-ID: <48DA1DD9.2010004@sgi.com> References: <48DA061A.20705@sgi.com> <48DA1D49.80108@redhat.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: Avi Kivity Return-path: Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:56286 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751239AbYIXLAo (ORCPT ); Wed, 24 Sep 2008 07:00:44 -0400 In-Reply-To: <48DA1D49.80108@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > 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) That works too - I didn't really know this part too well, but I hit the problem that I was unable to allocate the space because of 64 bit issues. I'll whip up a patch to disable it for ia64. Cheers, Jes