qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: n270 SSSE3 flag problem


From: andrzej zaborowski
Subject: [Qemu-devel] Re: n270 SSSE3 flag problem
Date: Mon, 27 Oct 2008 20:30:32 +0100

2008/10/27 Blue Swirl <address@hidden>:
> Hi,
>
> Sparse detected a problem with n270 CPU definition, I think
>        .ext_features = CPUID_EXT_MONITOR |
>            CPUID_EXT_SSE3 /* PNI */, CPUID_EXT_SSSE3,
>            /* Missing: CPUID_EXT_DSCPL | CPUID_EXT_EST |
>             * CPUID_EXT_TM2 | CPUID_EXT_XTPR */
> should be:
>        .ext_features = CPUID_EXT_MONITOR |
>            CPUID_EXT_SSE3 /* PNI */ | CPUID_EXT_SSSE3,
>            /* Missing: CPUID_EXT_DSCPL | CPUID_EXT_EST |
>             * CPUID_EXT_TM2 | CPUID_EXT_XTPR */

Thanks, good catch!  I had only tested n270 in user mode, that's why
it didn't blow up.

Cheers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]