Revision 0200a1af lib/hypervisor/hv_kvm.py

b/lib/hypervisor/hv_kvm.py
1006 1006

  
1007 1007
    return (instance_name, pid, memory, vcpus, istat, times)
1008 1008

  
1009
  def GetAllInstancesInfo(self):
1009
  def GetAllInstancesInfo(self, hvparams=None):
1010 1010
    """Get properties of all instances.
1011 1011

  
1012
    @type hvparams: dict of strings
1013
    @param hvparams: hypervisor parameter
1012 1014
    @return: list of tuples (name, id, memory, vcpus, stat, times)
1013 1015

  
1014 1016
    """

Also available in: Unified diff