Re: [libvirt] [PATCH 4/4] qemu: Escape commas for qemuBuildGrapicsSPICECommandLine

2018-06-20 Thread Anya Harter
On 06/19/2018 10:46 AM, Cole Robinson wrote: > On 06/19/2018 09:47 AM, Cole Robinson wrote: >> On 06/18/2018 07:52 PM, John Ferlan wrote: >>> >>> >>> On 06/18/2018 01:57 PM, Anya Harter wrote: Add comma escaping for cfg->spiceTLSx509certdir and graphics->data.spice.rendernode.

Re: [libvirt] [PATCH 4/4] qemu: Escape commas for qemuBuildGrapicsSPICECommandLine

2018-06-19 Thread Cole Robinson
On 06/19/2018 09:47 AM, Cole Robinson wrote: > On 06/18/2018 07:52 PM, John Ferlan wrote: >> >> >> On 06/18/2018 01:57 PM, Anya Harter wrote: >>> Add comma escaping for cfg->spiceTLSx509certdir and >>> graphics->data.spice.rendernode. >>> >>> Signed-off-by: Anya Harter >>> --- >>>

Re: [libvirt] [PATCH 4/4] qemu: Escape commas for qemuBuildGrapicsSPICECommandLine

2018-06-19 Thread Cole Robinson
On 06/18/2018 07:52 PM, John Ferlan wrote: > > > On 06/18/2018 01:57 PM, Anya Harter wrote: >> Add comma escaping for cfg->spiceTLSx509certdir and >> graphics->data.spice.rendernode. >> >> Signed-off-by: Anya Harter >> --- >> src/qemu/qemu_command.c | 11 --- >>

Re: [libvirt] [PATCH 4/4] qemu: Escape commas for qemuBuildGrapicsSPICECommandLine

2018-06-18 Thread John Ferlan
On 06/18/2018 01:57 PM, Anya Harter wrote: > Add comma escaping for cfg->spiceTLSx509certdir and > graphics->data.spice.rendernode. > > Signed-off-by: Anya Harter > --- > src/qemu/qemu_command.c | 11 --- > tests/qemuxml2argvdata/name-escape.args | 5 +++-- >

[libvirt] [PATCH 4/4] qemu: Escape commas for qemuBuildGrapicsSPICECommandLine

2018-06-18 Thread Anya Harter
Add comma escaping for cfg->spiceTLSx509certdir and graphics->data.spice.rendernode. Signed-off-by: Anya Harter --- src/qemu/qemu_command.c | 11 --- tests/qemuxml2argvdata/name-escape.args | 5 +++-- tests/qemuxml2argvdata/name-escape.xml | 1 +