From eaf3f0974ba48e3ebf76b331101ad333957432af Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Tue, 6 Mar 2012 15:11:30 -0300 Subject: add "tsc-deadline" flag name to feature_ecx table Signed-off-by: Eduardo Habkost Signed-off-by: Anthony Liguori --- target-i386/cpuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-i386/cpuid.c b/target-i386/cpuid.c index c2edb646fe..465ea15f45 100644 --- a/target-i386/cpuid.c +++ b/target-i386/cpuid.c @@ -50,7 +50,7 @@ static const char *ext_feature_name[] = { "fma", "cx16", "xtpr", "pdcm", NULL, NULL, "dca", "sse4.1|sse4_1", "sse4.2|sse4_2", "x2apic", "movbe", "popcnt", - NULL, "aes", "xsave", "osxsave", + "tsc-deadline", "aes", "xsave", "osxsave", "avx", NULL, NULL, "hypervisor", }; static const char *ext2_feature_name[] = { -- cgit v1.2.1