From: Tao Xu <tao3.xu@intel.com>
To: Xiaoyao Li <xiaoyao.li@intel.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [PATCH RESEND 4/4] target/i386: Add notes for versioned CPU models
Date: Mon, 9 Dec 2019 10:47:51 +0800 [thread overview]
Message-ID: <4b703ba2-b395-9c7c-bb19-87590dd0716c@intel.com> (raw)
In-Reply-To: <689d3cc9-5325-1664-76fa-6f2a2b2b4c04@intel.com>
On 12/5/2019 4:44 PM, Xiaoyao Li wrote:
> On 12/2/2019 2:32 PM, Tao Xu wrote:
>> Add which features are added or removed in this version. Remove the
>> changed model-id in versioned CPU models.
>>
>> Signed-off-by: Tao Xu <tao3.xu@intel.com>
>> ---
>> target/i386/cpu.c | 50 +++++++++++++++++++++++------------------------
>> 1 file changed, 25 insertions(+), 25 deletions(-)
>>
>> diff --git a/target/i386/cpu.c b/target/i386/cpu.c
>> index 7b3bd6d4db..c82fbfd02e 100644
>> --- a/target/i386/cpu.c
>> +++ b/target/i386/cpu.c
>
> [...]
>
>> @@ -3141,6 +3133,7 @@ static X86CPUDefinition builtin_x86_defs[] = {
>> .versions = (X86CPUVersionDefinition[]) {
>> { .version = 1 },
>> { .version = 2,
>> + .note = "ARCH_CAPABILITIES",
>
> Here ARCH_CAPABILITIES doesn't tell what bits in
> MSR_IA32_ARCH_CAPABILITIES this version has, which makes it meaningless.
>
> Maybe
> .note = "ARCH_CAPABLITIES(rdctl-no, ibrs-all, skip-l1dfl-vmentry, mds-no)",
>
> is better?
>
But it is too long for -cpu help, break the info into 2 lines.
next prev parent reply other threads:[~2019-12-09 2:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-02 6:32 [PATCH RESEND 0/4] Add extra information to versioned CPU models Tao Xu
2019-12-02 6:32 ` [PATCH RESEND 1/4] target/i386: Add Denverton-v2 (no MPX) CPU model Tao Xu
2019-12-02 6:32 ` [PATCH RESEND 2/4] target/i386: Remove monitor from some CPU models Tao Xu
2019-12-02 6:32 ` [PATCH RESEND 3/4] target/i386: Add new property note to versioned " Tao Xu
2019-12-02 6:32 ` [PATCH RESEND 4/4] target/i386: Add notes for " Tao Xu
2019-12-05 8:44 ` Xiaoyao Li
2019-12-09 2:47 ` Tao Xu [this message]
2019-12-05 8:55 ` [PATCH RESEND 0/4] Add extra information to " Xiaoyao Li
2019-12-09 2:43 ` Tao Xu
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=4b703ba2-b395-9c7c-bb19-87590dd0716c@intel.com \
--to=tao3.xu@intel.com \
--cc=qemu-devel@nongnu.org \
--cc=xiaoyao.li@intel.com \
/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).