Re: [RFC 07/12] target-i386/cpu: Introduce apic_id_for_cpu() function

2013-01-10 Thread Eduardo Habkost
On Fri, Jan 11, 2013 at 12:31:23AM +0100, Igor Mammedov wrote: > On Wed, 9 Jan 2013 16:53:47 -0200 > Eduardo Habkost wrote: > > > This function will be used by both the CPU initialization code and the > > fw_cfg table initialization code. > > > > Later this function will be updated to generate

Re: [RFC 07/12] target-i386/cpu: Introduce apic_id_for_cpu() function

2013-01-10 Thread Eduardo Habkost
On Fri, Jan 11, 2013 at 12:31:23AM +0100, Igor Mammedov wrote: > On Wed, 9 Jan 2013 16:53:47 -0200 > Eduardo Habkost wrote: > > > This function will be used by both the CPU initialization code and the > > fw_cfg table initialization code. > > > > Later this function will be updated to generate

Re: [RFC 07/12] target-i386/cpu: Introduce apic_id_for_cpu() function

2013-01-10 Thread Igor Mammedov
On Wed, 9 Jan 2013 16:53:47 -0200 Eduardo Habkost wrote: > This function will be used by both the CPU initialization code and the > fw_cfg table initialization code. > > Later this function will be updated to generate APIC IDs according to > the CPU topology. > > Signed-off-by: Eduardo Habkost

[RFC 07/12] target-i386/cpu: Introduce apic_id_for_cpu() function

2013-01-09 Thread Eduardo Habkost
This function will be used by both the CPU initialization code and the fw_cfg table initialization code. Later this function will be updated to generate APIC IDs according to the CPU topology. Signed-off-by: Eduardo Habkost --- target-i386/cpu.c | 17 - target-i386/cpu.h | 2 ++