Re: [Qemu-devel] [RFC 4/6] i386: kvm: use a #define for the set of alias feature bits

2012-09-05 Thread Igor Mammedov
On Fri, 17 Aug 2012 14:53:40 -0300 Eduardo Habkost ehabk...@redhat.com wrote: Instea of using a hardcoded hex constant, define CPUID_EXT2_AMD_ALIASES as the set of CPUID[8000_0001].EDX bits that on AMD are the same as the bits of CPUID[1].EDX. Signed-off-by: Eduardo Habkost

[Qemu-devel] [RFC 4/6] i386: kvm: use a #define for the set of alias feature bits

2012-08-17 Thread Eduardo Habkost
Instea of using a hardcoded hex constant, define CPUID_EXT2_AMD_ALIASES as the set of CPUID[8000_0001].EDX bits that on AMD are the same as the bits of CPUID[1].EDX. Signed-off-by: Eduardo Habkost ehabk...@redhat.com --- target-i386/cpu.h | 12 target-i386/kvm.c | 2 +- 2 files