target-i386: Remove AMD feature flag aliases from CPU model table
commit726a8ff68677d8d5fba17eb0ffb85076bfb598dc
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 10 Apr 2015 17:45:00 +0000 (10 14:45 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 27 Apr 2015 18:41:03 +0000 (27 15:41 -0300)
tree394e96ba9459ce770af3697ddf164aebed3d32f8
parent01431f3ce0f31e123172cc99c12c98c0ddbe9917
target-i386: Remove AMD feature flag aliases from CPU model table

When CPU vendor is AMD, the AMD feature alias bits on
CPUID[0x80000001].EDX are already automatically copied from CPUID[1].EDX
on x86_cpu_realizefn(). When CPU vendor is Intel, those bits are
reserved and should be zero. On either case, those bits shouldn't be set
in the CPU model table.

Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c