Re: [Qemu-devel] [SeaBIOS PATCH 0/2] Allow non-contiguous APIC IDs (v3)

2012-08-01 Thread Kevin O'Connor
On Wed, Aug 01, 2012 at 10:47:35AM +0300, Gleb Natapov wrote: > On Tue, Jul 31, 2012 at 09:14:13PM -0400, Kevin O'Connor wrote: > > On Wed, Jul 25, 2012 at 03:45:28PM -0300, Eduardo Habkost wrote: > > > Changes v2 -> v3: > > > - Report I/O APIC ID = 0 on MP-table, too > > > > > > Changes v1 -> v2

Re: [Qemu-devel] [SeaBIOS PATCH 0/2] Allow non-contiguous APIC IDs (v3)

2012-08-01 Thread Gleb Natapov
On Tue, Jul 31, 2012 at 09:14:13PM -0400, Kevin O'Connor wrote: > On Wed, Jul 25, 2012 at 03:45:28PM -0300, Eduardo Habkost wrote: > > Changes v2 -> v3: > > - Report I/O APIC ID = 0 on MP-table, too > > > > Changes v1 -> v2: > > - Patch 1/2: cosmetic whitespace change > > - Patch 2/2: use size

Re: [Qemu-devel] [SeaBIOS PATCH 0/2] Allow non-contiguous APIC IDs (v3)

2012-07-31 Thread Kevin O'Connor
On Wed, Jul 25, 2012 at 03:45:28PM -0300, Eduardo Habkost wrote: > Changes v2 -> v3: > - Report I/O APIC ID = 0 on MP-table, too > > Changes v1 -> v2: > - Patch 1/2: cosmetic whitespace change > - Patch 2/2: use size suffixes on asm instructions on smp.c > - New patch descriptions > > Eduardo

[Qemu-devel] [SeaBIOS PATCH 0/2] Allow non-contiguous APIC IDs (v3)

2012-07-25 Thread Eduardo Habkost
Changes v2 -> v3: - Report I/O APIC ID = 0 on MP-table, too Changes v1 -> v2: - Patch 1/2: cosmetic whitespace change - Patch 2/2: use size suffixes on asm instructions on smp.c - New patch descriptions Eduardo Habkost (2): report real I/O APIC ID (0) on MADT and MP-table (v3) allow CPUs

[Qemu-devel] [SeaBIOS PATCH 0/2] Allow non-contiguous APIC IDs (v2)

2012-07-20 Thread Eduardo Habkost
Small changes from the previous series: - Patch 1/2: cosmetic whitespace change - Patch 2/2: use size suffixes on asm instructions on smp.c - New patch descriptions Eduardo Habkost (2): acpi: report real I/O APIC ID (0) on MADT table allow CPUs to have non-contiguous Local APIC IDs (v2) s

[Qemu-devel] [seabios PATCH 0/2] Allow non-contiguous APIC IDs

2012-07-19 Thread Eduardo Habkost
Now this is an actual proposal I would like to get included on Seabios. It's much simpler than the previous RFCs. It simply changes the ACPI and mptable code to not require APIC IDs to be contiguous, eliminates references to the CountCPUs variable, using a 256-bit APIC ID bitmap to find out which