Re: [Qemu-devel] [PATCH 14/22] target-i386: introduce apic-id property

2013-04-09 Thread Paolo Bonzini
Il 05/04/2013 16:37, Igor Mammedov ha scritto: > ... and use it from board level to set APIC ID for CPUs > it creates. > > Signed-off-by: Igor Mammedov > --- > Note: > * pc_new_cpu() function will be reused later in CPU hot-plug hook. > > v2: > * use generic cpu_exists() instead of custom on

[Qemu-devel] [PATCH 14/22] target-i386: introduce apic-id property

2013-04-05 Thread Igor Mammedov
... and use it from board level to set APIC ID for CPUs it creates. Signed-off-by: Igor Mammedov --- Note: * pc_new_cpu() function will be reused later in CPU hot-plug hook. v2: * use generic cpu_exists() instead of custom one * make apic-id dynamic property, so it won't be possible to use