[libvirt] [PATCH] systemd: Escape machine name for machined

2015-11-26 Thread Martin Kletzander
According to the documentation, CreateMachine accepts only 7bit ASCII characters in the machinename parameter, so let's make sure we can start machines with unicode names with systemd. We already have a function for that, we just forgot to use it. Resolves:

Re: [libvirt] [PATCH] systemd: Escape machine name for machined

2015-11-26 Thread Michal Privoznik
On 26.11.2015 14:24, Martin Kletzander wrote: > According to the documentation, CreateMachine accepts only 7bit ASCII > characters in the machinename parameter, so let's make sure we can start > machines with unicode names with systemd. We already have a function > for that, we just forgot to use