Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 103) 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
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 …]
H 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 …]
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/docs/system/loongarch/
H 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/
H 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/
H A D031.out121 data <binary>
154 data <binary>
192 data <binary>
H A D036.out30 data <binary>
42 data <binary>
/qemu/tests/migration/guestperf/
H A Dreport.py36 binary, argument
49 self._binary = binary
/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/python/qemu/machine/
H A Dqtest.py133 binary: str,
143 super().__init__(binary, args, wrapper=wrapper, name=name,
/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.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/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/contrib/vhost-user-gpu/
H A D50-qemu-gpu.json.in4 "binary": "@libexecdir@/vhost-user-gpu" string
/qemu/tests/migration/aarch64/
H A DMakefile12 $(CROSS_PREFIX)objcopy -O binary $< $@
/qemu/docs/interop/
H A Dvhost-user.json236 # @binary: Absolute path to the backend binary.
264 'binary': 'str',
/qemu/scripts/tracetool/backend/
H A Ddtrace.py31 def binary(): function
/qemu/tests/migration/i386/
H A DMakefile17 $(CROSS_PREFIX)objcopy -O binary $< $@
/qemu/tests/avocado/
H A Dacpi-bits.py91 binary: str,
103 super().__init__(binary, args, wrapper=wrapper, name=name,
376 self._vm = QEMUBitsMachine(binary=self.qemu_bin,
/qemu/pc-bios/
H A Dedk2-licenses.txt6 Redistribution and use in source and binary forms, with or without
12 2. Redistributions in binary form must reproduce the above copyright notice,
26 non-copyrightable additions of contributors, in source or binary form)
112 Redistribution and use in source and binary forms, with or without
118 * Redistributions in binary form must reproduce the above copyright
300 Contribution in source and binary forms, with or without
306 ** Redistributions in binary form must reproduce the Contributor's
521 Contribution in source and binary forms, with or without
603 Redistribution and use in source and binary forms, with or without
692 Redistribution and use in source and binary forms, with or without
[all …]

12345