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

2013-01-07 Thread Eduardo Habkost
On Fri, Jan 04, 2013 at 11:49:00PM +0100, Igor Mammedov wrote: > Make for() cycle reusable for the next patch > > Signed-off-by: Igor Mammedov Reviewed-by: Eduardo Habkost > --- > v3: >-replace e[bcd]x arguments naming with vendor[123] >-fix/swap vendor2 and vendor3 order > S

[Qemu-devel] [PATCH 09/20 v4] 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: -replace e[bcd]x arguments naming with vendor[123] -fix/swap vendor2 and vendor3 order Spotted-By: Eduardo Habkost Tested vendor feature in TCG/KVM mode + custom value, works as expected v