| /qemu/scripts/ |
| A D | qemu-trace-stap | 29 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 D | device-crash-test | 290 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 D | tracetool.py | 78 binary = None 99 binary = arg 119 if binary is None: 135 binary=binary, probe_prefix=probe_prefix)
|
| 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/tests/uefi-test-tools/ |
| 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))))
|
| 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/scripts/tracetool/format/ |
| A D | stap.py | 16 from tracetool.backend.dtrace import binary, probeprefix 49 binary=binary())
|
| /qemu/docs/system/loongarch/ |
| A D | virt.rst | 35 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 D | control-flow-integrity.rst | 44 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 D | 031.out | 121 data <binary> 154 data <binary> 192 data <binary>
|
| A D | 036.out | 30 data <binary> 42 data <binary>
|
| /qemu/tests/migration/guestperf/ |
| A D | report.py | 36 binary, argument 49 self._binary = binary
|
| /qemu/docs/devel/testing/ |
| A D | avocado.rst | 270 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 D | functional.rst | 62 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 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
|
| 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/python/qemu/machine/ |
| A D | qtest.py | 133 binary: str, 143 super().__init__(binary, args, wrapper=wrapper, name=name,
|
| /qemu/tests/docker/ |
| 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/ |
| A D | amigang.rst | 28 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 D | 50-qemu-gpu.json.in | 4 "binary": "@libexecdir@/vhost-user-gpu" string
|
| /qemu/docs/tools/ |
| 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/ |
| A D | .gitattributes | 7 Cargo.lock diff=toml merge=binary
|
| /qemu/tests/migration/aarch64/ |
| A D | Makefile | 12 $(CROSS_PREFIX)objcopy -O binary $< $@
|
| /qemu/tests/migration/ppc64/ |
| A D | Makefile | 9 $(CROSS_PREFIX)objcopy -O binary -S $< $@
|
| /qemu/tests/functional/ |
| A D | test_acpi_bits.py | 92 binary: str, 104 super().__init__(binary, args, wrapper=wrapper, name=name, 363 self._vm = QEMUBitsMachine(binary=self.qemu_bin,
|