Re: [Qemu-devel] [RFC 01/20] target-i386: return Error from cpu_x86_find_by_name()

2012-08-11 Thread Blue Swirl
On Fri, Aug 10, 2012 at 11:22 AM, Igor Mammedov imamm...@redhat.com wrote: it will allow to use property setters there later. Signed-off-by: Igor Mammedov imamm...@redhat.com --- target-i386/cpu.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git

[Qemu-devel] [RFC 01/20] target-i386: return Error from cpu_x86_find_by_name()

2012-08-10 Thread Igor Mammedov
it will allow to use property setters there later. Signed-off-by: Igor Mammedov imamm...@redhat.com --- target-i386/cpu.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 880cfea..ee25309 100644 ---