[Top][All Lists]
[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: |
Gleb Natapov |
Subject: |
[Qemu-devel] Re: [PATCH 21/21] Use MaxCountCPUs during building of per cpu tables. |
Date: |
Fri, 9 Oct 2009 08:37:57 +0200 |
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 <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.
>
This is once more by accident. Can you drop them and apply please.
> -Kevin
--
Gleb.
- Re: [Qemu-devel] [PATCH 10/21] Advertise pci irqs as active high in DSDT, (continued)
- [Qemu-devel] [PATCH 05/21] irq0override provided by qemu., Gleb Natapov, 2009/10/08
- [Qemu-devel] [PATCH 14/21] Provide gpe _L0x methods., Gleb Natapov, 2009/10/08
- [Qemu-devel] [PATCH 16/21] HPET support., Gleb Natapov, 2009/10/08
- [Qemu-devel] [PATCH 09/21] Use preprocessor for pci link routing., Gleb Natapov, 2009/10/08
- [Qemu-devel] [PATCH 17/21] Add 26 pci slots, bringing the total to 32., Gleb Natapov, 2009/10/08
- [Qemu-devel] [PATCH 18/21] Add SRAT ACPI table support., Gleb Natapov, 2009/10/08
- [Qemu-devel] [PATCH 21/21] Use MaxCountCPUs during building of per cpu tables., Gleb Natapov, 2009/10/08
- [Qemu-devel] [PATCH 13/21] Remove irq 9 from the pci interrupt link resources., Gleb Natapov, 2009/10/08
- [Qemu-devel] [PATCH 20/21] Move qemu cfg init before smp init., Gleb Natapov, 2009/10/08
- [Qemu-devel] [PATCH 19/21] Read max number of cpus from VM., Gleb Natapov, 2009/10/08
- [Qemu-devel] [PATCH 11/21] Restrict pci interrupts to irq 5/9/10/11, Gleb Natapov, 2009/10/08