[Qemu-devel] [PATCH 0/5] i386: cpu: remove duplicate feature names

2012-09-06 Thread Eduardo Habkost
The problem: - Some features are report at the same time on both CPUID[1].EDX and CPUID[8000_0001].EDX on AMD CPUs (e.g. fpu, tsc, msr, pae, mmx). - "-cpu ,+feature" should enable the bit only on CPUID[1] if it's not an AMD CPU, but it should enable the bit on both CPUID[1] and CPUID[80

Re: [Qemu-devel] [PATCH 0/5] i386: cpu: remove duplicate feature names

2012-09-26 Thread Igor Mammedov
On Thu, 6 Sep 2012 17:05:34 -0300 Eduardo Habkost wrote: > The problem: > > - Some features are report at the same time on both CPUID[1].EDX and >CPUID[8000_0001].EDX on AMD CPUs (e.g. fpu, tsc, msr, pae, mmx). > - "-cpu ,+feature" should enable the bit only on CPUID[1] if >it's not a

Re: [Qemu-devel] [PATCH 0/5] i386: cpu: remove duplicate feature names

2012-09-30 Thread Blue Swirl
On Thu, Sep 6, 2012 at 8:05 PM, Eduardo Habkost wrote: > The problem: > > - Some features are report at the same time on both CPUID[1].EDX and >CPUID[8000_0001].EDX on AMD CPUs (e.g. fpu, tsc, msr, pae, mmx). > - "-cpu ,+feature" should enable the bit only on CPUID[1] if >it's not an AMD