]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Escape commas for qemuBuildDomainLoaderCommandLine
authorSukrit Bhatnagar <skrtbhtngr@gmail.com>
Mon, 16 Apr 2018 22:56:26 +0000 (04:26 +0530)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 17 Apr 2018 17:26:56 +0000 (13:26 -0400)
commit5ecccf9d277c2c13e53efd5aed3ff2dfd585a376
tree01fc93bc2e0a2fa0515ab3ea1a55da29ed856d94
parent785f9340f64c78a97518992c58df2576aeff2f5d
qemu: Escape commas for qemuBuildDomainLoaderCommandLine

Add comma escaping for loader->path and loader->nvram.

Signed-off-by: Sukrit Bhatnagar <skrtbhtngr@gmail.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c