index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
fd.c
Age
Commit message (
Expand
)
Author
2024-05-08
migration: Deprecate fd: for file migration
Fabiano Rosas
2024-03-22
migration: Revert mapped-ram multifd support to fd: URI
Fabiano Rosas
2024-03-15
migration/multifd: Duplicate the fd for the outgoing_args
Fabiano Rosas
2024-03-15
migration/multifd: Ensure we're not given a socket for file migration
Fabiano Rosas
2024-03-14
migration: Fix iocs leaks during file and fd migration
Fabiano Rosas
2024-03-12
migration: Fix error handling after dup in file migration
Fabiano Rosas
2024-03-01
migration/multifd: Add mapped-ram support to fd: URI
Fabiano Rosas
2023-06-05
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
2019-06-05
migration: Fix fd protocol for incoming defer
Yury Kotov
2018-07-10
migration: unify incoming processing
Peter Xu
2018-05-25
migration: fix exec/fd migrations
Juan Quintela
2018-05-15
migration: let incoming side use thread context
Peter Xu
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-06
migration: Route errors down through migration_channel_connect
Dr. David Alan Gilbert
2017-09-22
migration: Teach it about G_SOURCE_REMOVE
Juan Quintela
2017-06-14
migration: Remove unneeded includes
Juan Quintela
2017-06-13
migration: Move migration.h to migration/
Juan Quintela
2017-06-13
migration: Remove MigrationState from migration_channel_incomming()
Juan Quintela
2017-06-01
migration: Export fd.c functions in its own file
Juan Quintela
2017-05-18
migration: Split migration/channel.c for channel operations
Juan Quintela
2016-10-27
migration: set name for all I/O channels created
Daniel P. Berrange
2016-06-16
migration: rename functions to starting migrations
Daniel P. Berrange
2016-05-26
migration: add support for encrypting data with TLS
Daniel P. Berrange
2016-05-26
migration: convert fd socket protocol to use QIOChannel
Daniel P. Berrange
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-06-12
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
2015-01-16
Handle bi-directional communication for fd migration
Cristian Klein
2014-12-16
Remove migration- pre/post fixes off files in migration/ dir
Dr. David Alan Gilbert