• J
    virsh: Create macro for common "live" option · 8e4108f0
    John Ferlan 提交于
    Rather than continually cut-n-paste the strings into each command,
    create a common macro to be used generically. The macro will take a
    single argument _helpstr which for many options in virsh-domain.c
    is simply "affect running domain". So, create a second macro within that
    file in order to define the more common use as a revector to the
    common macro with the common _helpstr.
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    8e4108f0
virsh-domain-monitor.c 66.9 KB