index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
rdma.c
Age
Commit message (
Expand
)
Author
2017-05-18
migration: Export qemu-file-channel.c functions in its own file
Juan Quintela
2017-05-09
sockets: Prepare inet_parse() for flattened SocketAddress
Markus Armbruster
2017-04-24
migration: Make errp the last parameter of local functions
Fam Zheng
2016-10-13
migration/rdma: Don't flag an error when we've been told about one
Dr. David Alan Gilbert
2016-10-13
migration/rdma: Pass qemu_file errors across link
Dr. David Alan Gilbert
2016-09-13
cutils: Export only buffer_is_zero
Richard Henderson
2016-06-16
migration: rename functions to starting migrations
Daniel P. Berrange
2016-05-26
migration: convert RDMA to use QIOChannel interface
Daniel P. Berrange
2016-05-26
migration: add reporting of errors for outgoing migration
Daniel P. Berrange
2016-05-26
migration: split migration hooks out of QEMUFileOps
Daniel P. Berrange
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-05
migration: rename 'file' in MigrationState to 'to_dst_file'
zhanghailiang
2016-01-29
migration: Clean up includes
Peter Maydell
2015-11-12
migration: Make 32bit linux compile with RDMA
Juan Quintela
2015-10-20
coroutine: move into libqemuutil.a library
Daniel P. Berrange
2015-09-29
migration: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-09-29
migration: size_t'ify some of qemu-file
Dr. David Alan Gilbert
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
2015-07-16
RDMA: Fix error exits
Dr. David Alan Gilbert
2015-07-07
Fail more cleanly in mismatched RAM cases
Dr. David Alan Gilbert
2015-07-07
Sanity check RDMA remote data
Dr. David Alan Gilbert
2015-07-07
Sort destination RAMBlocks to be the same as the source
Dr. David Alan Gilbert
2015-07-07
Rework ram block hash
Dr. David Alan Gilbert
2015-07-07
Allow rdma_delete_block to work without the hash
Dr. David Alan Gilbert
2015-07-07
Rework ram_control_load_hook to hook during block load
Dr. David Alan Gilbert
2015-07-07
Translate offsets to destination address space
Dr. David Alan Gilbert
2015-07-07
Store block name in local blocks structure
Dr. David Alan Gilbert
2015-07-07
rdma typos
Dr. David Alan Gilbert
2015-07-07
rdma: fix memory leak
Gonglei
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-12
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
2015-06-12
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
2015-06-12
Remove unneeded memset
Dr. David Alan Gilbert
2015-06-12
Rename RDMA structures to make destination clear
Dr. David Alan Gilbert
2015-06-12
qemu_ram_foreach_block: pass up error value, and down the ramblock name
Dr. David Alan Gilbert
2015-06-12
rdma: Fix qemu crash when IPv6 address is used for migration
Padmanabh Ratnakar
2015-03-26
rdma: Fix cleanup in error paths
Padmanabh Ratnakar
2015-03-17
migration: Fix remaining 32 bit compiler errors
Stefan Weil
2015-03-17
migration: Fix some 32 bit compiler errors
Stefan Weil
2015-03-17
migration/rdma: clean up qemu_rdma_dest_init a bit
Michael Tokarev
2015-03-16
ram: make all save_page functions take a uint64_t parameter
Juan Quintela
2015-03-10
migration: Fix coding style (whitespace issues)
Stefan Weil
2015-03-10
Remove superfluous '\n' around error_report()
Gonglei
2015-03-02
unbreak dtrace tracing due to double _ in rdma names
Dr. David Alan Gilbert
2015-02-10
migration: Fix warnings caused by missing 'static' attribute
Stefan Weil
2015-02-10
rdma: g_malloc0() can't fail, bury dead error handling
Markus Armbruster
2015-02-05
Tracify migration/rdma.c
Dr. David Alan Gilbert
2014-12-16
Remove migration- pre/post fixes off files in migration/ dir
Dr. David Alan Gilbert