# File lib/virt/guest.rb, line 24
    def save
      @domain = @connection.connection.define_domain_xml(xml)
      fetch_info
      !new?
    end