Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 275) sorted by relevance

1234567891011

/qemu/tests/tcg/multiarch/
H A DMakefile.target28 run-float_%: float_%
48 run-vma-pthread: vma-pthread
54 run-test-mmap: test-mmap
60 run-gdbstub-sha1: sha1
95 run-gdbstub-registers: sha512
131 run-gdbstub-%:
134 EXTRA_RUNS += run-gdbstub-sha1 run-gdbstub-qxfer-auxv-read \
135 run-gdbstub-proc-mappings run-gdbstub-thread-breakpoint \
136 run-gdbstub-registers run-gdbstub-prot-none \
137 run-gdbstub-catch-syscalls run-gdbstub-follow-fork-mode-child \
[all …]
H A Dmunmap-pthread.c14 volatile bool *run = arg; in thread_mmap_munmap() local
18 while (*run) { in thread_mmap_munmap()
42 volatile bool run = true; in main() local
50 ret = pthread_create(&mmap_munmap, NULL, thread_mmap_munmap, (void *)&run); in main()
60 run = false; in main()
/qemu/tests/tcg/multiarch/system/
H A DMakefile.softmmu-target20 run-gdbstub-memory: memory
21 $(call run-test, $@, $(GDB_SCRIPT) \
29 run-gdbstub-interrupt: interrupt
30 $(call run-test, $@, $(GDB_SCRIPT) \
38 run-gdbstub-untimely-packet: hello
39 $(call run-test, $@, $(GDB_SCRIPT) \
52 run-gdbstub-registers: memory
53 $(call run-test, $@, $(GDB_SCRIPT) \
62 run-gdbstub-%:
66 MULTIARCH_RUNS += run-gdbstub-memory run-gdbstub-interrupt \
[all …]
/qemu/target/s390x/kvm/
H A Dkvm.c1435 kvm_handle_ptf(cpu, run); in handle_b9()
1640 trace_kvm_insn(run->s390_sieic.ipa, run->s390_sieic.ipb); in handle_instruction()
1649 r = handle_eb(cpu, run, run->s390_sieic.ipb & 0xff); in handle_instruction()
1652 r = handle_e3(cpu, run, run->s390_sieic.ipb & 0xff); in handle_instruction()
1655 r = handle_diag(cpu, run, run->s390_sieic.ipb); in handle_instruction()
1690 oldpsw.mask = run->psw_mask; in handle_oper_loop()
1869 switch (run->s390_stsi.fc) { in handle_stsi()
1871 if (run->s390_stsi.sel1 != 2 || run->s390_stsi.sel2 != 2) { in handle_stsi()
1874 insert_stsi_3_2_2(cpu, run->s390_stsi.addr, run->s390_stsi.ar); in handle_stsi()
1877 insert_stsi_15_1_x(cpu, run->s390_stsi.sel2, run->s390_stsi.addr, in handle_stsi()
[all …]
/qemu/tests/tcg/
H A DMakefile.target141 RUN_TESTS=$(patsubst %,run-%, $(TESTS))
159 $(eval run-plugin-$(t)-with-$(p): $t $p) \
174 run-%: %
177 run-plugin-%:
178 $(call run-test, $@, $(QEMU) $(QEMU_OPTS) \
183 run-%: %
184 $(call run-test, $<, \
189 run-plugin-%:
190 $(call run-test, $@, \
201 .PHONY: run
[all …]
/qemu/tests/tcg/aarch64/
H A DMakefile.target17 run-fcvt: fcvt
18 $(call run-test,$<,$(QEMU) $<)
46 run-pauth-1: QEMU_OPTS += -cpu max
47 run-pauth-2: QEMU_OPTS += -cpu max
49 run-pauth-4: QEMU_OPTS += -cpu neoverse-v1
85 run-sha1-vector: sha1-vector run-sha1
116 run-gdbstub-sysregs: sysregs
117 $(call run-test, $@, $(GDB_SCRIPT) \
123 run-gdbstub-sve-ioctls: sve-ioctls
124 $(call run-test, $@, $(GDB_SCRIPT) \
[all …]
H A DMakefile.softmmu-target53 run-semiconsole: QEMU_OPTS=$(QEMU_BASE_MACHINE) $(QEMU_SEMIHOST) -kernel
54 run-semiconsole: semiconsole
57 run-plugin-semiconsole-with-%: semiconsole
62 run-vtimer: QEMU_OPTS=$(QEMU_EL2_MACHINE) $(QEMU_BASE_ARGS) -kernel
66 run-memory-record: memory-record memory
67 $(call run-test, $<, \
74 run-memory-replay: memory-replay run-memory-record
75 $(call run-test, $<, \
81 EXTRA_RUNS+=run-memory-replay
88 run-pauth-3:
/qemu/tests/tcg/i386/
H A DMakefile.target23 run-test-i386-pcmpistri: QEMU_OPTS += -cpu max
26 run-test-i386-bmi2: QEMU_OPTS += -cpu max
29 run-test-i386-adcox: QEMU_OPTS += -cpu max
33 run-test-aes: QEMU_OPTS += -cpu max
53 run-test-i386:
62 run-test-i386-fprem: TIMEOUT=60
64 $(call run-test,test-i386-fprem, $(QEMU) $<)
78 run-sha512-sse: QEMU_OPTS+=-cpu max
93 run-test-3dnow: QEMU_OPTS += -cpu max
97 run-test-mmx: QEMU_OPTS += -cpu max
[all …]
/qemu/tests/tcg/arm/
H A DMakefile.softmmu-target19 run-test-armv6m-undef: QEMU_OPTS=-semihosting-config enable=on,target=native,chardev=output -M microbit -kernel
53 run-semiconsole: QEMU_OPTS=$(QEMU_BASE_MACHINE) $(QEMU_SEMIHOST) -kernel
54 run-semiconsole: semiconsole
57 run-plugin-semiconsole-with-%: semiconsole
62 run-memory-record: memory-record memory
63 $(call run-test, $<, \
70 run-memory-replay: memory-replay run-memory-record
71 $(call run-test, $<, \
77 EXTRA_RUNS+=run
[all...]
H A DMakefile.target28 run-fcvt: fcvt
29 $(call run-test,fcvt,$(QEMU) $<)
46 run-semihosting-arm: semihosting-arm
47 $(call run-test,$<,$(QEMU) $< 2> $<.err)
57 run-semiconsole-arm: semiconsole-arm
68 run-sha1-vector: sha1-vector run-sha1
69 $(call run-test, $<, $(QEMU) $(QEMU_OPTS) $<)
/qemu/tests/tcg/s390x/
H A DMakefile.target92 GDB_SCRIPT=$(SRC_PATH)/tests/guest-debug/run-test.py
94 run-gdbstub-signals-s390x: signals-s390x
95 $(call run-test, $@, $(GDB_SCRIPT) \
103 run-gdbstub-svc: hello-s390x-asm
104 $(call run-test, $@, $(GDB_SCRIPT) \
110 EXTRA_RUNS += run-gdbstub-signals-s390x run-gdbstub-svc
/qemu/tests/
H A DMakefile.include43 RUN_TCG_TARGET_RULES=$(patsubst %,run-tcg-tests-%, $(TCG_TESTS_TARGETS))
54 .PHONY: $(TCG_TESTS_TARGETS:%=run-tcg-tests-%)
55 $(TCG_TESTS_TARGETS:%=run-tcg-tests-%): run-tcg-tests-%: build-tcg-tests-%
57 $(MAKE) -C tests/tcg/$* $(SUBDIR_MAKEFLAGS) SPEED=$(SPEED) run, \
108 quiet-venv-pip = $(quiet-@)$(call quiet-command-run, \
141 --show=$(AVOCADO_SHOW) run --job-results-dir=$(TESTS_RESULTS_DIR) \
160 check-build: run-ninja
/qemu/.gitlab-ci.d/
H A Dbase.yml37 # want jobs to run
40 # Never run jobs upstream on stable branch, staging branch jobs already ran
44 # Never run jobs upstream on tags, staging branch jobs already ran
52 # Cirrus jobs can't run unless the creds / target repo are set
56 # Publishing jobs should only run on the default branch in upstream
60 # Non-publishing jobs should only run on staging branches in upstream
72 # Avocado jobs don't run in forks unless $QEMU_CI_AVOCADO_TESTING is set
82 # Optional jobs should not be run unless manually triggered
93 # Skipped jobs should not be run unless manually triggered
130 # Jobs can run if any jobs they depend on were successful
/qemu/tests/tcg/cris/
H A DMakefile.target22 CRIS_RUNS = $(patsubst %, run-%, $(CRIS_USABLE_TESTS))
55 SIMG:=cris-axis-linux-gnu-run
58 run-%-on-sim:
59 $(call run-test, $<, $(SIMG) $<)
/qemu/tests/docker/
H A DMakefile.include33 $(call quiet-command, cp $(SRC_PATH)/tests/docker/run $@/run, \
94 debian-toolchain-run = \
111 debian-toolchain = $(call debian-toolchain-run,$(patsubst docker-image-%,%,$1))
135 $(eval docker-$t@$i: docker-image-$i; @$(MAKE) docker-run TEST=$t IMAGE=qemu/$i) \
197 docker-run: docker-qemu-src
208 $(RUNC) run \
225 /var/tmp/qemu/run \
H A Ddocker.py358 def run(self, cmd, keep, quiet, as_user=False): member in Docker
393 def run(self, args, argv): member in SubCommand
411 def run(self, args, argv): member in RunCommand
442 def run(self, args, argv): member in BuildCommand
512 def run(self, args, argv): member in FetchCommand
533 def run(self, args, argv): member in UpdateCommand
601 def run(self, args, argv): member in CleanCommand
610 def run(self, args, argv): member in ImagesCommand
618 def run(self, args, argv): member in ProbeCommand
646 def run(self, args, argv): member in CcCommand
[all …]
/qemu/scripts/performance/
H A DtopN_perf.py58 check_perf_presence = subprocess.run(["which", "perf"],
64 check_perf_executability = subprocess.run(["perf", "stat", "ls", "/"],
92 perf_record = subprocess.run((["perf", "record", "--output=/tmp/perf.data"] +
102 perf_report = subprocess.run(
/qemu/tests/tcg/riscv64/
H A DMakefile.softmmu-target19 EXTRA_RUNS += run-issue1060
20 run-issue1060: issue1060
21 $(call run-test, $<, $(QEMU) $(QEMU_OPTS)$<)
H A DMakefile.target11 run-test-noc: QEMU_OPTS += -cpu rv64,c=false
14 run-test-aes: QEMU_OPTS += -cpu rv64,zk=on
20 run-test-fcvtmod: QEMU_OPTS += -cpu rv64,d=true,zfa=true
/qemu/docs/interop/
H A Dqemu-ga.rst12 The QEMU Guest Agent is a daemon intended to be run within virtual
54 Specify pid file (default is ``/var/run/qemu-ga.pid``).
59 script to run on freeze/thaw. Script will be called with
63 ``-F/var/run/fsfreezehook.sh``).
68 default is ``/var/run``).
114 pidfile = /var/run/qemu-ga.pid
118 statedir = /var/run
/qemu/docs/system/ppc/
H A Dpseries.rst167 i.e. the virtual machine is run in user mode and all privileged instructions
168 trap and have to be emulated by the host. That means you can run KVM-PR inside
170 originated, as historically (prior to POWER7) it was not possible to run Linux
176 of that, this kernel module can run on pretty much every PPC hardware, and is
180 As KVM-PR can be run inside a pSeries guest, it can also provide nested
201 This limitation has been lifted, and now it is possible to run KVM-HV inside
208 possibility to run the guest in a backward-compatibility mode of the previous
209 CPUs generations, e.g. you can run a POWER7 guest on a POWER8 host by using
215 As noticed in the sections above, each module can run in a different
217 run. As long as you are in a supported environment, you can run KVM-PR or KVM-HV
[all …]
/qemu/tests/avocado/
H A Dload_bflt.py27 subprocess.run(['cpio', '-i'], input=archive_cpio.read(),
48 res = self.run(busybox_path)
52 res = self.run(busybox_path, ['uname', '-a'])
/qemu/docs/devel/
H A Dci-jobs.rst.inc44 Which lets you run:
56 to create and run the pipeline
71 which jobs get run in a pipeline
98 configuration setup for cirrus-run to be present in the repository
103 The job is expected to be successful in general, but is not run
119 currently suitable to be run by default. Ideally this should
149 Set this variable to 2 to create the pipelines and run all
154 By default, tests using the Avocado framework are not run automatically in
158 Avocado framework run automatically.
174 If you've got access to an armhf host or an arch64 host that can run
/qemu/tests/avocado/acpi-bits/bits-config/
H A Dbits-cfg.txt4 # To run BITS in batch mode, set batch to a list of one or more of the
5 # following keywords; BITS will then run all of the requested operations, then
15 # Uncomment the following to run all available batch operations
/qemu/tests/tcg/ppc64/
H A DMakefile.target31 run-byte_reverse: QEMU_OPTS+=-cpu POWER10
37 run-sha512-vector: QEMU_OPTS+=-cpu POWER10
40 run-vector: QEMU_OPTS += -cpu POWER10

1234567891011