Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 25 of 63) sorted by relevance

123

/qemu/tests/bench/
H A Dmeson.build2 qht_bench = executable('qht-bench',
6 executable('qtree-bench',
10 executable('atomic_add-bench',
15 executable('atomic64-bench',
33 exe = executable(bench_name, bench_name + '.c',
/qemu/docs/interop/
H A Dfirmware.json231 # @split: the executable file contains code while the NVRAM
232 # template provides variable storage. The executable
237 # @combined: the executable file contains both code and
243 # storage is not persisted. The executable must
263 # @executable: Identifies the firmware executable. The @mode
267 … -drive if=none,id=pflash0,readonly=on,file=@executable.@filename,format=@executable.@…
270 # @mode is @combined the executable must be
273 … -drive if=pflash,unit=0,readonly=on,file=@executable.@filename,format=@executable.@…
298 'executable' : 'FirmwareFlashFile',
307 # @filename: Identifies the firmware executable. The firmware executable
[all …]
/qemu/tests/docker/
H A Ddocker.py114 def _get_so_libs(executable): argument
123 ldd_output = subprocess.check_output(["ldd", executable]).decode('utf-8')
132 print("%s had no associated libraries (static build?)" % (executable))
163 def _check_binfmt_misc(executable): argument
175 binary = os.path.basename(executable)
191 if interp and interp != executable:
193 (binary, executable, interp))
543 if args.executable:
547 ff, enabled = _check_binfmt_misc(args.executable)
554 tmp_tar.add(args.executable, arcname=ff)
[all …]
H A Dtest-fuzz24 for fuzzer in $(find ./build-oss-fuzz/DEST_DIR/ -executable -type f | grep -v slirp); do
/qemu/scripts/
H A Dmtest2make.py43 executable = test['cmd'][0]
45 executable = os.path.relpath(executable)
/qemu/tests/tcg/mips/user/ase/msa/
H A DREADME6 -EL -static -mabi=64 -march=mips64r6 -mmsa -o <executable file>
10 mips64el-linux-user/qemu-mips64el -cpu I6400 <executable file>
/qemu/tests/fp/
H A Dmeson.build47 fptest = executable(
129 executable(
136 fptestlog2 = executable(
/qemu/contrib/vhost-user-input/
H A Dmeson.build1 executable('vhost-user-input', files('main.c'),
/qemu/contrib/ivshmem-client/
H A Dmeson.build1 executable('ivshmem-client', files('ivshmem-client.c', 'main.c'), genh,
/qemu/contrib/vhost-user-blk/
H A Dmeson.build1 executable('vhost-user-blk', files('vhost-user-blk.c'),
/qemu/contrib/ivshmem-server/
H A Dmeson.build1 executable('ivshmem-server', files('ivshmem-server.c', 'main.c'), genh,
/qemu/contrib/vhost-user-scsi/
H A Dmeson.build2 executable('vhost-user-scsi', files('vhost-user-scsi.c'),
/qemu/contrib/elf2dmp/
H A Dmeson.build2 executable('elf2dmp', files('main.c', 'addrspace.c', 'download.c', 'pdb.c', 'qemu_elf.c'), genh,
/qemu/storage-daemon/
H A Dmeson.build9 qsd = executable('qemu-storage-daemon',
/qemu/contrib/vhost-user-gpu/
H A Dmeson.build2 executable('vhost-user-gpu', files('vhost-user-gpu.c', 'virgl.c', 'vugbm.c'),
/qemu/tests/migration/
H A Dmeson.build5 stress = executable(
/qemu/tests/tcg/
H A DREADME3 built for all guest architectures that support linux-user executable,
/qemu/docs/system/
H A Dgeneric-loader.rst76 U-Boot, and Intel HEX executable formats as well as raw images. The syntax is
92 specified in the executable format header. This option should only
99 This can be used to load supported executable formats as if they
H A Dtarget-m68k.rst6 Use the executable ``qemu-system-m68k`` to simulate a ColdFire machine.
/qemu/docs/system/ppc/
H A Dprep.rst4 Use the executable ``qemu-system-ppc`` to simulate a complete 40P (PREP)
H A Dpowermac.rst4 Use the executable ``qemu-system-ppc`` to simulate a complete PowerMac
/qemu/fsdev/
H A Dmeson.build13 executable('virtfs-proxy-helper',
/qemu/subprojects/libvhost-user/
H A Dmeson.build19 executable('link-test', files('link-test.c'),
/qemu/target/s390x/
H A Dmeson.build11 gen_features = executable('gen-features', 'gen-features.c', native: true,
/qemu/tests/qemu-iotests/
H A Dlinters.py71 (sys.executable, '-m', tool, *args),

123