[Qemu-devel] [PATCH 09/20] target-i386: add x86cpu_vendor_words2str()

2012-12-28 Thread Igor Mammedov
Make for() cycle reusable for the next patch Signed-off-by: Igor Mammedov Reviewed-by: Eduardo Habkost --- target-i386/cpu.c | 21 ++--- 1 files changed, 14 insertions(+), 7 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index d93bf5a..935bc42 100644 --- a/ta

Re: [Qemu-devel] [PATCH 09/20] target-i386: add x86cpu_vendor_words2str()

2012-12-27 Thread Eduardo Habkost
On Thu, Dec 27, 2012 at 03:59:25PM +0100, Igor Mammedov wrote: > Make for() cycle reusable for the next patch > > Signed-off-by: Igor Mammedov > Reviewed-by: Eduardo Habkost To confirm that this specific submission looks OK to me: Reviewed-by: Eduardo Habkost > --- > target-i386/cpu.c | 2

[Qemu-devel] [PATCH 09/20] target-i386: add x86cpu_vendor_words2str()

2012-12-27 Thread Igor Mammedov
Make for() cycle reusable for the next patch Signed-off-by: Igor Mammedov Reviewed-by: Eduardo Habkost --- target-i386/cpu.c | 21 ++--- 1 files changed, 14 insertions(+), 7 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index d93bf5a..935bc42 100644 --- a/ta