target-i386: Update CPUID feature set for TCG
authorAndre Przywara <andre.przywara@amd.com>
Mon, 7 Dec 2009 11:05:38 +0000 (12:05 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 13 Dec 2009 19:48:20 +0000 (20:48 +0100)
commite6e0d3c09307faed2c1f824b59440c86b986ecf0
treed902c06bc0ac8eaf87f53729a59a4fb7478db439
parentcf1c8e8916d467cd2f1dd6a811c6e84894d13ca3
target-i386: Update CPUID feature set for TCG

The CPUID features QEMU presented to the guest were not up-to-date
with QEMU's emulated feature set.
Add the missing bits of recent (and not so recent) additions to
QEMU's emulation engine.
For stability reasons only the user mode usable bits are exposed for
now, features like Monitor or CR8LEG are left out.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/helper.c