Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 153) sorted by relevance

1234567

/qemu/target/arm/tcg/
H A Dmeson.build2 decodetree.process('a64.decode', extra_args: ['--static-decode=disas_a64']),
3 decodetree.process('sve.decode', extra_args: '--decode=disas_sve'),
4 decodetree.process('sme.decode', extra_args: '--decode=disas_sme'),
5 decodetree.process('sme-fa64.decode', extra_args: '--static-decode=disas_sme_fa64'),
10 decodetree.process('neon-dp.decode', extra_args: '--decode=disas_neon_dp'),
11 decodetree.process('neon-ls.decode', extra_args: '--decode=disas_neon_ls'),
12 decodetree.process('vfp.decode', extra_args: '--decode=disas_vfp'),
14 decodetree.process('m-nocp.decode', extra_args: '--decode=disas_m_nocp'),
15 decodetree.process('mve.decode', extra_args: '--decode=disas_mve'),
16 decodetree.process('a32.decode', extra_args: '--static-decode=disas_a32'),
[all …]
/qemu/docs/system/
H A Dmulti-process.rst1 .. _Multi-process QEMU:
3 Multi-process QEMU
6 This document describes how to configure and use multi-process qemu.
7 For the design document refer to docs/devel/multi-process.rst.
12 multi-process is enabled by default for targets that enable KVM
18 Multi-process QEMU requires an orchestrator to launch.
26 - It launches the remote process and passes one of the
34 - QEMU can enter remote process mode by using the "remote" machine
43 - Example command-line for the remote process is as follows:
54 - Since parts of the RAM are shared between QEMU & remote process, a
[all …]
H A Dsecurity.rst71 QEMU process on the host.
83 each process only has access to resources belonging to the guest.
85 The QEMU process should not have access to any resources that are inaccessible
87 QEMU process since it already has access to those same resources from within
97 the QEMU process can then begin invoking host system calls.
116 unprivileged QEMU process access to host devices without running QEMU as root.
122 traditional UNIX process and file permissions model. They restrict the QEMU
123 process from accessing processes and files on the host system that are not
129 - Linux namespaces can be used to make process, file system, and other system
130 resources unavailable to QEMU. A namespaced QEMU process is restricted to only
/qemu/target/mips/tcg/
H A Dmeson.build2 decodetree.process('rel6.decode', extra_args: ['--decode=decode_isa_rel6']),
3 decodetree.process('msa.decode', extra_args: '--decode=decode_ase_msa'),
4 decodetree.process('tx79.decode', extra_args: '--static-decode=decode_tx79'),
5 decodetree.process('vr54xx.decode', extra_args: '--decode=decode_ext_vr54xx'),
6 decodetree.process('octeon.decode', extra_args: '--decode=decode_ext_octeon'),
7 decodetree.process('lcsr.decode', extra_args: '--decode=decode_ase_lcsr'),
/qemu/docs/devel/
H A Dmulti-process.rst1 Multi-process QEMU
40 A multi-process QEMU
51 A QEMU control process would remain, but in multi-process mode, will
59 control process.
249 process:
325 separate process
402 process proxy by sending messages to the remote process.
438 process.
505 same in the QEMU process and the device emulation process. In order to
507 to the emulation process.
[all …]
H A Dstable-process.rst1 .. _stable-process:
3 QEMU and the stable process
17 which point the stable process moves to producing 2.12.x/2.12.x.y releases.
63 Stable release process
H A Ds390-dasd-ipl.rst7 The s390 hardware IPL process consists of the following steps.
31 process and will contain a larger channel program than IPL1. The point of
43 the IPL/boot process.
48 The psw that was loaded into memory location ``0x0`` as part of the ipl process
54 In a non-virtualized environment this process, handled entirely by the hardware,
76 is missing one key feature that is required for this process to work:
87 the IPL process consists of transferring control from the "Read IPL" ccw
/qemu/tests/qemu-iotests/
H A D153.out15 Is another process using the image [TEST_DIR/t.qcow2]?
19 Is another process using the image [TEST_DIR/t.qcow2]?
27 Is another process using the image [TEST_DIR/t.qcow2]?
31 Is another process using the image [TEST_DIR/t.qcow2]?
35 Is another process using the image [TEST_DIR/t.qcow2]?
40 Is another process using the image [TEST_DIR/t.qcow2]?
45 Is another process using the image [TEST_DIR/t.qcow2]?
49 Is another process using the image [TEST_DIR/t.qcow2]?
53 Is another process using the image [TEST_DIR/t.qcow2]?
57 Is another process using the image [TEST_DIR/t.qcow2]?
[all …]
/qemu/gdbstub/
H A Dgdbstub.c302 if (!process->attached) { in gdb_first_attached_cpu()
311 GDBProcess *process; in gdb_get_cpu() local
321 if (process == NULL) { in gdb_get_cpu()
707 GDBProcess *process; in gdb_handle_vcont() local
1017 GDBProcess *process; in handle_detach() local
1421 GDBProcess *process; in handle_v_attach() local
1430 if (!process) { in handle_v_attach()
1579 GDBProcess *process; in handle_query_curr_tid() local
1692 GDBProcess *process; in handle_query_xfer_features() local
2379 GDBProcess *process; in gdb_create_default_process() local
[all …]
H A Dsystem.c281 GDBProcess *process; in find_cpu_clusters() local
285 process = &s->processes[s->process_num - 1]; in find_cpu_clusters()
293 process->pid = cluster->cluster_id + 1; in find_cpu_clusters()
294 process->attached = false; in find_cpu_clusters()
295 process->target_xml = NULL; in find_cpu_clusters()
/qemu/target/riscv/
H A Dmeson.build3 …decodetree.process('insn16.decode', extra_args: ['--static-decode=decode_insn16', '--insnwidth=16'…
4 decodetree.process('insn32.decode', extra_args: '--static-decode=decode_insn32'),
5 decodetree.process('xthead.decode', extra_args: '--static-decode=decode_xthead'),
6 …decodetree.process('XVentanaCondOps.decode', extra_args: '--static-decode=decode_XVentanaCodeOps'),
/qemu/linux-user/ppc/
H A Dmeson.build7 vdso_32_inc = gen_vdso.process('vdso-32.so', extra_args: [
13 vdso_64_inc = gen_vdso.process('vdso-64.so',
15 vdso_64le_inc = gen_vdso.process('vdso-64le.so',
/qemu/tests/avocado/
H A Dtesseract_utils.py11 from avocado.utils import process
19 res = process.run('tesseract --version')
38 proc = process.run("tesseract {} {} stdout".format(tesseract_args,
H A Dppc_amiga.py9 from avocado.utils import process
33 process.run(cmd, shell=True)
H A Dmachine_aarch64_virt.py19 from avocado.utils import process
108 process.run(cmd)
H A Dtuxrun_baselines.py20 from avocado.utils import process
103 process.run(cmd)
232 process.run(self.qemu_img + ' create -f qcow2 ' +
/qemu/hw/remote/
H A Dtrace-events1 # multi-process trace events
3 …error(int cmd, int size, int nfds) "send command %d size %d, %d file descriptors to remote process"
4 …(int cmd, int size, int nfds) "failed to receive %d size %d, %d file descriptors to remote process"
/qemu/linux-user/riscv/
H A Dmeson.build1 vdso_32_inc = gen_vdso.process('vdso-32.so',
3 vdso_64_inc = gen_vdso.process('vdso-64.so',
/qemu/linux-user/aarch64/
H A Dmeson.build5 vdso_be_inc = gen_vdso.process('vdso-be.so',
8 vdso_le_inc = gen_vdso.process('vdso-le.so',
/qemu/docs/tools/
H A Dqemu-trace-stap.rst65 Run a trace session, printing formatted output any time a process that is
80 invocation of the QEMU process(es). It will match probes on all
82 unless told to only monitor a specific process.
90 Restrict the tracing session so that it only triggers for the process
100 To monitor only the QEMU process with PID 1732
H A Dqemu-storage-daemon.rst14 ``qemu-img``, and ``qemu-nbd`` in a long-running process controlled via QMP
39 other process; this may destroy the image. Also, be aware that querying an
40 image that is being modified by another process may encounter inconsistent
108 than the user running the process will be allowed to access the export. Note
181 Daemonize the process. The parent process will exit once startup is complete
219 # body. If the daemon process terminated early then the following connect()
220 # will fail with "Connection refused" because no process has the listen
/qemu/linux-user/arm/
H A Dmeson.build13 vdso_be_inc = gen_vdso.process('vdso-be.so',
16 vdso_le_inc = gen_vdso.process('vdso-le.so',
/qemu/target/ppc/
H A Dmeson.build25 decodetree.process('insn32.decode',
27 decodetree.process('insn64.decode',
/qemu/tests/image-fuzzer/
H A Drunner.py80 process = subprocess.Popen(q_args, stdin=devnull,
85 out, err = process.communicate()
90 return process.returncode
93 os.kill(process.pid, term_signal)
/qemu/qapi/
H A Dqdev.json98 # the hot removal process. Completion of the device removal
99 # process is signaled with a DEVICE_DELETED event. Guest reset
101 # guest-side error in the hot removal process is detected, the

1234567