/qemu/scripts/ |
H A D | qemu-trace-stap | 29 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 D | device-crash-test | 289 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 D | tracetool.py | 78 binary = None 99 binary = arg 119 if binary is None: 135 binary=binary, probe_prefix=probe_prefix)
|
H A D | compare-machine-types.py | 244 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 D | stap.py | 16 from tracetool.backend.dtrace import binary, probeprefix 49 binary=binary())
|
/qemu/tests/uefi-test-tools/ |
H A D | Makefile | 19 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 D | LICENSE | 6 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 D | qcow2-encryption.out | 9 data <binary> 14 data <binary> 28 data <binary>
|
/qemu/docs/system/loongarch/ |
H A D | virt.rst | 36 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 D | control-flow-integrity.rst | 46 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 D | 031.out | 121 data <binary> 154 data <binary> 192 data <binary>
|
H A D | 036.out | 30 data <binary> 42 data <binary>
|
/qemu/tests/migration-stress/guestperf/ |
H A D | report.py | 53 binary, argument 67 self._binary = binary
|
/qemu/docs/devel/testing/ |
H A D | functional.rst | 59 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 D | BSD-2-Clause | 12 Redistribution and use in source and binary forms, with or without 18 2. Redistributions in binary form must reproduce the above copyright
|
H A D | BSD-3-Clause | 12 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 D | docker.py | 175 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 D | amigang.rst | 29 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 D | qtest.py | 133 binary: str, 143 super().__init__(binary, args, wrapper=wrapper, name=name,
|
/qemu/docs/tools/ |
H A D | qemu-trace-stap.rst | 50 binary: 57 subsystem, in a binary outside ``$PATH`` 106 To monitor QEMU processes running an alternative binary outside of
|
/qemu/tests/functional/ |
H A D | test_acpi_bits.py | 59 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 D | 50-qemu-gpu.json.in | 4 "binary": "@libexecdir@/vhost-user-gpu" string
|
/qemu/ |
H A D | .gitattributes | 7 Cargo.lock diff=toml merge=binary
|
/qemu/tests/qtest/migration/aarch64/ |
H A D | Makefile | 12 $(CROSS_PREFIX)objcopy -O binary $< $@
|
/qemu/tests/qtest/migration/ppc64/ |
H A D | Makefile | 9 $(CROSS_PREFIX)objcopy -O binary -S $< $@
|