On Tue, Nov 09, 2010 at 01:41:43PM -0500, John Morrissey wrote:
On Wed, Oct 20, 2010 at 10:34:00AM +0200, Daniel Veillard wrote:
> Looks just fine, applied and pushed !
Was just working on some changes for qemu; looking at this fresh made me
notice I'd overlooked the unnecessary quoting of the command line. AFAICT
the quoting isn't necessary.
john
diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c
index 9e6e162..85e5998 100644
--- a/src/qemu/qemu_conf.c
+++ b/src/qemu/qemu_conf.c
@@ -4224,7 +4224,7 @@ int qemudBuildCommandLine(virConnectPtr conn,
if (driver->setProcessName &&
(qemuCmdFlags & QEMUD_CMD_FLAG_NAME_PROCESS)) {
char *name;
- if (virAsprintf(&name, "%s,process=\"qemu:%s\"",
+ if (virAsprintf(&name, "%s,process=qemu:%s",
def->name, def->name) < 0)
goto no_memory;
ADD_ARG_LIT(name);
ACK
Daniel
--
|: Red Hat, Engineering, London -o-
http://people.redhat.com/berrange/ :|
|:
http://libvirt.org -o-
http://virt-manager.org -o-
http://deltacloud.org :|
|:
http://autobuild.org -o-
http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|