]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: concatenate qemu-monitor-command arguments
authorEric Blake <eblake@redhat.com>
Fri, 5 Aug 2011 23:48:13 +0000 (17:48 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 17 Aug 2011 13:45:32 +0000 (07:45 -0600)
commit531c8581318c1e49a606e141c0d465e8368c06e2
treed01bf169590512c6505f6a40038c537e22d12ba7
parent2ce90ea296eec5a16148fc8c7e2054ded60e1d32
virsh: concatenate qemu-monitor-command arguments

Call me lazy, but:

virsh qemu-monitor-command dom --hmp info status

is nicer than:

virsh qemu-monitor-command dom --hmp 'info status'

* tools/virsh.c (cmdQemuMonitorCommand): Allow multiple arguments,
for convenience.
tools/virsh.c
tools/virsh.pod