Re: [libvirt] [PATCH v5 0/2] Avoid slash characteres for 'domrename' command.

2018-05-03 Thread Julio Faracco
Done, John! -- Julio Cesar Faracco 2018-05-03 12:27 GMT-03:00 John Ferlan : > > > On 05/01/2018 11:56 AM, Julio Faracco wrote: >> The commits enhace the 'domrename' command of QEMU and Test drivers to >> avoid slashes chars inside the new domain name. >> >> Julio Faracco (2):

Re: [libvirt] [PATCH v5 0/2] Avoid slash characteres for 'domrename' command.

2018-05-03 Thread John Ferlan
On 05/01/2018 11:56 AM, Julio Faracco wrote: > The commits enhace the 'domrename' command of QEMU and Test drivers to > avoid slashes chars inside the new domain name. > > Julio Faracco (2): > qemu: avoid slash characters to the new domain name. > test: avoid slash characters to the new

Re: [libvirt] [PATCH v5 0/2] Avoid slash characteres for 'domrename' command.

2018-05-02 Thread Julio Faracco
Thanks, John! -- Julio Cesar Faracco 2018-05-01 19:56 GMT-03:00 John Ferlan : > > > On 05/01/2018 11:56 AM, Julio Faracco wrote: >> The commits enhace the 'domrename' command of QEMU and Test drivers to >> avoid slashes chars inside the new domain name. >> >> Julio Faracco

Re: [libvirt] [PATCH v5 0/2] Avoid slash characteres for 'domrename' command.

2018-05-01 Thread John Ferlan
On 05/01/2018 11:56 AM, Julio Faracco wrote: > The commits enhace the 'domrename' command of QEMU and Test drivers to > avoid slashes chars inside the new domain name. > > Julio Faracco (2): > qemu: avoid slash characters to the new domain name. > test: avoid slash characters to the new

[libvirt] [PATCH v5 0/2] Avoid slash characteres for 'domrename' command.

2018-05-01 Thread Julio Faracco
The commits enhace the 'domrename' command of QEMU and Test drivers to avoid slashes chars inside the new domain name. Julio Faracco (2): qemu: avoid slash characters to the new domain name. test: avoid slash characters to the new domain name. src/qemu/qemu_driver.c | 6 ++