qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] question regarding odd CPU feature assignement


From: Dan Kenigsberg
Subject: [Qemu-devel] question regarding odd CPU feature assignement
Date: Mon, 10 Sep 2007 08:42:22 +0300
User-agent: Mutt/1.5.14 (2007-02-12)

Line 132 of qemu/target-i386/helper2.c has

        /* currently not enabled for std i386 because not fully tested */
        env->cpuid_ext2_features = (env->cpuid_features & 0x0183F3FF);

Which smells like a typo: I see no reason to make cpuid_ext2_features a
masked version of cpuid_features.

Would someone care to elaborate?

Thanks,

    Dan.




reply via email to

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