1. 15 6月, 2011 23 次提交
  2. 14 6月, 2011 15 次提交
  3. 13 6月, 2011 2 次提交
    • 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
    • T
      vcpupin: implement the remote protocol to address the new API · b01e9936
      Taku Izumi 提交于
      This patch implements the remote protocol for the new API
      (virDomainPinVcpuFlags).
      b01e9936