Home
last modified time | relevance | path

Searched refs:reduce (Results 1 – 25 of 30) sorted by relevance

12

/qemu/docs/
H A Dmulti-thread-compression.txt22 to reduce the data transferred about 60%, this is very useful when the
29 the amount of data transferred will decrease; this factor can reduce
53 can still help to reduce the migration time.
147 to reduce the CPU consumption when doing (de)compression. If using
H A Dqcow2-cache.txt185 so it's a good idea to reduce the entry size in those cases. With
207 It is possible to clean unused cache entries in order to reduce the
H A Dblock-replication.txt23 only dropped at next checkpoint time. To reduce the network transportation
H A Drdma.txt75 of the migration, which can greatly reduce the "total" time of your migration.
/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py20 from functools import reduce
52 total = reduce(lambda x, y: x + y[1] - y[0] + 1, intervals, 0)
/qemu/target/mips/tcg/
H A Dtx79.decode20 # reduce the amount of duplication between instruction patterns.
/qemu/docs/devel/migration/
H A Dvfio.rst15 helps to reduce the total downtime of the VM. VFIO devices opt-in to pre-copy
19 When pre-copy is supported, it's possible to further reduce downtime by
24 guarantee that and thus, can potentially reduce downtime even further.
H A Ddirty-limit.rst46 computation must be done carefully in order to reduce the dirty page
H A Dqpl-compression.rst234 parameter can avoid the occurrence of I/O page fault and reduce the overhead
/qemu/target/hexagon/idef-parser/
H A DREADME.rst71 This file is used to reduce the complexity of the input language where complex
430 For solving conflicts you need a basic understanding of `shift-reduce conflicts
432 and `reduce-reduce conflicts
436 ``-Wcex`` option to Bison. In general shift/reduce conflicts are solved by
438 correctly, while reduce/reduce conflicts are solved by redesigning the
/qemu/target/riscv/
H A Dvcrypto_helper.c820 bool reduce = ((H[1] >> 63) & 1); in HELPER() local
823 if (reduce) { in HELPER()
856 bool reduce = ((H[1] >> 63) & 1); in HELPER() local
859 if (reduce) { in HELPER()
/qemu/docs/devel/
H A Dzoned-storage.rst7 can reduce write amplification in SSDs, and potentially lead to higher
H A Dmultiple-iothreads.txt30 can improve I/O latency and reduce jitter seen by the guest.
H A Datomics.rst54 case, ``qemu/atomic.h`` will reduce stronger memory barriers to simple
259 Splitting a loop can also be useful to reduce the number of barriers:
H A Dqom.rst309 convention. To reduce the amount of boilerplate code that needs to be
H A Dreplay.rst64 reduce the time the BQL was held across the system including under TCG
H A Dreset.rst48 as equivalent to ``RESET_TYPE_COLD``; this will reduce the amount of
H A Dsubmitting-a-patch.rst118 the patch, will reduce churn in trying to treat unrelated ``}`` lines in
/qemu/docs/config/
H A Dq35-virtio-graphical.cfg216 # reduce the number of PCI Express controllers in the
/qemu/scripts/
H A Ddecodetree.py99 from functools import reduce
111 extra_items_in_deps = (reduce(set.union, data.values())
/qemu/docs/system/i386/
H A Dsgx.rst87 i.e. may marginally reduce SGX performance in the guest. All SGX sub-features
/qemu/docs/system/arm/
H A Dorangepi.rst175 To help reduce the performance slow down due to emulating the 4 cores, you can
/qemu/docs/about/
H A Ddeprecated.rst463 types of migration. In order to reduce ambiguity, the ``fd:`` URI
/qemu/target/arm/tcg/
H A Dsve.decode97 # reduce the amount of duplication between instruction patterns.
/qemu/docs/interop/
H A Dbitmaps.rst519 narrow critical points in time to reduce waste, or, in the other

12