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

2013-01-04 Thread Eduardo Habkost
On Fri, Jan 04, 2013 at 09:46:30PM +0100, Igor Mammedov wrote: > On Fri, 4 Jan 2013 18:02:33 -0200 > Eduardo Habkost wrote: > > > On Fri, Jan 04, 2013 at 08:37:24PM +0100, Igor Mammedov wrote: > > > Make for() cycle reusable for the next patch > > > > > > Signed-off-by: Igor Mammedov > > > ---

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

2013-01-04 Thread Eduardo Habkost
On Fri, Jan 04, 2013 at 08:37:24PM +0100, Igor Mammedov wrote: > Make for() cycle reusable for the next patch > > Signed-off-by: Igor Mammedov > --- > v3: > fix/swap vendor2 and vendor3 order > Spotted-By: Eduardo Habkost > v2: > place x86cpu_vendor_words2str() a bit earlier,

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

2013-01-04 Thread Igor Mammedov
On Fri, 4 Jan 2013 18:02:33 -0200 Eduardo Habkost wrote: > On Fri, Jan 04, 2013 at 08:37:24PM +0100, Igor Mammedov wrote: > > Make for() cycle reusable for the next patch > > > > Signed-off-by: Igor Mammedov > > --- > > v3: > > fix/swap vendor2 and vendor3 order > > Spotted-By: Ed

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

2013-01-04 Thread Igor Mammedov
Make for() cycle reusable for the next patch Signed-off-by: Igor Mammedov --- v3: fix/swap vendor2 and vendor3 order Spotted-By: Eduardo Habkost v2: place x86cpu_vendor_words2str() a bit earlier, before feature arrays to avoid compile error when vendor property is convert