Re: [libvirt] [PATCH 1/2] QEmu: support disk filenames with comma

2012-03-09 Thread Eric Blake
On 03/09/2012 12:13 PM, Crístian Viana wrote: > If there is a disk file with a comma in the name, QEmu expects a double > comma instead of a single one (e.g., the file "virtual,disk.img" needs > to be specified as "virtual,,disk.img" in QEmu's command line). This > patch fixes libvirt to work with

[libvirt] [PATCH 1/2] QEmu: support disk filenames with comma

2012-03-09 Thread Crístian Viana
If there is a disk file with a comma in the name, QEmu expects a double comma instead of a single one (e.g., the file "virtual,disk.img" needs to be specified as "virtual,,disk.img" in QEmu's command line). This patch fixes libvirt to work with that feature. Fix RHBZ #801036. diff --git a/src/qemu