From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mao, Junjie" Subject: [PATCH] qemu kvm: Recognize PCID feature Date: Fri, 13 Jul 2012 04:57:54 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT To: "'kvm@vger.kernel.org'" Return-path: Received: from mga01.intel.com ([192.55.52.88]:62117 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751530Ab2GME55 convert rfc822-to-8bit (ORCPT ); Fri, 13 Jul 2012 00:57:57 -0400 Content-Language: en-US Sender: kvm-owner@vger.kernel.org List-ID: This patch makes Qemu recognize the PCID feature specified from configuration or command line options. Signed-off-by: Junjie Mao --- 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