Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 108) sorted by relevance

12345

/qemu/scripts/
A Dqemu-trace-stap29 def probe_prefix(binary): argument
30 dirname, filename = os.path.split(binary)
34 def which(binary): argument
43 def tapset_dir(binary): argument
44 dirname, filename = os.path.split(binary)
46 thisfile = which(binary)
48 thisfile = os.path.realpath(binary)
59 prefix = probe_prefix(args.binary)
60 tapsets = tapset_dir(args.binary)
87 tapsets = tapset_dir(args.binary)
[all …]
A Ddevice-crash-test290 def __init__(self, binary, devtype): argument
294 self.binary = binary
300 vm = QEMUMachine(binary=binary, args=args)
325 vm = QEMUMachine(binary=self.binary, args=args)
342 def getBinaryInfo(args, binary): argument
343 if binary not in BINARY_INFO:
344 BINARY_INFO[binary] = QemuBinaryInfo(binary, args.devtype)
345 return BINARY_INFO[binary]
354 binary = testcase['binary']
363 cmdline = ' '.join([binary] + args)
[all …]
A Dtracetool.py78 binary = None
99 binary = arg
119 if binary is None:
135 binary=binary, probe_prefix=probe_prefix)
A Dcompare-machine-types.py244 self._binary = vm.binary
476 vms = [stack.enter_context(QEMUMachine(binary=binary, qmp_timer=15,
477 args=args.qemu_args.split(' '))) for binary in args.qemu_binary]
/qemu/tests/uefi-test-tools/
A DMakefile19 images: $(foreach binary,$(uefi_binaries), \
21 $(images_dir)/$(binary).$(target).iso.qcow2))
32 .SECONDARY: $(foreach binary,$(uefi_binaries), \
35 Build/$(binary).$(target)$(suffix))))
A DLICENSE6 Redistribution and use in source and binary forms, with or without
12 2. Redistributions in binary form must reproduce the above copyright notice,
/qemu/scripts/tracetool/format/
A Dstap.py16 from tracetool.backend.dtrace import binary, probeprefix
49 binary=binary())
/qemu/docs/system/loongarch/
A Dvirt.rst35 initrd, and linux kernel. And those source codes and binary files
92 binary files: https://github.com/yangxiaojuan-loongson/qemu-binary
96 git clone https://github.com/yangxiaojuan-loongson/qemu-binary
/qemu/docs/devel/
A Dcontrol-flow-integrity.rst44 CFI is enabled on every binary produced.
52 A binary with CFI will work exactly like a standard binary. In case of a CFI
53 violation, the binary will terminate with an illegal instruction signal.
95 * TCG creates binary blobs at runtime, with the transformed code.
96 * A TB is a blob of binary code, created at runtime and called with an
/qemu/tests/qemu-iotests/
A D031.out121 data <binary>
154 data <binary>
192 data <binary>
A D036.out30 data <binary>
42 data <binary>
/qemu/tests/migration/guestperf/
A Dreport.py36 binary, argument
49 self._binary = binary
/qemu/docs/devel/testing/
A Davocado.rst270 execution of a QEMU binary, giving its users:
273 binary
282 QEMU binary selection
285 The QEMU binary used for the ``self.vm`` QEMUMachine instance will
288 probe in the same source tree. A suitable binary will be one that
294 1) Set ``qemu_bin``, and use the given binary
296 2) Do not set ``qemu_bin``, and use a QEMU binary named like
324 currently influence the selection of a QEMU binary (when one is not
362 dynamic probe for a QEMU binary in the current working directory or
419 The architecture that will influence the selection of a QEMU binary
[all …]
A Dfunctional.rst62 to the QEMU binary that should be used for the test. The current working
160 execution of a QEMU binary, giving its users:
163 binary
172 QEMU binary selection
175 The QEMU binary used for the ``self.vm`` QEMUMachine instance will
202 The target architecture of the QEMU binary.
245 QEMU binary.
303 tests running under certain conditions, for example, on the lack of a binary
/qemu/linux-headers/LICENSES/preferred/
A DBSD-2-Clause12 Redistribution and use in source and binary forms, with or without
18 2. Redistributions in binary form must reproduce the above copyright
A DBSD-3-Clause12 Redistribution and use in source and binary forms, with or without
18 2. Redistributions in binary form must reproduce the above copyright
/qemu/python/qemu/machine/
A Dqtest.py133 binary: str,
143 super().__init__(binary, args, wrapper=wrapper, name=name,
/qemu/tests/docker/
A Ddocker.py175 binary = os.path.basename(executable)
176 binfmt_entry = "/proc/sys/fs/binfmt_misc/%s" % (binary)
179 print ("No binfmt_misc entry for %s" % (binary))
186 (binary))
193 (binary, executable, interp))
/qemu/docs/system/ppc/
A Damigang.rst28 A firmware binary is necessary for the boot process. It is a modified
30 QEMU. A binary is available at
87 the ROM binary cannot be included in QEMU. An updater was available
100 emulator in the firmware binary is unable to run QEMU‘s standard
/qemu/contrib/vhost-user-gpu/
A D50-qemu-gpu.json.in4 "binary": "@libexecdir@/vhost-user-gpu" string
/qemu/docs/tools/
A Dqemu-trace-stap.rst50 binary:
57 subsystem, in a binary outside ``$PATH``
106 To monitor QEMU processes running an alternative binary outside of
/qemu/
A D.gitattributes7 Cargo.lock diff=toml merge=binary
/qemu/tests/migration/aarch64/
A DMakefile12 $(CROSS_PREFIX)objcopy -O binary $< $@
/qemu/tests/migration/ppc64/
A DMakefile9 $(CROSS_PREFIX)objcopy -O binary -S $< $@
/qemu/tests/functional/
A Dtest_acpi_bits.py92 binary: str,
104 super().__init__(binary, args, wrapper=wrapper, name=name,
363 self._vm = QEMUBitsMachine(binary=self.qemu_bin,

Completed in 55 milliseconds

12345