index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
rdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-13
migration/rdma: Don't flag an error when we've been told about one
Dr. David Alan Gilbert
1
-1
/
+5
2016-10-13
migration/rdma: Pass qemu_file errors across link
Dr. David Alan Gilbert
1
-0
/
+3
2016-09-13
cutils: Export only buffer_is_zero
Richard Henderson
1
-4
/
+1
2016-06-16
migration: rename functions to starting migrations
Daniel P. Berrange
1
-2
/
+2
2016-05-26
migration: convert RDMA to use QIOChannel interface
Daniel P. Berrange
1
-99
/
+275
2016-05-26
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
1
-7
/
+3
2016-05-26
migration: split migration hooks out of QEMUFileOps
Daniel P. Berrange
1
-0
/
+8
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-05
migration: rename 'file' in MigrationState to 'to_dst_file'
zhanghailiang
1
-1
/
+1
2016-01-29
migration: Clean up includes
Peter Maydell
1
-3
/
+1
2015-11-12
migration: Make 32bit linux compile with RDMA
Juan Quintela
1
-1
/
+1
2015-10-20
coroutine: move into libqemuutil.a library
Daniel P. Berrange
1
-1
/
+1
2015-09-29
migration: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-9
/
+8
2015-09-29
migration: size_t'ify some of qemu-file
Dr. David Alan Gilbert
1
-6
/
+7
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
1
-1
/
+1
2015-07-16
RDMA: Fix error exits
Dr. David Alan Gilbert
1
-4
/
+4
2015-07-07
Fail more cleanly in mismatched RAM cases
Dr. David Alan Gilbert
1
-0
/
+2
2015-07-07
Sanity check RDMA remote data
Dr. David Alan Gilbert
1
-0
/
+30
2015-07-07
Sort destination RAMBlocks to be the same as the source
Dr. David Alan Gilbert
1
-28
/
+73
2015-07-07
Rework ram block hash
Dr. David Alan Gilbert
1
-12
/
+20
2015-07-07
Allow rdma_delete_block to work without the hash
Dr. David Alan Gilbert
1
-11
/
+16
2015-07-07
Rework ram_control_load_hook to hook during block load
Dr. David Alan Gilbert
1
-6
/
+22
2015-07-07
Translate offsets to destination address space
Dr. David Alan Gilbert
1
-7
/
+24
2015-07-07
Store block name in local blocks structure
Dr. David Alan Gilbert
1
-14
/
+21
2015-07-07
rdma typos
Dr. David Alan Gilbert
1
-3
/
+3
2015-07-07
rdma: fix memory leak
Gonglei
1
-1
/
+2
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-12
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
1
-4
/
+3
2015-06-12
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
1
-4
/
+3
2015-06-12
Remove unneeded memset
Dr. David Alan Gilbert
1
-1
/
+0
2015-06-12
Rename RDMA structures to make destination clear
Dr. David Alan Gilbert
1
-33
/
+33
2015-06-12
qemu_ram_foreach_block: pass up error value, and down the ramblock name
Dr. David Alan Gilbert
1
-2
/
+2
2015-06-12
rdma: Fix qemu crash when IPv6 address is used for migration
Padmanabh Ratnakar
1
-0
/
+7
2015-03-26
rdma: Fix cleanup in error paths
Padmanabh Ratnakar
1
-14
/
+8
2015-03-17
migration: Fix remaining 32 bit compiler errors
Stefan Weil
1
-24
/
+29
2015-03-17
migration: Fix some 32 bit compiler errors
Stefan Weil
1
-12
/
+11
2015-03-17
migration/rdma: clean up qemu_rdma_dest_init a bit
Michael Tokarev
1
-29
/
+22
2015-03-16
ram: make all save_page functions take a uint64_t parameter
Juan Quintela
1
-1
/
+1
2015-03-10
migration: Fix coding style (whitespace issues)
Stefan Weil
1
-10
/
+10
2015-03-10
Remove superfluous '\n' around error_report()
Gonglei
1
-1
/
+1
2015-03-02
unbreak dtrace tracing due to double _ in rdma names
Dr. David Alan Gilbert
1
-13
/
+11
2015-02-10
migration: Fix warnings caused by missing 'static' attribute
Stefan Weil
1
-4
/
+4
2015-02-10
rdma: g_malloc0() can't fail, bury dead error handling
Markus Armbruster
1
-3
/
+0
2015-02-05
Tracify migration/rdma.c
Dr. David Alan Gilbert
1
-189
/
+144
2014-12-16
Remove migration- pre/post fixes off files in migration/ dir
Dr. David Alan Gilbert
1
-0
/
+3438