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
/
socket.c
Age
Commit message (
Expand
)
Author
2020-08-28
migration: unify the framework of socket-type channel
Longpeng(Mike)
2019-09-03
multifd: Use number of channels as listen backlog
Juan Quintela
2019-09-03
socket: Add num connections to qio_net_listener_open_sync()
Juan Quintela
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-03-12
migration: fix memory leak
Paolo Bonzini
2019-03-06
migration: Create socket-address parameter
Juan Quintela
2018-07-10
migration: unify incoming processing
Peter Xu
2018-05-15
migration: let incoming side use thread context
Peter Xu
2018-05-15
migration: Delay start of migration main routines
Juan Quintela
2018-05-15
migration: Export functions to create send channels
Juan Quintela
2018-03-23
migration: convert socket server to QIONetListener
Daniel P. Berrange
2018-03-06
qio: non-default context for async conn
Peter Xu
2018-02-06
migration: Route errors down through migration_channel_connect
Dr. David Alan Gilbert
2018-01-15
migration: free addr in the same function that we created it
Juan Quintela
2017-09-22
migration: Create migration_has_all_channels
Juan Quintela
2017-09-22
migration: Teach it about G_SOURCE_REMOVE
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 socket.c functions in its own file
Juan Quintela
2017-06-01
migration: Split qemu-file.h
Juan Quintela
2017-05-18
migration: Split migration/channel.c for channel operations
Juan Quintela
2017-05-09
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2017-05-09
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
2017-05-09
sockets: Prepare inet_parse() for flattened SocketAddress
Markus Armbruster
2017-05-04
migration: to_dst_file at that point is NULL
Juan Quintela
2017-01-23
io: change the QIOTask callback signature
Daniel P. Berrange
2016-10-27
migration: set name for all I/O channels created
Daniel P. Berrange
2016-10-13
migration: Fix seg with missing port
Dr. David Alan Gilbert
2016-08-11
migration/socket: fix typo in file header
Cao jin
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 tcp socket protocol to use QIOChannel
Daniel P. Berrange
2016-05-26
migration: rename unix.c to socket.c
Daniel P. Berrange