Sign in
qemu
/
qemu
/
e3fb55f06501b7cffd1df2223eeadaa60e25565d
/
migration
/
socket.c
d658f65
migration: unify the framework of socket-type channel
by Longpeng(Mike)
· 4 years, 5 months ago
0705e56
multifd: Use number of channels as listen backlog
by Juan Quintela
· 5 years ago
fc8135c
socket: Add num connections to qio_net_listener_open_sync()
by Juan Quintela
· 5 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
5e78bc6
migration: fix memory leak
by Paolo Bonzini
· 6 years ago
9aca82b
migration: Create socket-address parameter
by Juan Quintela
· 6 years ago
a429e7f
migration: unify incoming processing
by Peter Xu
· 7 years ago
e89f5ff
migration: let incoming side use thread context
by Peter Xu
· 7 years ago
36c2f8b
migration: Delay start of migration main routines
by Juan Quintela
· 7 years ago
3854956
migration: Export functions to create send channels
by Juan Quintela
· 7 years ago
bdd847a
migration: convert socket server to QIONetListener
by Daniel P. Berrange
· 7 years ago
8005fdd
qio: non-default context for async conn
by Peter Xu
· 7 years ago
688a3dc
migration: Route errors down through migration_channel_connect
by Dr. David Alan Gilbert
· 7 years ago
9102d27
migration: free addr in the same function that we created it
by Juan Quintela
· 7 years ago
428d890
migration: Create migration_has_all_channels
by Juan Quintela
· 7 years ago
2a543bf
migration: Teach it about G_SOURCE_REMOVE
by Juan Quintela
· 7 years ago
6666c96
migration: Move migration.h to migration/
by Juan Quintela
· 8 years ago
5431471
migration: Remove MigrationState from migration_channel_incomming()
by Juan Quintela
· 8 years ago
61e8b14
migration: Export socket.c functions in its own file
by Juan Quintela
· 8 years ago
08a0aee
migration: Split qemu-file.h
by Juan Quintela
· 8 years ago
dd4339c
migration: Split migration/channel.c for channel operations
by Juan Quintela
· 8 years ago
bd269eb
sockets: Limit SocketAddressLegacy to external interfaces
by Markus Armbruster
· 8 years ago
dfd100f
sockets: Rename SocketAddress to SocketAddressLegacy
by Markus Armbruster
· 8 years ago
0785bd7
sockets: Prepare inet_parse() for flattened SocketAddress
by Markus Armbruster
· 8 years ago
fd4144d
migration: to_dst_file at that point is NULL
by Juan Quintela
· 8 years ago
60e705c
io: change the QIOTask callback signature
by Daniel P. Berrange
· 8 years ago
6f01f13
migration: set name for all I/O channels created
by Daniel P. Berrange
· 8 years ago
9308ae5
migration: Fix seg with missing port
by Dr. David Alan Gilbert
· 8 years ago
474c624
migration/socket: fix typo in file header
by Cao jin
· 8 years ago
22724f4
migration: rename functions to starting migrations
by Daniel P. Berrange
· 9 years ago
e122636
migration: add support for encrypting data with TLS
by Daniel P. Berrange
· 9 years ago
e65c67e
migration: convert tcp socket protocol to use QIOChannel
by Daniel P. Berrange
· 9 years ago
6f860ae
migration: rename unix.c to socket.c
by Daniel P. Berrange
· 9 years ago
[Renamed (65%) from migration/unix.c]
d984464
migration: convert unix socket protocol to use QIOChannel
by Daniel P. Berrange
· 9 years ago
d59ce6f
migration: add reporting of errors for outgoing migration
by Daniel P. Berrange
· 9 years ago
89a02a9
migration: rename 'file' in MigrationState to 'to_dst_file'
by zhanghailiang
· 9 years ago
1393a48
migration: Clean up includes
by Peter Maydell
· 9 years ago
82e1cc4
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
by Fam Zheng
· 10 years ago
329c9b1
Remove migration- pre/post fixes off files in migration/ dir
by Dr. David Alan Gilbert
· 10 years ago
[Renamed from migration/migration-unix.c]
60fe637
Start migrating migration code into a migration directory
by Dr. David Alan Gilbert
· 10 years ago
[Renamed from migration-unix.c]
5179502
qemu-sockets: Add error to non-blocking connect handler
by Corey Minyard
· 10 years ago
d99598c
Coverity: Fix failure path for qemu_accept in migration
by Dr. David Alan Gilbert
· 11 years ago
6a1751b
aio / timers: Untangle include files
by Alex Bligh
· 11 years ago
b352365
migration: eliminate s->migration_file
by Paolo Bonzini
· 12 years ago
e6a1cf2
migration: use QEMUFile for writing outgoing migration data
by Paolo Bonzini
· 12 years ago
f8bbc12
migration: use QEMUFile for migration channel lifetime
by Paolo Bonzini
· 12 years ago
0cc3f3c
qemu-file: add writable socket QEMUFile
by Paolo Bonzini
· 12 years ago
dd217b8
migration: make writes blocking
by Juan Quintela
· 12 years ago
557ec5a
migration: include qemu-file.h
by Juan Quintela
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
1c12e1f
migration: move qemu_fclose to process_incoming_migration
by Paolo Bonzini
· 12 years ago
ab52a82
migration: close socket QEMUFile from socket_close
by Paolo Bonzini
· 12 years ago
6c36013
migration: xxx_close will only be called once
by Paolo Bonzini
· 12 years ago
a6ef290
migration: clean up server sockets and handlers before invoking process_incoming_migration
by Paolo Bonzini
· 12 years ago
43eaae2
migration (incoming): add error propagation to fd and exec protocols
by Paolo Bonzini
· 12 years ago
f37afb5
migration (outgoing): add error propagation for all protocols
by Paolo Bonzini
· 12 years ago
e08c95c
migration: use qemu-sockets to establish Unix sockets
by Paolo Bonzini
· 12 years ago
342ab8d
migration: centralize call to migrate_fd_error()
by Paolo Bonzini
· 12 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
8160bfb
unix_close(): check for close() errors too (v2)
by Eduardo Habkost
· 13 years ago
ee86c61
migration: make migration-{tcp,unix} consistent
by Juan Quintela
· 14 years ago
8414ff3
migration: propagate error correctly
by Juan Quintela
· 14 years ago
efab471
migration: Don't use callback on file defining it
by Juan Quintela
· 14 years ago
07af445
migration: move migrate_new to do_migrate
by Juan Quintela
· 15 years ago
0edda1c
migration: Refactor MigrationState creation
by Juan Quintela
· 15 years ago
22f00a4
migration: Rename FdMigrationState MigrationState
by Juan Quintela
· 15 years ago
3f77fc5
migration: Fold MigrationState into FdMigrationState
by Juan Quintela
· 15 years ago
7be4363
migration: Make *start_outgoing_migration return FdMigrationState
by Juan Quintela
· 15 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
a08784d
Remove unused sysemu.h include directives
by Blue Swirl
· 14 years ago
e0efb99
Fix conversions from pointer to int and vice versa
by Stefan Weil
· 14 years ago
511c023
Factorize common migration incoming code
by Juan Quintela
· 15 years ago
af82117
migration: unix migration should obey autostart are the other ones
by Juan Quintela
· 15 years ago
cfaf6d3
migration: Clear fd also in error cases
by Juan Quintela
· 15 years ago
d0f2c4c
Do not use dprintf
by malc
· 15 years ago
2dd650e
Avoid permanently disabled QEMU monitor when UNIX migration fails
by Daniel P. Berrange
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
f327aa0
live migration: Propagate output monitor to callback handler
by Jan Kiszka
· 15 years ago
c163b5c
Block live migration
by lirans@il.ibm.com
· 15 years ago
4951f65
Migration via unix sockets.
by Chris Lalancette
· 15 years ago