From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] get rid of MSR_COUNT Date: Mon, 19 Oct 2009 16:20:22 -0200 Message-ID: <20091019182022.GC14227@amt.cnet> References: <1255638391-610-1-git-send-email-glommer@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com To: Glauber Costa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:58305 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753975AbZJSS0m (ORCPT ); Mon, 19 Oct 2009 14:26:42 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9JIQlrs031395 for ; Mon, 19 Oct 2009 14:26:47 -0400 Content-Disposition: inline In-Reply-To: <1255638391-610-1-git-send-email-glommer@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Oct 15, 2009 at 05:26:31PM -0300, Glauber Costa wrote: > qemu.git uses an array of 100 entries for the msr list, which is arguably large > enough (tm). > > I propose we follow the same path, for two reasons: > 1) ease future merge. > 2) avoid stack overflow problems that had already began to appear > > Signed-off-by: Glauber Costa Applied, thanks.