On 07/07/2010 04:33 PM, Chris Lalancette wrote:
There is one bug left that I have not yet been able to fix. Because
of the
complicated way that virsh parses command-line arguments, it is not possible
to pass through spaces and quotes when using the qemu-monitor-command.
Unfortunately, the qemu monitor commands (and in particular when using QMP)
depend heavily on quoting and spacing, so using virsh to send through
command-lines is difficult. I'll have to think about how to better resolve
this issue, but it should not hold up the rest of the series.
Would URI-style quoting (' ' -> %20) make sense here?