/qemu/scripts/codeconverter/codeconverter/ |
H A D | patching.py | 34 replacement: str 95 def sub(self, original: str, replacement: str) -> str: 103 return original.replace(self.group(0), replacement) 109 def replacement(self) -> Optional[str]: member in FileMatch 113 def make_patch(self, replacement: str) -> 'Patch': 115 return Patch(self.start(), self.end(), replacement) 117 def make_subpatch(self, start: int, end: int, replacement: str) -> 'Patch': 118 return Patch(self.start() + start, self.start() + end, replacement) 134 replacement = self.replacement() 135 if replacement is not None: [all …]
|
H A D | test_patching.py | 19 def replacement(self) -> str: member in BasicPattern
|
H A D | qom_type_info.py | 200 def patch_field(self, field: str, replacement: str) -> Patch: 206 return value.make_patch(replacement) 218 def patch_field_value(self, field: str, replacement: str) -> Patch: 226 return vm.make_patch(replacement)
|
/qemu/scripts/coccinelle/ |
H A D | qom-parent-type.cocci | 19 @replacement depends on filter@
|
H A D | tcg_gen_extract.cocci | 85 @replacement depends on verify_len@
|
/qemu/docs/about/ |
H A D | removed-features.rst | 42 There is no replacement, the ``-tdf`` option has just been ignored since the 86 The ``-balloon none`` option was a no-op and has no replacement. 182 with *memory-backend-ram* backend as replacement for parameter ``mem`` 356 and removed without a replacement. 632 Removed with no replacement. 637 Removed with no replacement. 677 for more than 10 years. Removed with no replacement. 696 Block migration has been removed. For a replacement, see "QMP 713 Removed with no replacement. 778 No replacement. The ``change vnc password`` and ``change DEVICE MEDIUM`` [all …]
|
H A D | deprecated.rst | 43 The replacement for the ``nodelay`` short-form boolean option is ``nodelay=on`` 154 To be removed with no replacement, as it reports only a limited set of
|
/qemu/linux-user/arm/ |
H A D | vdso.ld | 2 * Linker script for linux arm replacement vdso.
|
/qemu/linux-user/x86_64/ |
H A D | vdso.ld | 2 * Linker script for linux x86-64 replacement vdso.
|
/qemu/linux-user/i386/ |
H A D | vdso.ld | 2 * Linker script for linux i386 replacement vdso.
|
/qemu/linux-user/ppc/ |
H A D | vdso-32.ld | 2 * Linker script for linux powerpc64 replacement vdso.
|
H A D | vdso-64.ld | 2 * Linker script for linux powerpc64 replacement vdso.
|
/qemu/linux-user/s390x/ |
H A D | vdso.ld | 2 * Linker script for linux s390x replacement vdso.
|
/qemu/linux-user/aarch64/ |
H A D | vdso.ld | 2 * Linker script for linux aarch64 replacement vdso.
|
/qemu/linux-user/riscv/ |
H A D | vdso.ld | 2 * Linker script for linux riscv replacement vdso.
|
/qemu/linux-user/loongarch64/ |
H A D | vdso.ld | 2 * Linker script for linux loongarch64 replacement vdso.
|
/qemu/docs/system/riscv/ |
H A D | microblaze-v-generic.rst | 7 replacement for the classic MicroBlaze™ processor in existing RTL designs).
|
/qemu/docs/devel/ |
H A D | maintainers.rst | 85 also be done by a retiring maintainer who nominates their replacement
|
H A D | style.rst | 436 We encourage the usage of ``include/hw/registerfields.h`` as a safe replacement 524 There are also replacement character processing macros for isxyz and toxyz,
|
H A D | build-system.rst | 82 replacement in Meson is ``find_program()``.
|
/qemu/docs/system/devices/ |
H A D | net.rst | 83 passt_ can be used as a simple replacement for SLIRP (``-net user``).
|
/qemu/qapi/ |
H A D | migration.json | 2334 # @deprecated: This command is deprecated with no replacement yet.
|
H A D | block-core.json | 5588 # data), and replacement of an active keyslot (possible loss of
|
/qemu/ |
H A D | qemu-options.hx | 2586 ``sasl-authz`` and ``tls-authz`` options are a replacement. 3403 Example (using passt as a replacement of -netdev user): 3665 specifically defined protocol to pass vhost ioctl replacement 5847 vhost ioctl replacement messages to an application on the other
|