# File lib/xen/vm.rb, line 71
    def hard_shutdown!
      @host.call("VM.hard_shutdown",@uid)    
      state(true)
    end