/qemu/scripts/codeconverter/codeconverter/ |
H A D | utils.py | 21 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 D | qemu-img-bitmaps | 94 # 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 D | qemu-img-close-errors.out | 12 qemu-img bitmap --merge exit code: 1 22 qemu-img bitmap --merge exit code: 0
|
H A D | qemu-img-close-errors | 87 $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 D | 254.out | 37 "type": "block-dirty-bitmap-merge" 58 "type": "block-dirty-bitmap-merge" 79 "type": "block-dirty-bitmap-merge"
|
H A D | 236 | 117 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 D | 254 | 52 {'type': 'block-dirty-bitmap-merge', 59 {'type': 'block-dirty-bitmap-merge', 67 {'type': 'block-dirty-bitmap-merge',
|
H A D | 236.out | 218 --- 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 D | hostmem.c | 166 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 D | libqos-malloc.c | 90 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 D | transaction.json | 56 # @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 D | mman-common.h | 59 #define MADV_MERGEABLE 12 /* KSM may merge identical pages */ 60 #define MADV_UNMERGEABLE 13 /* KSM may not merge identical pages */
|
/qemu/util/ |
H A D | range.c | 53 /* 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 | .gitattributes | 7 Cargo.lock diff=toml merge=binary
|
/qemu/docs/interop/ |
H A D | live-block-operations.rst | 97 (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 D | bitmaps.rst | 183 - ``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 D | mman.h | 84 #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 D | xen-9pfs.h | 20 * Do not merge into xen-9p-backend.c: clang doesn't allow unused static
|
/qemu/.github/workflows/ |
H A D | lockdown.yml | 23 The project does not process merge requests filed on GitHub.
|
/qemu/include/qemu/ |
H A D | option.h | 10 * 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 D | edk2-build.py | 30 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 D | pcspk.h | 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/qemu/system/ |
H A D | arch_init.c | 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/qemu/include/chardev/ |
H A D | char-win-stdio.h | 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
/qemu/include/hw/char/ |
H A D | grlib_uart.h | 11 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|