From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mw979-0007zN-6r for qemu-devel@nongnu.org; Fri, 09 Oct 2009 02:38:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mw974-0007xN-Ca for qemu-devel@nongnu.org; Fri, 09 Oct 2009 02:38:06 -0400 Received: from [199.232.76.173] (port=49845 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mw974-0007xC-4B for qemu-devel@nongnu.org; Fri, 09 Oct 2009 02:38:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57133) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mw973-0002ME-CI for qemu-devel@nongnu.org; Fri, 09 Oct 2009 02:38:01 -0400 Date: Fri, 9 Oct 2009 08:37:57 +0200 From: Gleb Natapov Message-ID: <20091009063757.GF19692@redhat.com> References: <1255017566-26220-1-git-send-email-gleb@redhat.com> <1255017566-26220-22-git-send-email-gleb@redhat.com> <20091009022250.GB25799@morn.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091009022250.GB25799@morn.localdomain> Subject: [Qemu-devel] Re: [PATCH 21/21] Use MaxCountCPUs during building of per cpu tables. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: qemu-devel@nongnu.org On Thu, Oct 08, 2009 at 10:22:50PM -0400, Kevin O'Connor wrote: > On Thu, Oct 08, 2009 at 05:59:26PM +0200, Gleb Natapov wrote: > > Preparation for hot pluggable CPUs. > > > > Signed-off-by: Gleb Natapov > > Thanks - this patch looks like it is pulling in unrelated changes to > config.h: > > > --- a/src/config.h > > +++ b/src/config.h > > @@ -16,9 +16,9 @@ > > #define CONFIG_COREBOOT 0 > > > > // Control how verbose debug output is. > > -#define CONFIG_DEBUG_LEVEL 1 > > +#define CONFIG_DEBUG_LEVEL 2 > > // Send debugging information to serial port > > -#define CONFIG_DEBUG_SERIAL 0 > > +#define CONFIG_DEBUG_SERIAL 1 > > // Screen writes are also sent to debug ports. > > #define CONFIG_SCREEN_AND_DEBUG 1 > > > > Otherwise, it looks okay to me. > This is once more by accident. Can you drop them and apply please. > -Kevin -- Gleb.