# File lib/virt/host.rb, line 54
    def find_guest_by_id id
      Array(id).map do |did|
        return create_guest({:name => connection.lookup_domain_by_id(did).name})
      end
    end