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

2012-12-20 Thread Eduardo Habkost
On Thu, Dec 20, 2012 at 01:16:13AM +0100, Igor Mammedov wrote: > Make for() cycle reusable for the next patch > > Signed-off-by: Igor Mammedov Reviewed-by: Eduardo Habkost > --- > target-i386/cpu.c | 21 ++--- > 1 file changed, 14 insertions(+), 7 deletions(-) > > diff --git

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

2012-12-19 Thread Igor Mammedov
Make for() cycle reusable for the next patch Signed-off-by: Igor Mammedov --- target-i386/cpu.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index a74d74b..06b991e 100644 --- a/target-i386/cpu.c +++ b/target-i386