• P
    My core2duo patch introduced a vague statement of "missing features" in · 558fa836
    pbrook 提交于
    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: NAlexander Graf <agraf@suse.de>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5350 c046a42c-6fe2-441c-8c8c-71466251a162
    558fa836
cpu.h 22.6 KB