Home
last modified time | relevance | path

Searched full:merge (Results 1 – 25 of 866) sorted by relevance

12345678910>>...35

/qemu/scripts/codeconverter/codeconverter/
H A Dutils.py21 def merge(a: T, b: T) -> T: function
22 """Merge two values if they matched using opt_compare()"""
35 assert merge(None, None) is None
36 assert merge(None, 10) == 10
37 assert merge(10, None) == 10
38 assert merge(10, 10) == 10
72 __all__ = ['not_optional', 'opt_compare', 'merge', 'line_col', 'LineAndColumn']
/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-bitmaps94 # But we can also merge in bitmaps from other layers. This test is a bit
95 # contrived to cover more code paths, in reality, you could merge directly
98 $QEMU_IMG bitmap --add --merge b0 -b "$TEST_IMG.base" -F $IMGFMT \
100 $QEMU_IMG bitmap --merge tmp -f $IMGFMT "$TEST_IMG" b0
106 echo "=== Merge from top layer into backing image ==="
110 $QEMU_IMG bitmap --add --merge b2 -b "$TEST_IMG" -F $IMGFMT \
H A Dqemu-img-close-errors.out12 qemu-img bitmap --merge exit code: 1
22 qemu-img bitmap --merge exit code: 0
H A Dqemu-img-close-errors87 $QEMU_IMG bitmap --merge "good-bitmap" -b "$TEST_IMG" "$BASE_JSON" \
89 echo "qemu-img bitmap --merge exit code: ${PIPESTATUS[0]}"
/qemu/tests/qemu-iotests/
H A D254.out37 "type": "block-dirty-bitmap-merge"
58 "type": "block-dirty-bitmap-merge"
79 "type": "block-dirty-bitmap-merge"
H A D236117 log('\n--- Submitting & Aborting Merge Transaction ---\n')
122 { "type": "block-dirty-bitmap-merge",
129 log('\n--- Creating D as a merge of B & C ---\n')
130 # Good hygiene: create a disabled bitmap as a merge target.
135 { "type": "block-dirty-bitmap-merge",
H A D25452 {'type': 'block-dirty-bitmap-merge',
59 {'type': 'block-dirty-bitmap-merge',
67 {'type': 'block-dirty-bitmap-merge',
H A D236.out218 --- Submitting & Aborting Merge Transaction ---
242 "type": "block-dirty-bitmap-merge"
288 --- Creating D as a merge of B & C ---
312 "type": "block-dirty-bitmap-merge"
/qemu/backends/
H A Dhostmem.c166 return backend->merge; in host_memory_backend_get_merge()
177 assert(!backend->merge); in host_memory_backend_set_merge()
182 value != backend->merge) { in host_memory_backend_set_merge()
190 backend->merge = value; in host_memory_backend_set_merge()
289 backend->merge = machine_mem_merge(machine); in host_memory_backend_init()
360 if (backend->merge) { in host_memory_backend_memory_complete()
511 object_class_property_add_bool(oc, "merge", in host_memory_backend_class_init()
514 object_class_property_set_description(oc, "merge", in host_memory_backend_class_init()
/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c90 char merge; in mlist_coalesce() local
93 merge = 0; in mlist_coalesce()
100 merge = 1; in mlist_coalesce()
106 merge = 1; in mlist_coalesce()
109 } while (merge); in mlist_coalesce()
/qemu/qapi/
H A Dtransaction.json56 # @block-dirty-bitmap-merge: Since 4.0
78 'block-dirty-bitmap-disable', 'block-dirty-bitmap-merge',
175 'block-dirty-bitmap-merge': 'BlockDirtyBitmapMergeWrapper',
/qemu/linux-headers/asm-generic/
H A Dmman-common.h59 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */
60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
/qemu/util/
H A Drange.c53 /* Current list element overlaps @data, merge the two */ in range_list_insert()
57 /* Merge any subsequent list elements that now also overlap */ in range_list_insert()
/qemu/
H A D.gitattributes7 Cargo.lock diff=toml merge=binary
/qemu/docs/interop/
H A Dlive-block-operations.rst97 (2) ``block-commit``: Live merge of data from overlay files into backing
100 (i.e. merge the current active layer into the base image).
250 (1) Merge everything into the active layer: I.e. copy all contents from
260 (2) Taking the same example disk image chain mentioned earlier, merge
285 For `Case-1`_, to merge contents of all the backing files into the
299 For `Case-2`_, merge contents of the images [B] and [C] into [D], where
304 And for `Case-3`_, of "intermediate" streaming", merge contents of
330 The ``block-commit`` command lets you merge live data from overlay
332 commit" (i.e. it is possible to merge the "active layer", the right-most
380 For :ref:`Case-1 <block-commit_Case-1>`, to merge contents only from
H A Dbitmaps.rst183 - ``block-dirty-bitmap-merge``
361 Merging, Copying: block-dirty-bitmap-merge
364 `block-dirty-bitmap-merge
370 - Merge takes one or more bitmaps as a source and merges them together into a
374 - Merge does not create the destination bitmap if it does not exist. A blank
377 - The destination is not cleared prior to merge, so subsequent merge
380 - If the merge operation should fail, the destination bitmap is guaranteed to
392 Merge the data from ``bitmap0`` into the bitmap ``new_bitmap`` on node
398 -> { "execute": "block-dirty-bitmap-merge",
529 - ``block-dirty-bitmap-merge``
/qemu/linux-headers/asm-mips/
H A Dmman.h84 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */
85 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
/qemu/hw/9pfs/
H A Dxen-9pfs.h20 * Do not merge into xen-9p-backend.c: clang doesn't allow unused static
/qemu/.github/workflows/
H A Dlockdown.yml23 The project does not process merge requests filed on GitHub.
/qemu/include/qemu/
H A Doption.h10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
69 bool merge_lists; /* Merge multiple uses of option into a single list? */
/qemu/roms/
H A Dedk2-build.py30 if not os.path.exists(f'{gitdir}/rebase-merge/msgnum'):
32 with open(f'{gitdir}/rebase-merge/msgnum', 'r', encoding = 'utf-8') as f:
34 with open(f'{gitdir}/rebase-merge/end', 'r', encoding = 'utf-8') as f:
36 with open(f'{gitdir}/rebase-merge/head-name', 'r', encoding = 'utf-8') as f:
/qemu/include/hw/audio/
H A Dpcspk.h9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/qemu/system/
H A Darch_init.c9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/qemu/include/chardev/
H A Dchar-win-stdio.h9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/qemu/include/hw/char/
H A Dgrlib_uart.h11 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

12345678910>>...35