/qemu/tests/qemu-iotests/ |
H A D | 137.out | 25 qemu-io: Conflicting values for qcow2 options 'overlap-check' ('constant') and 'overlap-check.templ… 26 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi… 27 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi… 35 qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the followi…
|
H A D | 060.out | 100 === Testing overlap while COW is in flight ===
|
/qemu/docs/devel/ |
H A D | decodetree.rst | 181 come in handy when fields overlap between patterns and one has to 214 Patterns within overlap groups are allowed to overlap. Conflicts are 220 Patterns within no-overlap groups are not allowed to overlap, just 221 the same as ungrouped patterns. Thus no-overlap groups are intended 222 to be nested inside overlap groups.
|
H A D | memory.rst | 208 Usually, regions may not overlap each other; a memory address decodes into 209 exactly one target. In some cases it is useful to allow regions to overlap, 212 allows the region to overlap any other region in the same container, and 220 If the higher priority region in an overlap is a container or alias, then 246 even where they overlap with C. In ranges where B has not mapped anything 261 they do not overlap each other. It is the relative priority of B and C
|
H A D | multi-process.rst | 493 ``memory_region_add_subregion_overlap()``. The overlap version is
|
/qemu/util/ |
H A D | iova-tree.c | 146 const DMAMap *overlap; in iova_tree_remove() local 148 while ((overlap = iova_tree_find(tree, &map))) { in iova_tree_remove() 149 g_tree_remove(tree->tree, overlap); in iova_tree_remove()
|
H A D | oslib-win32.c | 805 OVERLAPPED overlap; in qemu_write_pidfile() local 807 memset(&overlap, 0, sizeof(overlap)); in qemu_write_pidfile() 818 NULL, &overlap); in qemu_write_pidfile()
|
/qemu/tests/decode/ |
H A D | err_pattern_group_nest3.decode | 7 # The exclusive group should error for overlap.
|
H A D | succ_pattern_group_nest2.decode | 9 # Group with complete overlap of the two patterns
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 104 * Source and destination vector register groups cannot overlap source mask 115 * A destination vector register group can overlap a source vector 118 * 2. The destination EEW is smaller than the source EEW and the overlap 121 * is at least 1, and the overlap is in the highest-numbered part of 123 * For the purpose of determining register group overlap constraints, mask 148 * A destination vector register group can overlap a source vector 151 * 2. The destination EEW is smaller than the source EEW and the overlap 154 * is at least 1, and the overlap is in the highest-numbered part of 159 * * Destination vector register group does not overlap a source vector 162 * For rule 1, overlap is allowed so this function doesn't need to be called. [all …]
|
/qemu/include/hw/ |
H A D | elf_ops.h.inc | 452 * paddr + memsz for this segment would overlap with any other 455 * If the segment considered as being memsz size doesn't overlap 462 * Invalid ELF files where the segments overlap even when 464 * the ROM overlap check in loader.c, so we don't try to
|
/qemu/hw/display/ |
H A D | sm501.c | 702 bool overlap = false, fallback = false; in sm501_2d_operation() local 826 overlap = (src_x < dst_x + width && src_x + width > dst_x && in sm501_2d_operation() 834 overlap = (db < se && sb < de); in sm501_2d_operation() 837 if (overlap && (s->use_pixman & BIT(2))) { in sm501_2d_operation() 863 } else if (!overlap && (s->use_pixman & BIT(1))) { in sm501_2d_operation() 880 if (overlap) { /* overlap also means rtl */ in sm501_2d_operation()
|
/qemu/docs/specs/ |
H A D | ppc-spapr-hcalls.rst | 65 of memory (supports overlap of source and destination) and XOR which
|
H A D | fw_cfg.rst | 64 selector register. In other words, the two ports overlap, and can not
|
/qemu/target/s390x/tcg/ |
H A D | insn-format.h.inc | 51 easy way to compress the fields has R1 and B1 overlap. */
|
/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 754 gboolean overlap = t->src->rings && t->dest->rings; in test_migrate_source_check() local 756 g_assert(!overlap); in test_migrate_source_check()
|
/qemu/target/arm/tcg/ |
H A D | vfp.decode | 88 # overlap with other insns in the "Advanced SIMD load/store and 64-bit move"
|
H A D | neon-dp.decode | 396 # each subgroup accidentally overlap each other. Note that all the
|
H A D | t32.decode | 86 # The v8.1M MVE shift insns overlap in encoding with MOVS/ORRS
|
H A D | mve.decode | 149 # awkward nested overlap groups
|
/qemu/docs/devel/testing/ |
H A D | blkdebug.rst | 73 (optional) a sector number that the request must overlap in order to
|
/qemu/qapi/ |
H A D | block-core.json | 3443 # General overlap check modes. 3453 # @all: Perform all available overlap checks 3630 # @overlap-check: which overlap checks to perform for writes to the 3669 '*overlap-check': 'Qcow2OverlapChecks',
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 1812 * If dest does not overlap the inputs, clearing it first is preferred. 1895 * When the destination does not overlap one of the arguments, 2028 * to handle addr/data register overlap, we have placed all input arguments
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 827 if the input does not overlap the output. */
|
/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 528 /* These overlap and are distinguished by bit16 of the instruction */
|