]> git.proxmox.com Git - qemu.git/commit
remove CPUID host hacks
authorAndre Przywara <andre.przywara@amd.com>
Wed, 24 Jun 2009 22:08:03 +0000 (00:08 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jun 2009 18:52:11 +0000 (13:52 -0500)
commit671e4676076fb62860986decd44440d97bcc872d
treeae54197434549bb3f634e187ce83ba59bfb70a9d
parent6c1f42fe83bf9bc14a7a6cc5afd8dad83ee25c74
remove CPUID host hacks

KVM provides an in-kernel feature to disable CPUID bits that are not
present in the current host. So there is no need here to duplicate this
work. Additionally allows 3DNow! on capable processors, since the
restriction seems to apply to QEMU/TCG only.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/helper.c