Searched refs:Patch (Results 1 – 10 of 10) sorted by relevance
/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 193 def append_field(self, field: str, value: str) -> Patch: 200 def patch_field(self, field: str, replacement: str) -> Patch: 208 def remove_field(self, field: str) -> Iterable[Patch]: 214 def remove_fields(self, *fields: str) -> Iterable[Patch]: 218 def patch_field_value(self, field: str, replacement: str) -> Patch: 231 def gen_patches(self) -> Iterable[Patch]: 262 def gen_patches(self) -> Iterable[Patch]: 269 def gen_patches(self) -> Iterable[Patch]: 463 fields: Dict[str, Optional[str]]) -> Iterable[Patch]: 494 def gen_patches(self) -> Iterable[Patch]: [all …]
|
H A D | qom_macros.py | 144 def strip_typedef(self) -> Patch: 158 def move_typedef(self, position) -> Iterator[Patch]: 161 yield Patch(position, position, self.make_simple_typedef()) 163 def split_typedef(self) -> Iterator[Patch]: 170 def gen_patches(self) -> Iterator[Patch]: 176 def gen_patches(self) -> Iterable[Patch]: 196 def gen_patches(self) -> Iterable[Patch]: 206 def gen_patches(self) -> Iterator[Patch]: 339 def gen_patches(self) -> Iterable[Patch]: 454 def gen_patches(self) -> Iterable[Patch]: [all …]
|
H A D | patching.py | 28 class Patch(NamedTuple): class 115 return Patch(self.start(), self.end(), replacement) 118 return Patch(self.start() + start, self.start() + end, replacement) 126 return Patch(self.end(), self.end(), s) 130 return Patch(self.start(), self.start(), s) 234 def apply_patches(s: str, patches: Iterable[Patch]) -> str: argument 242 def patch_sort_key(item: Tuple[int, Patch]) -> Tuple[int, int, int]: argument 310 self.patches: List[Patch] = []
|
H A D | test_patching.py | 9 from .patching import FileInfo, FileMatch, Patch, FileList
|
/qemu/tests/docker/dockerfiles/ |
H A D | debian-bootstrap.docker | 11 # Patch all mounts as docker already has stuff set up
|
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/ |
H A D | build-toolchain.sh | 13 …fs/tags/xlnx-rel-v2024.1/meta-microblaze/recipes-devtools/gcc/gcc-12/0009-Patch-microblaze-Fix-ato…
|
/qemu/docs/ |
H A D | multiseat.txt | 137 Patch with this rule has been submitted to upstream udev/systemd, was
|
H A D | igd-assign.txt | 265 [4] https://eci.intel.com/docs/3.3/components/kvm-hypervisor.html, Patch 0001-0004
|
/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 3 Submitting a Patch 228 <https://wiki.qemu.org/Contribute/MailingLists>`__. Patch 323 such as 'git-email' on Fedora-based systems.) Patch series need a cover 342 Patch emails must include a ``Signed-off-by:`` line
|
/qemu/pc-bios/ |
H A D | edk2-licenses.txt | 180 = Change Description / Commit Message / Patch Email = 203 Patch content inline or attached 415 = Change Description / Commit Message / Patch Email = 438 Patch content inline or attached
|