From patchwork Mon Nov 26 15:41:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1.3] target-i386: restore 'cvt16' CPUID feature From: Igor Mammedov X-Patchwork-Id: 201711 Message-Id: <1353944478-27120-1-git-send-email-imammedo@redhat.com> To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, ehabkost@redhat.com, Don@CloudSwitch.com, afaerber@suse.de Date: Mon, 26 Nov 2012 16:41:18 +0100 commit c8acc380: target-i386/cpu: Name new CPUID bits by mistake removed CPUID feature while adding new features, restore it. Signed-off-by: Igor Mammedov CC: Eduardo Habkost --- target-i386/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index a67958e..562d1d8 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -89,7 +89,7 @@ static const char *ext3_feature_name[] = { "cr8legacy" /* AMD AltMovCr8 */, "abm", "sse4a", "misalignsse", "3dnowprefetch", "osvw", "ibs", "xop", "skinit", "wdt", NULL, "lwp", - "fma4", "tce", NULL, "nodeid_msr", + "fma4", "tce", "cvt16", "nodeid_msr", NULL, "tbm", "topoext", "perfctr_core", "perfctr_nb", NULL, NULL, NULL, NULL, NULL, NULL, NULL,