def suspend(self, vmx):
        sys.stdout.write("[%s] Suspending!\r\n" % vmx)
        self._run_cmd(vmx, "suspend", ["soft"])