Re: [Qemu-devel] [PATCH] linux-user: Use X86CPU property to retrieve CPUID family

2013-07-22 Thread Andreas Färber
Am 11.07.2013 07:35, schrieb Igor Mammedov: > On Wed, 10 Jul 2013 18:26:17 +0200 > Andreas Färber wrote: > >> Avoids duplicating the calculation. >> >> Signed-off-by: Andreas Färber >> --- >> Have this lying around for a while already, apparently not sent out yet. >> >> linux-user/cpu-uname.c

Re: [Qemu-devel] [PATCH] linux-user: Use X86CPU property to retrieve CPUID family

2013-07-10 Thread Igor Mammedov
On Wed, 10 Jul 2013 18:26:17 +0200 Andreas Färber wrote: > Avoids duplicating the calculation. > > Signed-off-by: Andreas Färber > --- > Have this lying around for a while already, apparently not sent out yet. > > linux-user/cpu-uname.c | 10 ++ > 1 file changed, 6 insertions(+), 4 d

[Qemu-devel] [PATCH] linux-user: Use X86CPU property to retrieve CPUID family

2013-07-10 Thread Andreas Färber
Avoids duplicating the calculation. Signed-off-by: Andreas Färber --- Have this lying around for a while already, apparently not sent out yet. linux-user/cpu-uname.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/linux-user/cpu-uname.c b/linux-user/cpu-uname.c i