]> git.proxmox.com Git - qemu.git/commit
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)
commitf1e00a9cf326acc1f2386a72525af8859852e1df
treed902c06bc0ac8eaf87f53729a59a4fb7478db439
parentba0e276db4b51bd2255a5d5ff8902c70d32ade40
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