Re: [Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-07-11 Thread liu ping fan
On Mon, Jul 9, 2012 at 8:57 PM, Andreas Färber afaer...@suse.de wrote: Am 09.07.2012 12:59, schrieb igor: On 06/20/2012 03:35 PM, Andreas Färber wrote: Am 20.06.2012 14:59, schrieb Igor Mammedov: It's not correct to make CPU runnable (i.e. calling x86_cpu_realize()) when not all properties

Re: [Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-07-11 Thread liu ping fan
On Tue, Jul 10, 2012 at 9:35 PM, Igor Mammedov imamm...@redhat.com wrote: On 07/09/2012 02:57 PM, Andreas Färber wrote: Am 09.07.2012 12:59, schrieb igor: On 06/20/2012 03:35 PM, Andreas Färber wrote: Am 20.06.2012 14:59, schrieb Igor Mammedov: It's not correct to make CPU runnable (i.e.

Re: [Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-07-11 Thread Igor Mammedov
On 07/11/2012 09:35 AM, liu ping fan wrote: On Tue, Jul 10, 2012 at 9:35 PM, Igor Mammedov imamm...@redhat.com wrote: On 07/09/2012 02:57 PM, Andreas Färber wrote: Am 09.07.2012 12:59, schrieb igor: On 06/20/2012 03:35 PM, Andreas Färber wrote: Am 20.06.2012 14:59, schrieb Igor Mammedov:

Re: [Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-07-11 Thread liu ping fan
On Wed, Jul 11, 2012 at 8:27 PM, Igor Mammedov imamm...@redhat.com wrote: On 07/11/2012 09:35 AM, liu ping fan wrote: On Tue, Jul 10, 2012 at 9:35 PM, Igor Mammedov imamm...@redhat.com wrote: On 07/09/2012 02:57 PM, Andreas Färber wrote: Am 09.07.2012 12:59, schrieb igor: On 06/20/2012

Re: [Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-07-10 Thread Igor Mammedov
On 07/09/2012 02:57 PM, Andreas Färber wrote: Am 09.07.2012 12:59, schrieb igor: On 06/20/2012 03:35 PM, Andreas Färber wrote: Am 20.06.2012 14:59, schrieb Igor Mammedov: It's not correct to make CPU runnable (i.e. calling x86_cpu_realize()) when not all properties are set (APIC in this

Re: [Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-07-09 Thread igor
On 06/20/2012 03:35 PM, Andreas Färber wrote: Am 20.06.2012 14:59, schrieb Igor Mammedov: It's not correct to make CPU runnable (i.e. calling x86_cpu_realize()) when not all properties are set (APIC in this case). Fix it by calling x86_cpu_realize() at board level after APIC is initialized,

Re: [Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-07-09 Thread Andreas Färber
Am 09.07.2012 12:59, schrieb igor: On 06/20/2012 03:35 PM, Andreas Färber wrote: Am 20.06.2012 14:59, schrieb Igor Mammedov: It's not correct to make CPU runnable (i.e. calling x86_cpu_realize()) when not all properties are set (APIC in this case). Fix it by calling x86_cpu_realize() at

Re: [Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-06-21 Thread Igor Mammedov
On 06/20/2012 03:35 PM, Andreas Färber wrote: Am 20.06.2012 14:59, schrieb Igor Mammedov: It's not correct to make CPU runnable (i.e. calling x86_cpu_realize()) when not all properties are set (APIC in this case). Fix it by calling x86_cpu_realize() at board level after APIC is initialized,

Re: [Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-06-21 Thread Andreas Färber
Am 21.06.2012 11:43, schrieb Igor Mammedov: On 06/20/2012 03:35 PM, Andreas Färber wrote: Am 20.06.2012 14:59, schrieb Igor Mammedov: It's not correct to make CPU runnable (i.e. calling x86_cpu_realize()) when not all properties are set (APIC in this case). Fix it by calling

Re: [Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-06-21 Thread Igor Mammedov
On 06/21/2012 12:14 PM, Andreas Färber wrote: Am 21.06.2012 11:43, schrieb Igor Mammedov: On 06/20/2012 03:35 PM, Andreas Färber wrote: Am 20.06.2012 14:59, schrieb Igor Mammedov: It's not correct to make CPU runnable (i.e. calling x86_cpu_realize()) when not all properties are set (APIC in

[Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-06-20 Thread Igor Mammedov
It's not correct to make CPU runnable (i.e. calling x86_cpu_realize()) when not all properties are set (APIC in this case). Fix it by calling x86_cpu_realize() at board level after APIC is initialized, right before cpu_reset(). Signed-off-by: Igor Mammedov imamm...@redhat.com --- hw/pc.c

Re: [Qemu-devel] [PATCH 3/5] target-i386: call x86_cpu_realize() after APIC is initialized.

2012-06-20 Thread Andreas Färber
Am 20.06.2012 14:59, schrieb Igor Mammedov: It's not correct to make CPU runnable (i.e. calling x86_cpu_realize()) when not all properties are set (APIC in this case). Fix it by calling x86_cpu_realize() at board level after APIC is initialized, right before cpu_reset(). Signed-off-by: