• T
    vcpupin: add the new option to "virsh vcpupin" command · 9a3404ed
    Taku Izumi 提交于
    This patch adds the new option (--live, --config and --current) to
    "virsh vcpupin" command. The behavior of above aption is the same as
    that of "virsh setmem", "virsh setvcpus", and whatnot.
    When the --config option is specified, the command affects a persistent
    domain, while --live option is specified, it affects a running (live) domain.
    The --current option cannot be used with --config or --live at the same
    time, and when --current is specified, it affects a "current" domain.
    9a3404ed
virsh.pod 53.4 KB