Home
last modified time | relevance | path

Searched full:shell (Results 1 – 25 of 72) sorted by relevance

123

/qemu/tests/migration-stress/
H A Dguestperf.py24 from guestperf.shell import Shell
26 shell = Shell() variable
27 sys.exit(shell.run(sys.argv[1:]))
H A Dguestperf-batch.py23 from guestperf.shell import BatchShell
25 shell = BatchShell() variable
26 sys.exit(shell.run(sys.argv[1:]))
H A Dguestperf-plot.py23 from guestperf.shell import PlotShell
25 shell = PlotShell() variable
26 sys.exit(shell.run(sys.argv[1:]))
/qemu/python/qemu/qmp/
H A Dqmp_shell.py13 Low-level QEMU shell on top of QMP.
15 usage: qmp-shell [-h] [-H] [-N] [-v] [-p] qmp_server
33 Run the shell:
35 $ qmp-shell ./qmp-sock
145 QMP Shell Base error class.
173 QMPShell provides a basic readline-based QMP shell.
199 # Hook into context manager of parent to save shell history.
310 msg = 'Unexpected input after close of Transaction sub-shell'
375 msg: str = 'Welcome to the QMP low-level shell!') -> None:
389 Return the current shell prompt, including a trailing space.
[all …]
/qemu/docs/specs/
H A Dspdm.rst40 .. code-block:: shell
60 .. code-block:: shell
79 .. code-block:: shell
91 .. code-block:: shell
98 .. code-block:: shell
108 .. code-block:: shell
/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml32 shell: /bin/bash
62 shell: "/root/script.deb.sh"
84 shell: "/root/script.rpm.sh"
98 …}} --registration-token {{ gitlab_runner_registration_token }} --executor shell --tag-list {{ ansi…
102 …}} --registration-token {{ gitlab_runner_registration_token }} --executor shell --tag-list aarch32…
/qemu/docs/system/devices/
H A Dcanokey.rst54 .. code-block:: shell
63 .. code-block:: shell
72 .. code-block:: shell
98 .. code-block:: shell
117 .. code-block:: shell
H A Digb.rst20 .. code-block:: shell
55 .. code-block:: shell
63 .. code:: shell
/qemu/docs/system/
H A Dtarget-avr.rst29 and then in another shell::
37 and then in another shell::
41 and then within GDB shell::
H A Dcpu-hotplug.rst19 (2) Run 'qmp-shell' (located in the source tree, under: "scripts/qmp/)
22 $> ./qmp-shell -p -v /tmp/qmp-sock
120 From the 'qmp-shell', invoke the QMP ``device_del`` command::
/qemu/
H A DREADME.rst53 .. code-block:: shell
72 .. code-block:: shell
92 .. code-block:: shell
111 .. code-block:: shell
122 .. code-block:: shell
H A DMakefile17 SHELL = bash -o pipefail macro
63 x := $(shell rm -rf meson-private meson-info meson-logs)
67 x := $(shell rm -rf meson-private meson-info meson-logs)
73 x := $(shell rm -rf meson-private meson-info meson-logs)
77 x := $(shell rm -rf meson-private meson-info meson-logs)
208 VERSION = $(shell cat $(SRC_PATH)/VERSION)
/qemu/tests/docker/
H A DMakefile.include9 HOST_ARCH = $(shell uname -m)
10 USER = $(if $(NOUSER),,$(shell id -un))
11 UID = $(if $(NOUSER),,$(shell id -u))
19 RUNC ?= $(if $(shell command -v docker), docker, podman)
22 CUR_TIME := $(shell date +%Y-%m-%d-%H.%M.%S.$$$$)
127 __TESTS := $(notdir $(shell find $(SRC_PATH)/tests/docker/ -name 'test-*' -type f))
174 @echo ' DEBUG=1 Stop and drop to shell in the created container'
/qemu/scripts/qmp/
H A Dqmp6 for qmp-shell. The assumption is that most users are using either
7 qmp-shell, socat, or pasting/piping JSON into stdio. The duplication of
/qemu/scripts/
H A Dcpu-x86-uarch-abi.py69 shell = QEMUMonitorProtocol(sock) variable
70 shell.connect()
72 models = shell.cmd("query-cpu-definitions")
96 cpu = shell.cmd("query-cpu-model-expansion",
/qemu/docs/devel/migration/
H A Dqpl-compression.rst47 .. code-block:: shell
70 .. code-block:: shell
95 .. code-block:: shell
145 .. code-block:: shell
239 .. code-block:: shell
248 .. code-block:: shell
/qemu/tests/multiboot/
H A DMakefile8 LIBS=$(shell $(CC) $(CCFLAGS) -print-libgcc-file-name)
10 AOUT_KLUDGE_BIN=$(foreach x,$(shell seq 1 9),aout_kludge_$x.bin)
/qemu/tests/qemu-iotests/
H A D207124 shell=True).rstrip().decode('ascii').split('\n')
134 shell=True).rstrip().decode('ascii')
138 shell=True).rstrip().decode('ascii')
142 shell=True).rstrip().decode('ascii')
/qemu/tests/vm/
H A DMakefile.include24 HOST_ARCH = $(shell uname -m)
37 HAVE_PYTHON_YAML = $(shell $(PYTHON) -c "import yaml" 2> /dev/null && echo yes)
69 @echo " ROOT_USER=1 - Login as root user for interactive shell"
/qemu/docs/devel/
H A Dbuild-environment.rst64 Then, you can open a windows shell, and enter msys2 env using:
79 # update MSYS2 itself, you need to reopen your shell at the end.
/qemu/tests/functional/
H A Dtest_aarch64_virt_gpu.py88 # make it easier to detect successful return to shell
94 full_cmd = f"weston -B headless --renderer gl --shell kiosk -- {cmd}"
/qemu/python/qemu/utils/
H A Dqom_fuse.py5 may be browsed, queried and edited using traditional shell tooling.
141 data += '\n' # make values shell friendly
/qemu/tests/migration-stress/guestperf/
H A Dshell.py2 # Migration test command line shell integration
100 class Shell(BaseShell): class
103 super(Shell, self).__init__()
/qemu/python/
H A Dsetup.cfg70 qmp-shell = qemu.qmp.qmp_shell:main
71 qmp-shell-wrap = qemu.qmp.qmp_shell:main_wrap
/qemu/include/qemu/
H A Dhelp_option.h11 * are 'help' and '?'. '?' is deprecated (it is a shell wildcard

123