Home
last modified time | relevance | path

Searched refs:rdma (Results 1 – 18 of 18) sorted by relevance

/qemu/migration/
H A Drdma.c436 if (rdma->errored && !rdma->error_reported) { in rdma_errored()
927 if (rdma->host == NULL || !strcmp(rdma->host, "")) { in qemu_rdma_resolve_host()
1027 rdma->verbs = rdma->cm_id->verbs; in qemu_rdma_resolve_host()
1047 rdma->pd = ibv_alloc_pd(rdma->verbs); in qemu_rdma_alloc_pd_cq()
1122 if (rdma_create_qp(rdma->cm_id, rdma->pd, &attr) < 0) { in qemu_rdma_alloc_qp()
1126 rdma->qp = rdma->cm_id->qp; in qemu_rdma_alloc_qp()
1335 rdma->wr_data[idx].control_mr = ibv_reg_mr(rdma->pd, in qemu_rdma_reg_control()
1528 while (!rdma->errored && !rdma->received_error) { in qemu_rdma_wait_comp_channel()
2239 ret = qemu_rdma_write_one(rdma, rdma->current_index, rdma->current_addr, in qemu_rdma_write_flush()
2349 if (rdma->cm_id && rdma->connected) { in qemu_rdma_cleanup()
[all …]
H A Dmigration-stats.c65 uint64_t rdma = stat64_get(&mig_stats.rdma_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()
H A Dmeson.build40 system_ss.add(when: rdma, if_true: files('rdma.c'))
H A Dtrace-events196 migration_transferred_bytes(uint64_t qemu_file, uint64_t multifd, uint64_t rdma) "qemu_file %" PRIu…
207 # rdma.c
H A Dmigration.c548 InetSocketAddress *isock = &addr->u.rdma; in migrate_uri_parse()
658 rdma_start_incoming_migration(&addr->u.rdma, errp); in qemu_start_incoming_migration()
2067 rdma_start_outgoing_migration(s, &addr->u.rdma, &local_err); in qmp_migrate()
/qemu/docs/
H A Drdma.txt5 Github: git@github.com:hinesmr/qemu.git, 'rdma' branch
69 $ migrate_set_capability rdma-pin-all on # disabled by default
96 qemu ..... -incoming rdma:host:port
101 $ migrate -d rdma:host:port
123 1. rdma-pin-all disabled total time: approximately 7.5 seconds @ 9.5 Gbps
124 2. rdma-pin-all enabled total time: approximately 4 seconds @ 26 Gbps
176 as follows (migration-rdma.c):
361 At the beginning of the migration, (migration-rdma.c),
/qemu/tests/docker/dockerfiles/
H A Dcentos9.docker104 rdma-core-devel \
H A Dopensuse-leap.docker96 rdma-core-devel \
H A Dfedora.docker114 rdma-core-devel \
/qemu/docs/system/loongarch/
H A Dvirt.rst42 ./configure --disable-rdma --prefix=/usr \
/qemu/scripts/coverity-scan/
H A DCOMPONENTS.md103 ~ (/qemu)?((/include)?(/hw)?/(net|rdma)/.*)
H A Drun-coverity-scan429 --enable-numa --enable-rdma --enable-smartcard --enable-virglrenderer \
H A Dcoverity-scan.docker123 rdma-core-devel \
/qemu/scripts/
H A Dmeson-buildoptions.sh444 --enable-rdma) printf "%s" -Drdma=enabled ;;
445 --disable-rdma) printf "%s" -Drdma=disabled ;;
/qemu/qapi/
H A Dmigration.json381 # @rdma-pin-all: Controls whether or not the entire VM memory
383 # docs/rdma.txt for usage. Disabled by default. (since 2.0)
479 'data': ['xbzrle', 'rdma-pin-all', 'auto-converge', 'zero-blocks',
1469 # @rdma: Migrate via RDMA.
1476 'data': [ 'socket', 'exec', 'rdma', 'file' ] }
1516 'rdma': 'InetSocketAddress',
/qemu/
H A Dmeson_options.txt201 option('rdma', type : 'feature', value : 'auto', feature
H A DMAINTAINERS3417 X: migration/rdma*
3423 F: migration/rdma*
H A Dqemu-options.hx4768 "-incoming rdma:host:port[,ipv4=on|off][,ipv6=on|off]\n" \
4783 ``-incoming rdma:host:port[,ipv4=on|off][,ipv6=on|off]``