• E
    virsh: concatenate qemu-monitor-command arguments · 531c8581
    Eric Blake 提交于
    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.
    531c8581
virsh.c 428.1 KB