Lines Matching refs:uri
223 resp = src.cmd("migrate", uri=connect_uri)
376 def _get_dst_args(self, hardware, uri): argument
381 return argv + ["-incoming", uri]
429 uri = "tcp:%s:9000" % self._dst_host
431 uri = "rdma:%s:9000" % self._dst_host
435 uri = "unix:/var/tmp/qemu-migrate-%d.migrate" % os.getpid()
437 os.remove(uri[5:])
455 args=self._get_dst_args(hardware, uri),
464 ret = self._migrate(hardware, scenario, src, dst, uri)
468 if uri[0:5] == "unix:" and os.path.exists(uri[5:]):
469 os.remove(uri[5:])