qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] n270 SSSE3 flag problem
@ 2008-10-27 18:58 Blue Swirl
  2008-10-27 19:10 ` Laurent Desnogues
  2008-10-27 19:30 ` [Qemu-devel] " andrzej zaborowski
  0 siblings, 2 replies; 3+ messages in thread
From: Blue Swirl @ 2008-10-27 18:58 UTC (permalink / raw)
  To: andrzej zaborowski, qemu-devel@nongnu.org

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 */

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-27 19:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 18:58 [Qemu-devel] n270 SSSE3 flag problem Blue Swirl
2008-10-27 19:10 ` Laurent Desnogues
2008-10-27 19:30 ` [Qemu-devel] " andrzej zaborowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).