# File lib/virt/host.rb, line 24
    def defined_guests
      connection.list_defined_domains.map do |domain|
        find_guest_by_name domain
      end
    end