Searched refs:qemu_args (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run.sh | 134 qemu_args=$4 143 qemu_args="-enable-kvm -display none -no-reboot $qemu_args" 151 qemu_args="`specify_qemu_cpus "$QEMU" "$qemu_args" "$cpu_count"`" 152 qemu_args="`specify_qemu_net "$qemu_args"`" 155 qemu_args="$qemu_args `identify_qemu_args "$QEMU" "$resdir/console.log"`" 200 echo $QEMU $qemu_args -m $TORTURE_QEMU_MEM -kernel $KERNEL -append \"$qemu_append $boot_args\" $TOR…
|
/openbmc/qemu/scripts/oss-fuzz/ |
H A D | output_reproducer.py | 133 qemu_args = os.getenv("QEMU_ARGS") 134 if not qemu_args or not qemu_path: 138 bash_args = qemu_args 139 if " -qtest stdio" not in qemu_args: 153 output += c_reproducer(args.name, qemu_args, trace)
|
H A D | minimize_qtest_trace.py | 60 qemu_args=QEMU_ARGS,
|
/openbmc/qemu/scripts/simplebench/ |
H A D | bench_block_job.py | 33 def bench_block_job(cmd, cmd_args, qemu_args): argument 46 vm = QEMUMachine(qemu_args[0], args=qemu_args[1:])
|
/openbmc/linux/kernel/kcsan/ |
H A D | .kunitconfig | 2 # Under kunit_tool, this can be done by using the --qemu_args 5 # --arch=x86_64 --qemu_args="-smp 8"
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit.py | 421 qemu_args: List[str] = [] 422 if cli_args.qemu_args: 423 for arg in cli_args.qemu_args: 424 qemu_args.extend(shlex.split(arg)) 438 extra_qemu_args=qemu_args)
|
/openbmc/qemu/tests/vm/ |
H A D | basevm.py | 163 qemu_args = self._config['qemu_args'] 164 qemu_args = qemu_args.replace('\n',' ').replace('\r','') 168 args = shlex.split(qemu_args)
|
H A D | conf_example_aarch64.yml | 26 qemu_args: "-smp cpus=16,sockets=2,cores=8
|
H A D | conf_example_x86.yml | 27 qemu_args: "-smp cpus=8,sockets=2,cores=4
|
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | __init__.py | 398 qemu_args = " ".join(["-L %s" % ldpath for ldpath in self._ldpath]) 400 return process.run("%s %s %s %s" % (self.qemu_bin, qemu_args,
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 245 self._qemu_args = args.qemu_args.split(' ') 477 args=args.qemu_args.split(' '))) for binary in args.qemu_binary]
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | run_wrapper.rst | 302 - ``--qemu_args``: Specifies additional qemu arguments, for example, ``-smp 8``.
|