Re: [Qemu-devel] [RFC 00/12] target-i386: Fix APIC-ID-based topology (v4)

2013-01-17 Thread Eduardo Habkost
On Wed, Jan 09, 2013 at 04:53:40PM -0200, Eduardo Habkost wrote: > This series uses a much simpler approach than the previous versions: > > - The APIC ID calculation code is now inside cpu.c > - It doesn't require touching the PC CPU creation code at all > - It simply uses a static variable to

[Qemu-devel] [RFC 00/12] target-i386: Fix APIC-ID-based topology (v4)

2013-01-09 Thread Eduardo Habkost
This series uses a much simpler approach than the previous versions: - The APIC ID calculation code is now inside cpu.c - It doesn't require touching the PC CPU creation code at all - It simply uses a static variable to enable the compat behavior on pc-1.3 and older - I considered making