Home
last modified time | relevance | path

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

12345

/qemu/scripts/
H A Dqemu-trace-stap29 def probe_prefix(binary): argument
30 dirname, filename = os.path.split(binary)
34 def which(binary): argument
36 if os.path.exists(os.path.join(path, binary)):
37 return os.path.join(path, binary)
39 print("Unable to find '%s' in $PATH" % binary)
43 def tapset_dir(binary): argument
44 dirname, filename = os.path.split(binary)
46 thisfile = which(binary)
48 thisfile = os.path.realpath(binary)
[all …]
H A Ddevice-crash-test289 def __init__(self, binary, devtype): argument
293 self.binary = binary
298 dbg("querying info for QEMU binary: %s", binary)
299 vm = QEMUMachine(binary=binary, args=args)
323 dbg("querying machine info for binary=%s machine=%s", self.binary, machine)
324 vm = QEMUMachine(binary=self.binary, args=args)
329 … dbg("exception trying to run binary=%s machine=%s", self.binary, machine, exc_info=sys.exc_info())
341 def getBinaryInfo(args, binary): argument
342 if binary not in BINARY_INFO:
343 BINARY_INFO[binary] = QemuBinaryInfo(binary, args.devtype)
[all …]
H A Dtracetool.py78 binary = None
99 binary = arg
119 if binary is None:
135 binary=binary, probe_prefix=probe_prefix)
H 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/scripts/tracetool/format/
H A Dstap.py16 from tracetool.backend.dtrace import binary, probeprefix
49 binary=binary())
/qemu/tests/uefi-test-tools/
H 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))))
H 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/tests/qemu-iotests/tests/
H A Dqcow2-encryption.out9 data <binary>
14 data <binary>
28 data <binary>
/qemu/docs/system/loongarch/
H A Dvirt.rst36 initrd, and linux kernel. And those source codes and binary files
81 binary files: https://github.com/yangxiaojuan-loongson/qemu-binary
85 git clone https://github.com/yangxiaojuan-loongson/qemu-binary
/qemu/docs/devel/
H A Dcontrol-flow-integrity.rst46 CFI is enabled on every binary produced.
54 A binary with CFI will work exactly like a standard binary. In case of a CFI
55 violation, the binary will terminate with an illegal instruction signal.
97 * TCG creates binary blobs at runtime, with the transformed code.
98 * A TB is a blob of binary code, created at runtime and called with an
/qemu/tests/qemu-iotests/
H A D031.out121 data <binary>
154 data <binary>
192 data <binary>
H A D036.out30 data <binary>
42 data <binary>
/qemu/tests/migration-stress/guestperf/
H A Dreport.py53 binary, argument
67 self._binary = binary
/qemu/docs/devel/testing/
H A Dfunctional.rst59 to the QEMU binary that should be used for the test. The current working
175 execution of a QEMU binary, giving its users:
178 binary
187 QEMU binary selection
190 The QEMU binary used for the ``self.vm`` QEMUMachine instance will
217 The target architecture of the QEMU binary.
260 QEMU binary.
320 tests running under certain conditions, for example, on the lack of a binary
374 e.g. if the QEMU binary has been compiled with debugging options enabled.
/qemu/linux-headers/LICENSES/preferred/
H 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
H 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/tests/docker/
H 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/
H A Damigang.rst29 A firmware binary is necessary for the boot process. It is a modified
31 QEMU. A binary is available at
88 the ROM binary cannot be included in QEMU. An updater was available
101 emulator in the firmware binary is unable to run QEMU‘s standard
/qemu/python/qemu/machine/
H A Dqtest.py133 binary: str,
143 super().__init__(binary, args, wrapper=wrapper, name=name,
/qemu/docs/tools/
H 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/tests/functional/
H A Dtest_acpi_bits.py59 binary: str,
71 super().__init__(binary, args, wrapper=wrapper, name=name,
311 self._vm = QEMUBitsMachine(binary=self.qemu_bin,
/qemu/contrib/vhost-user-gpu/
H A D50-qemu-gpu.json.in4 "binary": "@libexecdir@/vhost-user-gpu" string
/qemu/
H A D.gitattributes7 Cargo.lock diff=toml merge=binary
/qemu/tests/qtest/migration/aarch64/
H A DMakefile12 $(CROSS_PREFIX)objcopy -O binary $< $@
/qemu/tests/qtest/migration/ppc64/
H A DMakefile9 $(CROSS_PREFIX)objcopy -O binary -S $< $@

12345