qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] target-i386: clear bsp bit when designating bsp


From: Paolo Bonzini
Subject: Re: [Qemu-devel] target-i386: clear bsp bit when designating bsp
Date: Tue, 07 Apr 2015 15:29:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 07/04/2015 15:24, Andreas Färber wrote:
>> >     /* We hard-wire the BSP to the first CPU. */
>> >     if (s->cpu_index == 0) {
>> >         apic_designate_bsp(cpu->apic_state);
>> >     }
> I know, that's what this patch is changing, and I am saying that by the
> same logic the CPU has no business fiddling with the APIC's apicbase
> field when the APIC's reset is touching that very same field.

That's exactly what a real CPU does on power up or #RESET, though.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]