]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
x86/cpuid: Enable all features of real CPU
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 13 Mar 2010 15:43:15 +0000 (16:43 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 13 Mar 2010 15:50:54 +0000 (16:50 +0100)
commit8560efed6a72a816c0115f41ddb9d79f7ce63f28
treee7cbb1c0385e768ccba40c9d54290f89de373dd1
parent58012d66dc7323f48e9bad3be6d65a50ed3d76bc
x86/cpuid: Enable all features of real CPU

Enable all features of real CPU, unsupported features will be
trimmed depending on TCG or KVM capabilities.

Move the list of unsupported TCG features near the TCG capabilities
masks.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/cpuid.c