From: Mao, Junjie Date: Fri, 20 Jul 2012 07:08:21 +0000 (+0000) Subject: Recognize PCID feature X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~3867^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=434acb817b8ae747f31e91ec152f9f47ac514433;p=sdk%2Femulator%2Fqemu.git Recognize PCID feature This patch makes Qemu recognize the PCID feature specified from configuration or command line options. Signed-off-by: Junjie Mao Signed-off-by: Stefan Hajnoczi --- diff --git a/target-i386/cpu.c b/target-i386/cpu.c index b3bcbac..6b9659f 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",