qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 21/21] Use MaxCountCPUs during building of per c


From: Kevin O'Connor
Subject: [Qemu-devel] Re: [PATCH 21/21] Use MaxCountCPUs during building of per cpu tables.
Date: Thu, 8 Oct 2009 22:22:50 -0400
User-agent: Mutt/1.5.19 (2009-01-05)

On Thu, Oct 08, 2009 at 05:59:26PM +0200, Gleb Natapov wrote:
> Preparation for hot pluggable CPUs.
> 
> Signed-off-by: Gleb Natapov <address@hidden>

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.

-Kevin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]