]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/cpu.h
My core2duo patch introduced a vague statement of "missing features" in
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 29 Sep 2008 13:55:36 +0000 (13:55 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 29 Sep 2008 13:55:36 +0000 (13:55 +0000)
commit558fa8361bc3e35fce73448c0b45e9d85ab59130
tree1f8016969030e304d40d044b40a7e79fb44a1985
parente6a6d5abc680ab7872c0faeb91326654379c12cf
My core2duo patch introduced a vague statement of "missing features" in
the CPUID specification. This patch addresses this by specifying exactly
what is missing.
While going along the missing CPUID entries I also stumbled across
invalid and missing CPUID #defines while comparing them to the Intel
Documentation. This patch also addresses these. I found them too minor
to split them up in a separate patch.

Furthermore I looked through CPUID functions > 5 and realized that it
should be safe to bump the level to 10. I tried booting Linux with that
and it worked fine.

Signed-off-by: Alexander Graf <agraf@suse.de>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5350 c046a42c-6fe2-441c-8c8c-71466251a162
target-i386/cpu.h
target-i386/helper.c
target-i386/op_helper.c