Home
last modified time | relevance | path

Searched refs:qemu_args (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh134 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 Doutput_reproducer.py133 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 Dminimize_qtest_trace.py60 qemu_args=QEMU_ARGS,
/openbmc/qemu/scripts/simplebench/
H A Dbench_block_job.py33 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.kunitconfig2 # 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 Dkunit.py421 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 Dbasevm.py163 qemu_args = self._config['qemu_args']
164 qemu_args = qemu_args.replace('\n',' ').replace('\r','')
168 args = shlex.split(qemu_args)
H A Dconf_example_aarch64.yml26 qemu_args: "-smp cpus=16,sockets=2,cores=8
H A Dconf_example_x86.yml27 qemu_args: "-smp cpus=8,sockets=2,cores=4
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py400 qemu_args = " ".join(["-L %s" % ldpath for ldpath in self._ldpath])
402 return process.run("%s %s %s %s" % (self.qemu_bin, qemu_args,
/openbmc/linux/Documentation/dev-tools/kunit/
H A Drun_wrapper.rst302 - ``--qemu_args``: Specifies additional qemu arguments, for example, ``-smp 8``.