Lines Matching +full:drive +full:- +full:open +full:- +full:source
10 # SPDX-License-Identifier: GPL-2.0-or-later
24 # Tests are ~10-40s, allow for --debug/--enable-gcov overhead
32 print(f"{tagname}/{default} -> {utag}")
47 # Pre-init TuxRun specific settings: Most machines work with
49 # config. To avoid open coding everything we store all these
70 failure_message='Kernel panic - not syncing',
82 run_cmd([self.zstd, "-f", "-d", disk_image_zst,
83 "-o", disk_image])
84 # zstd copies source archive permissions for the output
92 def prepare_run(self, kernel, disk, drive, dtb=None, console_index=0): argument
100 + f"file.filename={disk},node-name=hd0"
106 self.vm.add_args('-kernel', kernel,
107 '-append', kcmd_line,
108 '-blockdev', blockdev)
112 self.vm.add_args('-device', self.extradev)
114 self.vm.add_args('-device',
115 f"{drive},drive=hd0")
119 self.vm.add_args('-dtb', dtb)
132 exec_command_and_wait_for_pattern(self, 'uname -a', ps1)
145 drive="virtio-blk-device", argument
156 self.prepare_run(kernel, disk, drive, dtb, console_index)