Re: [Qemu-devel] [PATCH RFC 2/6] target-i386: add cpu-model property to x86_cpu

2012-04-18 Thread Igor Mammedov
On 04/18/2012 12:03 PM, Andreas Färber wrote: Am 17.04.2012 01:36, schrieb Igor Mammedov: From: Igor Mammedov Signed-off-by: Igor Mammedov --- cpu-defs.h |2 +- hw/pc.c | 10 -- target-i386/cpu.c| 33 + target-i386/

Re: [Qemu-devel] [PATCH RFC 2/6] target-i386: add cpu-model property to x86_cpu

2012-04-18 Thread Andreas Färber
Am 17.04.2012 01:36, schrieb Igor Mammedov: > From: Igor Mammedov > > Signed-off-by: Igor Mammedov > --- > cpu-defs.h |2 +- > hw/pc.c | 10 -- > target-i386/cpu.c| 33 + > target-i386/helper.c | 12 > 4 f

[Qemu-devel] [PATCH RFC 2/6] target-i386: add cpu-model property to x86_cpu

2012-04-16 Thread Igor Mammedov
From: Igor Mammedov Signed-off-by: Igor Mammedov --- cpu-defs.h |2 +- hw/pc.c | 10 -- target-i386/cpu.c| 33 + target-i386/helper.c | 12 4 files changed, 42 insertions(+), 15 deletions(-) diff --git a/