# File lib/virt/guest.rb, line 90
    def fetch_guest
      @domain = @connection.connection.lookup_domain_by_name(name)
      fetch_info
    rescue Libvirt::RetrieveError
    end