Re: [Qemu-devel] [PATCH v4 26/33] target-i386: Renove underscores from feature names

2014-08-14 Thread Eduardo Habkost
On Thu, Aug 14, 2014 at 09:31:46PM +0200, Michael S. Tsirkin wrote: > s/Renove/Remove/ ? > > not that it matters ... Thanks. I will fix it in the next version. -- Eduardo

[Qemu-devel] [PATCH v4 26/33] target-i386: Renove underscores from feature names

2014-08-14 Thread Eduardo Habkost
The underscores will be translated by x86_cpu_parse_featurestr(). Signed-off-by: Eduardo Habkost --- target-i386/cpu.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index c093168..b005b0d 100644 --- a/target-

Re: [Qemu-devel] [PATCH v4 26/33] target-i386: Renove underscores from feature names

2014-08-14 Thread Michael S. Tsirkin
s/Renove/Remove/ ? not that it matters ... On Thu, Aug 14, 2014 at 04:25:55PM -0300, Eduardo Habkost wrote: > The underscores will be translated by x86_cpu_parse_featurestr(). > > Signed-off-by: Eduardo Habkost > --- > target-i386/cpu.c | 25 - > 1 file changed, 12 inse