Pavel Hrdina
|
824272cb28
|
qemu: properly escape socket path for graphics
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1352529
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
|
2017-02-24 12:58:51 +01:00 |
|
Cole Robinson
|
e3a6859019
|
qemu: command: Use -name guest= if available
-name guest= is the explicit parameter for passing a VM name. Using
it is required to allow a VM with an '=' in the name
https://bugzilla.redhat.com/show_bug.cgi?id=1276485
|
2016-05-16 10:30:38 -04:00 |
|
Cole Robinson
|
077ba95677
|
qemu: command: escape commas in VNC socket path
This path can be dependent on the VM libdir, which contains its name
|
2016-05-16 10:30:38 -04:00 |
|
Cole Robinson
|
0f377eb1b0
|
qemu: command: escape commas in VM name
This isn't sufficient on its own, since the VM name is used for things
like monitor paths, which we don't escape yet
|
2016-05-16 10:30:38 -04:00 |
|