Revision 58e356a9 lib/hypervisor/hv_kvm.py

b/lib/hypervisor/hv_kvm.py
961 961
    # Run CPU pinning, based on configured mask
962 962
    self._AssignCpuAffinity(cpu_mask, pid, thread_dict)
963 963

  
964
  def ListInstances(self):
964
  def ListInstances(self, hvparams=None):
965 965
    """Get the list of running instances.
966 966

  
967 967
    We can do this by listing our live instances directory and

Also available in: Unified diff