Re: [Qemu-devel] [PATCH] target-i386: Do not allow to set apic-id one CPU is realized

2013-04-26 Thread Igor Mammedov
On Fri, 26 Apr 2013 19:39:01 +0200 Andreas Färber wrote: > Am 26.04.2013 19:29, schrieb Igor Mammedov: > > Signed-off-by: Igor Mammedov > > --- > > target-i386/cpu.c | 6 ++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/target-i386/cpu.c b/target-i386/cpu.c > > index f1cecc0..31

Re: [Qemu-devel] [PATCH] target-i386: Do not allow to set apic-id one CPU is realized

2013-04-26 Thread Eduardo Habkost
On Fri, Apr 26, 2013 at 07:29:56PM +0200, Igor Mammedov wrote: > Signed-off-by: Igor Mammedov I believe you meant "once CPU is realized" on subject line? Except for that: Reviewed-by: Eduardo Habkost > --- > target-i386/cpu.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/ta

Re: [Qemu-devel] [PATCH] target-i386: Do not allow to set apic-id one CPU is realized

2013-04-26 Thread Andreas Färber
Am 26.04.2013 19:29, schrieb Igor Mammedov: > Signed-off-by: Igor Mammedov > --- > target-i386/cpu.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/target-i386/cpu.c b/target-i386/cpu.c > index f1cecc0..3152ad5 100644 > --- a/target-i386/cpu.c > +++ b/target-i386/cpu.c > @@ -1289

[Qemu-devel] [PATCH] target-i386: Do not allow to set apic-id one CPU is realized

2013-04-26 Thread Igor Mammedov
Signed-off-by: Igor Mammedov --- target-i386/cpu.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index f1cecc0..3152ad5 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -1289,6 +1289,12 @@ static void x86_cpuid_set_apic_id(Object *obj, Vi