qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qemu kvm: Recognize PCID feature


From: Jan Kiszka
Subject: Re: [Qemu-devel] [PATCH] qemu kvm: Recognize PCID feature
Date: Wed, 18 Jul 2012 11:29:36 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

On 2012-07-18 10:44, Mao, Junjie wrote:
> Hi, Avi
> 
> Any comments on this patch? :)

Always include qemu-devel when your are changing QEMU, qemu-kvm is just
staging for the latter. This patch can actually go into upstream
directly, maybe even via qemu-trivial as it just makes that flag selectable.

Jan

> 
>> -----Original Message-----
>> From: address@hidden [mailto:address@hidden On
>> Behalf Of Mao, Junjie
>> Sent: Friday, July 13, 2012 12:58 PM
>> To: 'address@hidden'
>> Subject: [PATCH] qemu kvm: Recognize PCID feature
>>
>> This patch makes Qemu recognize the PCID feature specified from
>> configuration or command line options.
>>
>> Signed-off-by: Junjie Mao <address@hidden>
>> ---
>>  target-i386/cpu.c |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 5521709..efc6ece
>> 100644
>> --- a/target-i386/cpu.c
>> +++ b/target-i386/cpu.c
>> @@ -50,7 +50,7 @@ static const char *ext_feature_name[] = {
>>      "ds_cpl", "vmx", "smx", "est",
>>      "tm2", "ssse3", "cid", NULL,
>>      "fma", "cx16", "xtpr", "pdcm",
>> -    NULL, NULL, "dca", "sse4.1|sse4_1",
>> +    NULL, "pcid", "dca", "sse4.1|sse4_1",
>>      "sse4.2|sse4_2", "x2apic", "movbe", "popcnt",
>>      "tsc-deadline", "aes", "xsave", "osxsave",
>>      "avx", NULL, NULL, "hypervisor",
>> --
>> 1.7.1
>> --
>> To unsubscribe from this list: send the line "unsubscribe kvm" in the body 
>> of a
>> message to address@hidden More majordomo info at
>> http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to address@hidden
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
Siemens AG, Corporate Technology, CT RTC ITP SDP-DE
Corporate Competence Center Embedded Linux




reply via email to

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