x86 CPUID extended family/model (Andre Przywara).
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 10 Nov 2008 01:05:01 +0000 (01:05 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 10 Nov 2008 01:05:01 +0000 (01:05 +0000)
commit59795a1f92ed81b63612edd41323792e81d2af7a
treeff0cb42bd9bcd8508b4c1f39d626220602719b75
parent2576d836af8386199873b774ee5dfdf03015a6b0
x86 CPUID extended family/model (Andre Przywara).

x86 CPUs feature extended family/model bits in CPUID leaf
0000_0001|EAX. Refer to page 10 in:
http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/25481.pdf

Those bits are necessary to model newer AMD CPUs:
-cpu qemu64,family=15,model=65,stepping=3 or
-cpu qemu64,family=16,model=4,stepping=2

Signed-off-by: Andre Przywara <andre.przywara@amd.com>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5664 c046a42c-6fe2-441c-8c8c-71466251a162
target-i386/helper.c