mirror_qemu/target-i386
pbrook 558fa8361b 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
2008-09-29 13:55:36 +00:00
..
TODO SVM rework 2008-05-28 16:16:54 +00:00
cpu.h My core2duo patch introduced a vague statement of "missing features" in 2008-09-29 13:55:36 +00:00
exec.h Fix some warnings that would be generated by gcc -Wredundant-decls 2008-08-30 09:51:20 +00:00
helper.c My core2duo patch introduced a vague statement of "missing features" in 2008-09-29 13:55:36 +00:00
helper.h SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf). 2008-09-25 18:16:18 +00:00
helper_template.h transformed TN into temporaries - add local temporaries usage when needed - optimized fcmovX 2008-05-25 17:26:41 +00:00
machine.c Revert r5274 which breaks savevm/loadvm 2008-09-25 20:24:19 +00:00
op_helper.c My core2duo patch introduced a vague statement of "missing features" in 2008-09-29 13:55:36 +00:00
ops_sse.h Implement x86 SSSE3 instructions. 2008-09-25 18:01:46 +00:00
ops_sse_header.h Implement x86 SSSE3 instructions. 2008-09-25 18:01:46 +00:00
svm.h reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworked cr8 handling - added CPUState.hflags2 2008-06-04 17:02:19 +00:00
translate.c SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf). 2008-09-25 18:16:18 +00:00