Re: [libvirt] [PATCH 2/2] qemu: fixing internationalization problem with sched kernel entry.

2017-06-15 Thread John Ferlan
On 06/14/2017 12:25 PM, Julio Faracco wrote: > In qemuGetSchedInfo(), libvirt is trying to parse some field of /proc/*/sched. > Some fields are floating point numbers and their separator is always a dot. > When you change the locale of the system, you can change the mantissa > separator (to a

[libvirt] [PATCH 2/2] qemu: fixing internationalization problem with sched kernel entry.

2017-06-14 Thread Julio Faracco
In qemuGetSchedInfo(), libvirt is trying to parse some field of /proc/*/sched. Some fields are floating point numbers and their separator is always a dot. When you change the locale of the system, you can change the mantissa separator (to a comma separator) of floating point numbers and it affects