| Submitter | Eduardo Habkost |
|---|---|
| Date | Feb. 27, 2012, 7:33 p.m. |
| Message ID | <1330371194-22315-2-git-send-email-ehabkost@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/143252/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/target-i386/cpuid.c b/target-i386/cpuid.c index c2edb64..465ea15 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[] = {
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> --- target-i386/cpuid.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)