]> 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:56:26 +0000 (20:56 +0100)
commit910628f39676ee65211727245809eec7ca4d75f5
tree695579d8ac3dfa720f19a89d30b07c56b779e059
parent251241dc90e66189dd78bdc68c34a2d6474b0230
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>
(cherry picked from commit f1e00a9cf326acc1f2386a72525af8859852e1df)
target-i386/helper.c