Searched refs:multifd (Results 1 – 14 of 14) sorted by relevance
| /qemu/migration/ |
| A D | meson.build | 24 '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 D | migration-stats.c | 64 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 D | trace-events | 129 # 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 D | comparison.py | 130 multifd=True, multifd_channels=2), 132 multifd=True, multifd_channels=8), 134 multifd=True, multifd_channels=32), 136 multifd=True, multifd_channels=64),
|
| A D | scenario.py | 33 multifd=False, multifd_channels=2, argument 62 self._multifd = multifd
|
| A D | shell.py | 167 multifd=args.multifd,
|
| /qemu/qapi/ |
| A D | migration.json | 44 # @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 D | qatzip-compression.rst | 9 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 D | mapped-ram.rst | 6 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 D | qpl-compression.rst | 163 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 D | uadk-compression.rst | 134 Set ``migrate_set_parameter multifd-compression uadk``
|
| A D | main.rst | 55 interface if the multifd capability is enabled:
|
| /qemu/docs/about/ |
| A D | removed-features.rst | 697 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 D | deprecated.rst | 154 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