
17 Aug
2011
17 Aug
'11
7:48 a.m.
On 08/15/2011 07:33 PM, Eric Blake wrote:
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.
Looks like a nice backward-compatible extension to me. ACK.