From: Igor Mammedov <imammedo@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: aliguori@us.ibm.com, ehabkost@redhat.com, gleb@redhat.com,
jan.kiszka@siemens.com, mtosatti@redhat.com,
qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com,
blauwirbel@gmail.com, avi@redhat.com, pbonzini@redhat.com,
afaerber@suse.de
Subject: Re: [Qemu-devel] [PATCH v2] MP initialization protocol differs between cpu families, and for P6 and onward models it is up to CPU to decide if it will be BSP using this protocol, so try to model this. However there is no point in implementing MP init
Date: Fri, 13 Jul 2012 09:33:58 +0200 [thread overview]
Message-ID: <4FFFCF66.3060205@redhat.com> (raw)
In-Reply-To: <CAFEAcA95Z_LdjEjzdmFO_dTyNAkhd3sQy1ySnCFw0spyedwe_g@mail.gmail.com>
On 07/12/2012 03:39 PM, Peter Maydell wrote:
> On 12 July 2012 14:22, Igor Mammedov <imammedo@redhat.com> wrote:
>> This patch:
>> - moves decision to designate BSP from board into cpu, making cpu
>> self-sufficient in this regard. Later it will allow to cleanup hw/pc.c
>> and remove cpu_reset and wrappers from there.
>> - stores flag that CPU is BSP in IA32_APIC_BASE to model behavior
>> described in Inted SDM vol 3a part 1 chapter 8.4.1
>> - uses MSR_IA32_APICBASE_BSP flag in apic_base for checking if cpu is BSP
>>
>> patch is based on Jan Kiszka's proposal:
>> http://thread.gmane.org/gmane.comp.emulators.qemu/100806
>
> This patch has a summary (subject) line that is way too long:
> it should be short enough to fit reasonably on one line.
>
>> v2:
>> - fix build for i386-linux-user
>> spotted-by: Peter Maydell <peter.maydell@linaro.org>
>> v3:
>> - style change requested by Andreas Färber <afaerber@suse.de>
>>
>> v4:
>> - reuse cpu_is_bsp() rather than open code check if apicbase has BSP bit set
>> requested by Gleb Natapov <gleb@redhat.com>
>> - hijacked Andreas' patch [1] to use X86CPU instead of CPUX86State in
>> cpu_is_bsp()
>>
>> 1) http://lists.gnu.org/archive/html/qemu-devel/2012-05/msg03185.html
>
> It's usual to put between-patchver changes below the '---' line.
>
Thanks!
I'll fix it in next respin.
> -- PMM
>
--
-----
Igor
prev parent reply other threads:[~2012-07-13 7:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-12 13:39 [Qemu-devel] [PATCH v2] MP initialization protocol differs between cpu families, and for P6 and onward models it is up to CPU to decide if it will be BSP using this protocol, so try to model this. However there is no point in implementing MP init Peter Maydell
2012-07-13 7:33 ` Igor Mammedov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FFFCF66.3060205@redhat.com \
--to=imammedo@redhat.com \
--cc=afaerber@suse.de \
--cc=aliguori@us.ibm.com \
--cc=avi@redhat.com \
--cc=blauwirbel@gmail.com \
--cc=ehabkost@redhat.com \
--cc=gleb@redhat.com \
--cc=jan.kiszka@siemens.com \
--cc=mdroth@linux.vnet.ibm.com \
--cc=mtosatti@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).