Home
last modified time | relevance | path

Searched refs:replay_path (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/avocado/
H A Dreplay_linux.py79 replay_path = os.path.join(self.workdir, 'replay.bin')
81 (shift, mode, replay_path))
96 % os.path.getsize(replay_path))
97 self.run_replay_dump(replay_path)
113 def run_replay_dump(self, replay_path): argument
116 "-f", replay_path],
H A Dreplay_kernel.py39 record, shift, args, replay_path): argument
54 (shift, mode, replay_path),
66 % os.path.getsize(replay_path))
67 self.run_replay_dump(replay_path)
76 def run_replay_dump(self, replay_path): argument
79 "-f", replay_path],
86 replay_path = os.path.join(self.workdir, 'replay.bin')
88 True, shift, args, replay_path)
90 False, shift, args, replay_path)
H A Dreverse_debugging.py38 def run_vm(self, record, shift, args, replay_path, image_path, port): argument
50 (shift, mode, replay_path),
117 replay_path = os.path.join(self.workdir, 'replay.bin')
121 vm = self.run_vm(True, shift, args, replay_path, image_path, port)
130 vm = self.run_vm(False, shift, args, replay_path, image_path, port)