/qemu/tests/migration-stress/ |
H A D | guestperf.py | 24 from guestperf.shell import Shell 26 shell = Shell() variable 27 sys.exit(shell.run(sys.argv[1:]))
|
H A D | guestperf-batch.py | 23 from guestperf.shell import BatchShell 25 shell = BatchShell() variable 26 sys.exit(shell.run(sys.argv[1:]))
|
H A D | guestperf-plot.py | 23 from guestperf.shell import PlotShell 25 shell = PlotShell() variable 26 sys.exit(shell.run(sys.argv[1:]))
|
/qemu/python/qemu/qmp/ |
H A D | qmp_shell.py | 13 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 D | spdm.rst | 40 .. 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 D | gitlab-runner.yml | 32 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 D | canokey.rst | 54 .. code-block:: shell 63 .. code-block:: shell 72 .. code-block:: shell 98 .. code-block:: shell 117 .. code-block:: shell
|
H A D | igb.rst | 20 .. code-block:: shell 55 .. code-block:: shell 63 .. code:: shell
|
/qemu/docs/system/ |
H A D | target-avr.rst | 29 and then in another shell:: 37 and then in another shell:: 41 and then within GDB shell::
|
H A D | cpu-hotplug.rst | 19 (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 D | README.rst | 53 .. code-block:: shell 72 .. code-block:: shell 92 .. code-block:: shell 111 .. code-block:: shell 122 .. code-block:: shell
|
H A D | Makefile | 17 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 D | Makefile.include | 9 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 D | qmp | 6 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 D | cpu-x86-uarch-abi.py | 69 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 D | qpl-compression.rst | 47 .. 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 D | Makefile | 8 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 D | 207 | 124 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 D | Makefile.include | 24 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 D | build-environment.rst | 64 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 D | test_aarch64_virt_gpu.py | 88 # 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 D | qom_fuse.py | 5 may be browsed, queried and edited using traditional shell tooling. 141 data += '\n' # make values shell friendly
|
/qemu/tests/migration-stress/guestperf/ |
H A D | shell.py | 2 # Migration test command line shell integration 100 class Shell(BaseShell): class 103 super(Shell, self).__init__()
|
/qemu/python/ |
H A D | setup.cfg | 70 qmp-shell = qemu.qmp.qmp_shell:main 71 qmp-shell-wrap = qemu.qmp.qmp_shell:main_wrap
|
/qemu/include/qemu/ |
H A D | help_option.h | 11 * are 'help' and '?'. '?' is deprecated (it is a shell wildcard
|