Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 24 of 24) sorted by relevance

/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py34 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 Dtest_patching.py19 def replacement(self) -> str: member in BasicPattern
H A Dqom_type_info.py200 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 Dqom-parent-type.cocci19 @replacement depends on filter@
H A Dtcg_gen_extract.cocci85 @replacement depends on verify_len@
/qemu/docs/about/
H A Dremoved-features.rst42 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 Ddeprecated.rst43 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 Dvdso.ld2 * Linker script for linux arm replacement vdso.
/qemu/linux-user/x86_64/
H A Dvdso.ld2 * Linker script for linux x86-64 replacement vdso.
/qemu/linux-user/i386/
H A Dvdso.ld2 * Linker script for linux i386 replacement vdso.
/qemu/linux-user/ppc/
H A Dvdso-32.ld2 * Linker script for linux powerpc64 replacement vdso.
H A Dvdso-64.ld2 * Linker script for linux powerpc64 replacement vdso.
/qemu/linux-user/s390x/
H A Dvdso.ld2 * Linker script for linux s390x replacement vdso.
/qemu/linux-user/aarch64/
H A Dvdso.ld2 * Linker script for linux aarch64 replacement vdso.
/qemu/linux-user/riscv/
H A Dvdso.ld2 * Linker script for linux riscv replacement vdso.
/qemu/linux-user/loongarch64/
H A Dvdso.ld2 * Linker script for linux loongarch64 replacement vdso.
/qemu/docs/system/riscv/
H A Dmicroblaze-v-generic.rst7 replacement for the classic MicroBlaze™ processor in existing RTL designs).
/qemu/docs/devel/
H A Dmaintainers.rst85 also be done by a retiring maintainer who nominates their replacement
H A Dstyle.rst436 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 Dbuild-system.rst82 replacement in Meson is ``find_program()``.
/qemu/docs/system/devices/
H A Dnet.rst83 passt_ can be used as a simple replacement for SLIRP (``-net user``).
/qemu/qapi/
H A Dmigration.json2334 # @deprecated: This command is deprecated with no replacement yet.
H A Dblock-core.json5588 # data), and replacement of an active keyslot (possible loss of
/qemu/
H A Dqemu-options.hx2586 ``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