Home
last modified time | relevance | path

Searched refs:multifd (Results 1 – 14 of 14) sorted by relevance

/qemu/migration/
A Dmeson.build24 'multifd.c',
25 'multifd-nocomp.c',
26 'multifd-zlib.c',
27 'multifd-zero-page.c',
43 system_ss.add(when: zstd, if_true: files('multifd-zstd.c'))
44 system_ss.add(when: qpl, if_true: files('multifd-qpl.c'))
45 system_ss.add(when: uadk, if_true: files('multifd-uadk.c'))
46 system_ss.add(when: qatzip, if_true: files('multifd-qatzip.c'))
A Dmigration-stats.c64 uint64_t multifd = stat64_get(&mig_stats.multifd_bytes); in migration_transferred_bytes() local
68 trace_migration_transferred_bytes(qemu_file, multifd, rdma); in migration_transferred_bytes()
69 return qemu_file + multifd + rdma; in migration_transferred_bytes()
A Dtrace-events129 # multifd.c
198 …n_transferred_bytes(uint64_t qemu_file, uint64_t multifd, uint64_t rdma) "qemu_file %" PRIu64 " mu…
/qemu/tests/migration/guestperf/
A Dcomparison.py130 multifd=True, multifd_channels=2),
132 multifd=True, multifd_channels=8),
134 multifd=True, multifd_channels=32),
136 multifd=True, multifd_channels=64),
A Dscenario.py33 multifd=False, multifd_channels=2, argument
62 self._multifd = multifd
A Dshell.py167 multifd=args.multifd,
/qemu/qapi/
A Dmigration.json44 # @multifd-bytes: The number of bytes sent through multifd (since 3.0)
628 # @multifd: Perform zero page checking in multifd sender thread if
635 'data': [ 'none', 'legacy', 'multifd' ] }
863 'multifd-channels',
866 'multifd-zlib-level', 'multifd-zstd-level',
867 'multifd-qatzip-level',
1055 '*multifd-channels': 'uint8',
1060 '*multifd-zlib-level': 'uint8',
1062 '*multifd-zstd-level': 'uint8',
1262 '*multifd-channels': 'uint8',
[all …]
/qemu/docs/devel/migration/
A Dqatzip-compression.rst9 The following test was conducted using 8 multifd channels and 10Gbps network
115 3 - Set ``migrate_set_parameter multifd-compression qatzip``
117 4 - Set ``migrate_set_parameter multifd-qatzip-level comp_level``, the default
125 number of devices used for migration and the number of multifd channels.
A Dmapped-ram.rst6 with ``multifd``. This enables parallel migration of a guest's RAM to
11 ``multifd`` threads to write exclusively to those offsets even if the
24 On both source and destination, enable the ``multifd`` and
27 ``migrate_set_capability multifd on``
A Dqpl-compression.rst163 The multifd migration with ``QPL`` compression method will use all work
206 Set ``migrate_set_parameter multifd-compression qpl`` when migrating, the
223 ``multifd`` thread has a ``ZLIB`` streaming context, and all page compression
A Duadk-compression.rst134 Set ``migrate_set_parameter multifd-compression uadk``
A Dmain.rst55 interface if the multifd capability is enabled:
/qemu/docs/about/
A Dremoved-features.rst697 Use ``multifd-zlib-level`` or ``multifd-zstd-level`` instead.
702 Use ``multifd-channels`` instead.
712 Use ``multifd-channels`` instead.
717 Use ``multifd-compression`` instead.
818 Use ``multifd-zlib-level`` or ``multifd-zstd-level`` instead.
823 Use ``multifd-channels`` instead.
833 Use ``multifd-channels`` instead.
838 Use ``multifd-compression`` instead.
A Ddeprecated.rst154 threads (for example, it only reports source side of multifd threads,
155 without reporting any destination threads, or non-multifd source threads).

Completed in 34 milliseconds