index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
rdma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
multifd: Make multifd_load_setup() get an Error parameter
Juan Quintela
2020-01-29
1
-1
/
+1
*
migration: Use automatic rcu_read unlock in rdma.c
Dr. David Alan Gilbert
2019-10-11
1
-46
/
+11
*
migration/rdma.c: Swap synchronize_rcu for call_rcu
Dr. David Alan Gilbert
2019-09-25
1
-12
/
+27
*
migration/rdma: Don't moan about disconnects at the end
Dr. David Alan Gilbert
2019-09-25
1
-4
/
+8
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
2019-08-16
1
-0
/
+1
|
\
|
*
Include exec/memory.h slightly less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
|
migration: use migration_in_postcopy() to check POSTCOPY_ACTIVE
Wei Yang
2019-08-14
1
-3
/
+3
|
/
*
migration: move port_attr inside CONFIG_LINUX
Alex Bennée
2019-07-04
1
-2
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+2
*
migration/rdma: Check qemu_rdma_init_one_block
Dr. David Alan Gilbert
2019-03-25
1
-1
/
+5
*
migration: Add an ability to ignore shared RAM blocks
Yury Kotov
2019-03-06
1
-1
/
+1
*
exec: Change RAMBlockIterFunc definition
Yury Kotov
2019-03-06
1
-2
/
+5
*
migration/rdma: clang compilation fix
Marcel Apfelbaum
2019-03-06
1
-1
/
+4
*
migration/rdma: Fix qemu_rdma_cleanup null check
Dr. David Alan Gilbert
2019-03-06
1
-1
/
+3
*
migration/rdma: unregister fd handler
Dr. David Alan Gilbert
2019-01-23
1
-0
/
+1
*
migration/rdma: Fix uninitialised rdma_return_path
Dr. David Alan Gilbert
2018-09-26
1
-1
/
+1
*
migration: poll the cm event for destination qemu
Lidong Chen
2018-08-22
1
-1
/
+31
*
migration: implement the shutdown for RDMA QIOChannel
Lidong Chen
2018-08-22
1
-0
/
+40
*
migration: poll the cm event while wait RDMA work request completion
Lidong Chen
2018-08-22
1
-3
/
+30
*
migration: implement io_set_aio_fd_handler function for RDMA QIOChannel
Lidong Chen
2018-08-22
1
-0
/
+16
*
migration: Stop rdma yielding during incoming postcopy
Lidong Chen
2018-08-22
1
-1
/
+3
*
migration: implement bi-directional RDMA QIOChannel
Lidong Chen
2018-08-22
1
-26
/
+170
*
migration: create a dedicated connection for rdma return path
Lidong Chen
2018-08-22
1
-3
/
+91
*
migration: disable RDMA WRITE after postcopy started
Lidong Chen
2018-08-22
1
-0
/
+12
*
migration: Fixes for non-migratable RAMBlocks
Dr. David Alan Gilbert
2018-06-15
1
-1
/
+1
*
migration: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnect
Lidong Chen
2018-06-04
1
-10
/
+2
*
migration: remove unnecessary variables len in QIOChannelRDMA
Lidong Chen
2018-06-04
1
-8
/
+7
*
migration: update index field when delete or qsort RDMALocalBlock
Lidong Chen
2018-05-15
1
-0
/
+7
*
migration: Allow migrate_fd_connect to take an Error *
Dr. David Alan Gilbert
2018-02-06
1
-1
/
+1
*
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
2018-01-16
1
-1
/
+1
*
migration/rdma: Send error during cancelling
Dr. David Alan Gilbert
2017-07-18
1
-1
/
+3
*
migration/rdma: Safely convert control types
Dr. David Alan Gilbert
2017-07-18
1
-22
/
+32
*
migration/rdma: Allow cancelling while waiting for wrid
Dr. David Alan Gilbert
2017-07-18
1
-6
/
+53
*
migration/rdma: fix qemu_rdma_block_for_wrid error paths
Dr. David Alan Gilbert
2017-07-18
1
-2
/
+6
*
migration/rdma: Fix race on source
Dr. David Alan Gilbert
2017-07-18
1
-6
/
+6
*
migration: Move migration.h to migration/
Juan Quintela
2017-06-13
1
-1
/
+1
*
migration: Export ram.c functions in its own file
Juan Quintela
2017-06-01
1
-1
/
+1
*
migration: Export rdma.c functions in its own file
Juan Quintela
2017-06-01
1
-0
/
+1
*
migration: Split qemu-file.h
Juan Quintela
2017-06-01
1
-1
/
+1
*
migration: Export qemu-file-channel.c functions in its own file
Juan Quintela
2017-05-18
1
-0
/
+1
*
sockets: Prepare inet_parse() for flattened SocketAddress
Markus Armbruster
2017-05-09
1
-2
/
+2
*
migration: Make errp the last parameter of local functions
Fam Zheng
2017-04-24
1
-6
/
+6
*
migration/rdma: Don't flag an error when we've been told about one
Dr. David Alan Gilbert
2016-10-13
1
-1
/
+5
*
migration/rdma: Pass qemu_file errors across link
Dr. David Alan Gilbert
2016-10-13
1
-0
/
+3
*
cutils: Export only buffer_is_zero
Richard Henderson
2016-09-13
1
-4
/
+1
*
migration: rename functions to starting migrations
Daniel P. Berrange
2016-06-16
1
-2
/
+2
*
migration: convert RDMA to use QIOChannel interface
Daniel P. Berrange
2016-05-26
1
-99
/
+275
*
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
2016-05-26
1
-7
/
+3
*
migration: split migration hooks out of QEMUFileOps
Daniel P. Berrange
2016-05-26
1
-0
/
+8
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
[next]